Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) AdminV1beta1() adminv1beta1.AdminV1beta1Interface
- func (c *Clientset) AdminV1beta2() adminv1beta2.AdminV1beta2Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) EnmasseV1beta1() enmassev1beta1.EnmasseV1beta1Interface
- func (c *Clientset) UserV1beta1() userv1beta1.UserV1beta1Interface
- 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) AdminV1beta1 ¶
func (c *Clientset) AdminV1beta1() adminv1beta1.AdminV1beta1Interface
AdminV1beta1 retrieves the AdminV1beta1Client
func (*Clientset) AdminV1beta2 ¶
func (c *Clientset) AdminV1beta2() adminv1beta2.AdminV1beta2Interface
AdminV1beta2 retrieves the AdminV1beta2Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) EnmasseV1beta1 ¶
func (c *Clientset) EnmasseV1beta1() enmassev1beta1.EnmasseV1beta1Interface
EnmasseV1beta1 retrieves the EnmasseV1beta1Client
func (*Clientset) UserV1beta1 ¶
func (c *Clientset) UserV1beta1() userv1beta1.UserV1beta1Interface
UserV1beta1 retrieves the UserV1beta1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface AdminV1beta1() adminv1beta1.AdminV1beta1Interface AdminV1beta2() adminv1beta2.AdminV1beta2Interface EnmasseV1beta1() enmassev1beta1.EnmasseV1beta1Interface UserV1beta1() userv1beta1.UserV1beta1Interface }
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
|
|
admin/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
admin/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
admin/v1beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
admin/v1beta2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
enmasse/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
enmasse/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
user/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
user/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |