...

Package versioned

import "kubevirt.io/client-go/generated/kubevirt/clientset/versioned"
Overview
Index
Subdirectories

Overview ▾

This package has the automatically generated clientset.

type Clientset

Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.

type Clientset struct {
    *discovery.DiscoveryClient
    // contains filtered or unexported fields
}

func New

func New(c rest.Interface) *Clientset

New creates a new Clientset for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*Clientset, error)

NewForConfig creates a new Clientset for the given config. If config's RateLimiter is not set and QPS and Burst are acceptable, NewForConfig will generate a rate-limiter in configShallowCopy.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *Clientset

NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.

func (*Clientset) CloneV1alpha1

func (c *Clientset) CloneV1alpha1() clonev1alpha1.CloneV1alpha1Interface

CloneV1alpha1 retrieves the CloneV1alpha1Client

func (*Clientset) Discovery

func (c *Clientset) Discovery() discovery.DiscoveryInterface

Discovery retrieves the DiscoveryClient

func (*Clientset) ExportV1alpha1

func (c *Clientset) ExportV1alpha1() exportv1alpha1.ExportV1alpha1Interface

ExportV1alpha1 retrieves the ExportV1alpha1Client

func (*Clientset) ExportV1beta1

func (c *Clientset) ExportV1beta1() exportv1beta1.ExportV1beta1Interface

ExportV1beta1 retrieves the ExportV1beta1Client

func (*Clientset) InstancetypeV1alpha1

func (c *Clientset) InstancetypeV1alpha1() instancetypev1alpha1.InstancetypeV1alpha1Interface

InstancetypeV1alpha1 retrieves the InstancetypeV1alpha1Client

func (*Clientset) InstancetypeV1alpha2

func (c *Clientset) InstancetypeV1alpha2() instancetypev1alpha2.InstancetypeV1alpha2Interface

InstancetypeV1alpha2 retrieves the InstancetypeV1alpha2Client

func (*Clientset) InstancetypeV1beta1

func (c *Clientset) InstancetypeV1beta1() instancetypev1beta1.InstancetypeV1beta1Interface

InstancetypeV1beta1 retrieves the InstancetypeV1beta1Client

func (*Clientset) KubevirtV1

func (c *Clientset) KubevirtV1() kubevirtv1.KubevirtV1Interface

KubevirtV1 retrieves the KubevirtV1Client

func (*Clientset) MigrationsV1alpha1

func (c *Clientset) MigrationsV1alpha1() migrationsv1alpha1.MigrationsV1alpha1Interface

MigrationsV1alpha1 retrieves the MigrationsV1alpha1Client

func (*Clientset) PoolV1alpha1

func (c *Clientset) PoolV1alpha1() poolv1alpha1.PoolV1alpha1Interface

PoolV1alpha1 retrieves the PoolV1alpha1Client

func (*Clientset) SnapshotV1alpha1

func (c *Clientset) SnapshotV1alpha1() snapshotv1alpha1.SnapshotV1alpha1Interface

SnapshotV1alpha1 retrieves the SnapshotV1alpha1Client

func (*Clientset) SnapshotV1beta1

func (c *Clientset) SnapshotV1beta1() snapshotv1beta1.SnapshotV1beta1Interface

SnapshotV1beta1 retrieves the SnapshotV1beta1Client

type Interface

type Interface interface {
    Discovery() discovery.DiscoveryInterface
    CloneV1alpha1() clonev1alpha1.CloneV1alpha1Interface
    KubevirtV1() kubevirtv1.KubevirtV1Interface
    ExportV1alpha1() exportv1alpha1.ExportV1alpha1Interface
    ExportV1beta1() exportv1beta1.ExportV1beta1Interface
    InstancetypeV1alpha1() instancetypev1alpha1.InstancetypeV1alpha1Interface
    InstancetypeV1alpha2() instancetypev1alpha2.InstancetypeV1alpha2Interface
    InstancetypeV1beta1() instancetypev1beta1.InstancetypeV1beta1Interface
    MigrationsV1alpha1() migrationsv1alpha1.MigrationsV1alpha1Interface
    PoolV1alpha1() poolv1alpha1.PoolV1alpha1Interface
    SnapshotV1alpha1() snapshotv1alpha1.SnapshotV1alpha1Interface
    SnapshotV1beta1() snapshotv1beta1.SnapshotV1beta1Interface
}

Subdirectories

Name Synopsis
..
fake This package has the automatically generated fake clientset.
scheme This package contains the scheme of the automatically generated clientset.
typed
clone
v1alpha1 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.
core
v1 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.
export
v1alpha1 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.
v1beta1 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.
instancetype
v1alpha1 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.
v1alpha2 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.
v1beta1 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.
migrations
v1alpha1 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.
pool
v1alpha1 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.
snapshot
v1alpha1 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.
v1beta1 This package has the automatically generated typed clients.
fake Package fake has the automatically generated clients.