Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) CdiV1alpha1() cdiv1alpha1.CdiV1alpha1Interface
- func (c *Clientset) CdiV1beta1() cdiv1beta1.CdiV1beta1Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) UploadV1alpha1() uploadv1alpha1.UploadV1alpha1Interface
- func (c *Clientset) UploadV1beta1() uploadv1beta1.UploadV1beta1Interface
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { *discovery.DiscoveryClient // contains filtered or unexported fields }
Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.
func NewForConfig ¶
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 ¶
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
func (*Clientset) CdiV1alpha1 ¶
func (c *Clientset) CdiV1alpha1() cdiv1alpha1.CdiV1alpha1Interface
CdiV1alpha1 retrieves the CdiV1alpha1Client
func (*Clientset) CdiV1beta1 ¶ added in v1.20.0
func (c *Clientset) CdiV1beta1() cdiv1beta1.CdiV1beta1Interface
CdiV1beta1 retrieves the CdiV1beta1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) UploadV1alpha1 ¶
func (c *Clientset) UploadV1alpha1() uploadv1alpha1.UploadV1alpha1Interface
UploadV1alpha1 retrieves the UploadV1alpha1Client
func (*Clientset) UploadV1beta1 ¶ added in v1.20.0
func (c *Clientset) UploadV1beta1() uploadv1beta1.UploadV1beta1Interface
UploadV1beta1 retrieves the UploadV1beta1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface CdiV1alpha1() cdiv1alpha1.CdiV1alpha1Interface CdiV1beta1() cdiv1beta1.CdiV1beta1Interface UploadV1alpha1() uploadv1alpha1.UploadV1alpha1Interface UploadV1beta1() uploadv1beta1.UploadV1beta1Interface }
Directories ¶
Path | Synopsis |
---|---|
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
typed
|
|
core/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
core/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
core/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
core/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
upload/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
upload/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
upload/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
upload/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |