Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
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) EtcdV1alpha1 ¶
func (c *Clientset) EtcdV1alpha1() etcdv1alpha1.EtcdV1alpha1Interface
EtcdV1alpha1 retrieves the EtcdV1alpha1Client
func (*Clientset) MonitoringV1 ¶
func (c *Clientset) MonitoringV1() monitoringv1.MonitoringV1Interface
MonitoringV1 retrieves the MonitoringV1Client
func (*Clientset) ProxyV1alpha1 ¶ added in v0.7.0
func (c *Clientset) ProxyV1alpha1() proxyv1alpha1.ProxyV1alpha1Interface
ProxyV1alpha1 retrieves the ProxyV1alpha1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface EtcdV1alpha1() etcdv1alpha1.EtcdV1alpha1Interface MonitoringV1() monitoringv1.MonitoringV1Interface ProxyV1alpha1() proxyv1alpha1.ProxyV1alpha1Interface }
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
|
|
etcd/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
etcd/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
monitoring/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
monitoring/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
proxy/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
proxy/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |