Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) CoreV1() corev1.CoreV1Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) DiscoveryV1() discoveryv1.DiscoveryV1Interface
- func (c *Clientset) DiscoveryV1beta1() discoveryv1beta1.DiscoveryV1beta1Interface
- func (c *Clientset) MetaV1() metav1.MetaV1Interface
- 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) CoreV1 ¶
func (c *Clientset) CoreV1() corev1.CoreV1Interface
CoreV1 retrieves the CoreV1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) DiscoveryV1 ¶
func (c *Clientset) DiscoveryV1() discoveryv1.DiscoveryV1Interface
DiscoveryV1 retrieves the DiscoveryV1Client
func (*Clientset) DiscoveryV1beta1 ¶
func (c *Clientset) DiscoveryV1beta1() discoveryv1beta1.DiscoveryV1beta1Interface
DiscoveryV1beta1 retrieves the DiscoveryV1beta1Client
func (*Clientset) MetaV1 ¶ added in v1.8.0
func (c *Clientset) MetaV1() metav1.MetaV1Interface
MetaV1 retrieves the MetaV1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface CoreV1() corev1.CoreV1Interface DiscoveryV1beta1() discoveryv1beta1.DiscoveryV1beta1Interface DiscoveryV1() discoveryv1.DiscoveryV1Interface MetaV1() metav1.MetaV1Interface }
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/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
core/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
discovery/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
discovery/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
discovery/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
discovery/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
networking/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
networking/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |