Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) DirectV1alpha1() directv1alpha1.DirectV1alpha1Interface
- func (c *Clientset) DirectV1beta1() directv1beta1.DirectV1beta1Interface
- func (c *Clientset) DirectV1beta2() directv1beta2.DirectV1beta2Interface
- func (c *Clientset) DirectV1beta3() directv1beta3.DirectV1beta3Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- 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) DirectV1alpha1 ¶
func (c *Clientset) DirectV1alpha1() directv1alpha1.DirectV1alpha1Interface
DirectV1alpha1 retrieves the DirectV1alpha1Client
func (*Clientset) DirectV1beta1 ¶ added in v1.3.0
func (c *Clientset) DirectV1beta1() directv1beta1.DirectV1beta1Interface
DirectV1beta1 retrieves the DirectV1beta1Client
func (*Clientset) DirectV1beta2 ¶ added in v1.4.0
func (c *Clientset) DirectV1beta2() directv1beta2.DirectV1beta2Interface
DirectV1beta2 retrieves the DirectV1beta2Client
func (*Clientset) DirectV1beta3 ¶ added in v1.4.4
func (c *Clientset) DirectV1beta3() directv1beta3.DirectV1beta3Interface
DirectV1beta3 retrieves the DirectV1beta3Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface DirectV1alpha1() directv1alpha1.DirectV1alpha1Interface DirectV1beta1() directv1beta1.DirectV1beta1Interface DirectV1beta2() directv1beta2.DirectV1beta2Interface DirectV1beta3() directv1beta3.DirectV1beta3Interface }
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
|
|
direct.csi.min.io/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
direct.csi.min.io/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
direct.csi.min.io/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
direct.csi.min.io/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
direct.csi.min.io/v1beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
direct.csi.min.io/v1beta2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
direct.csi.min.io/v1beta3
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
direct.csi.min.io/v1beta3/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |