Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) ExtensionsV1alpha1() extensionsv1alpha1.ExtensionsV1alpha1Interface
- func (c *Clientset) NetworkingV1alpha3() networkingv1alpha3.NetworkingV1alpha3Interface
- func (c *Clientset) NetworkingV1beta1() networkingv1beta1.NetworkingV1beta1Interface
- func (c *Clientset) SecurityV1beta1() securityv1beta1.SecurityV1beta1Interface
- func (c *Clientset) TelemetryV1alpha1() telemetryv1alpha1.TelemetryV1alpha1Interface
- 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) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) ExtensionsV1alpha1 ¶ added in v1.12.0
func (c *Clientset) ExtensionsV1alpha1() extensionsv1alpha1.ExtensionsV1alpha1Interface
ExtensionsV1alpha1 retrieves the ExtensionsV1alpha1Client
func (*Clientset) NetworkingV1alpha3 ¶
func (c *Clientset) NetworkingV1alpha3() networkingv1alpha3.NetworkingV1alpha3Interface
NetworkingV1alpha3 retrieves the NetworkingV1alpha3Client
func (*Clientset) NetworkingV1beta1 ¶
func (c *Clientset) NetworkingV1beta1() networkingv1beta1.NetworkingV1beta1Interface
NetworkingV1beta1 retrieves the NetworkingV1beta1Client
func (*Clientset) SecurityV1beta1 ¶
func (c *Clientset) SecurityV1beta1() securityv1beta1.SecurityV1beta1Interface
SecurityV1beta1 retrieves the SecurityV1beta1Client
func (*Clientset) TelemetryV1alpha1 ¶ added in v1.10.0
func (c *Clientset) TelemetryV1alpha1() telemetryv1alpha1.TelemetryV1alpha1Interface
TelemetryV1alpha1 retrieves the TelemetryV1alpha1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface ExtensionsV1alpha1() extensionsv1alpha1.ExtensionsV1alpha1Interface NetworkingV1alpha3() networkingv1alpha3.NetworkingV1alpha3Interface NetworkingV1beta1() networkingv1beta1.NetworkingV1beta1Interface SecurityV1beta1() securityv1beta1.SecurityV1beta1Interface TelemetryV1alpha1() telemetryv1alpha1.TelemetryV1alpha1Interface }
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
|
|
extensions/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
extensions/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
networking/v1alpha3
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
networking/v1alpha3/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
networking/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
networking/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
security/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
security/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
telemetry/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
telemetry/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |