Documentation ¶
Index ¶
- type Clientset
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) KubermaticAppsV1() kubermaticappsv1.KubermaticAppsV1Interface
- func (c *Clientset) KubermaticEnterpriseAppsV1() kubermaticenterpriseappsv1.KubermaticEnterpriseAppsV1Interface
- func (c *Clientset) KubermaticEnterpriseV1() kubermaticenterprisev1.KubermaticEnterpriseV1Interface
- func (c *Clientset) KubermaticV1() kubermaticv1.KubermaticV1Interface
- 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.
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. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfigAndClient ¶
NewForConfigAndClient creates a new Clientset for the given config and http client. Note the http client provided takes precedence over the configured transport values. If config's RateLimiter is not set and QPS and Burst are acceptable, NewForConfigAndClient 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) KubermaticAppsV1 ¶
func (c *Clientset) KubermaticAppsV1() kubermaticappsv1.KubermaticAppsV1Interface
KubermaticAppsV1 retrieves the KubermaticAppsV1Client
func (*Clientset) KubermaticEnterpriseAppsV1 ¶
func (c *Clientset) KubermaticEnterpriseAppsV1() kubermaticenterpriseappsv1.KubermaticEnterpriseAppsV1Interface
KubermaticEnterpriseAppsV1 retrieves the KubermaticEnterpriseAppsV1Client
func (*Clientset) KubermaticEnterpriseV1 ¶
func (c *Clientset) KubermaticEnterpriseV1() kubermaticenterprisev1.KubermaticEnterpriseV1Interface
KubermaticEnterpriseV1 retrieves the KubermaticEnterpriseV1Client
func (*Clientset) KubermaticV1 ¶
func (c *Clientset) KubermaticV1() kubermaticv1.KubermaticV1Interface
KubermaticV1 retrieves the KubermaticV1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface KubermaticAppsV1() kubermaticappsv1.KubermaticAppsV1Interface KubermaticEnterpriseAppsV1() kubermaticenterpriseappsv1.KubermaticEnterpriseAppsV1Interface KubermaticEnterpriseV1() kubermaticenterprisev1.KubermaticEnterpriseV1Interface KubermaticV1() kubermaticv1.KubermaticV1Interface }
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
|
|
apps.kubermatic/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
apps.kubermatic/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
ee.apps.kubermatic/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
ee.apps.kubermatic/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
ee.kubermatic/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
ee.kubermatic/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
kubermatic/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
kubermatic/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |