Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { *kubernetes.Clientset // contains filtered or unexported fields }
Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.
func NewForConfig ¶ added in v1.8.0
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) DiscoveryV1beta1 ¶
func (c *Clientset) DiscoveryV1beta1() discoveryv1beta1.DiscoveryV1beta1Interface
DiscoveryV1beta1 retrieves the DiscoveryV1beta1Client
func (*Clientset) NetworkingV1 ¶
func (c *Clientset) NetworkingV1() networkingv1.NetworkingV1Interface
NetworkingV1 retrieves the NetworkingV1Client
Click to show internal directories.
Click to hide internal directories.