Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) Autoscaling() autoscalinginternalversion.AutoscalingInterface
- func (c *Clientset) Batch() batchinternalversion.BatchInterface
- func (c *Clientset) Core() coreinternalversion.CoreInterface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) Extensions() extensionsinternalversion.ExtensionsInterface
- func (c *Clientset) Federation() federationinternalversion.FederationInterface
- 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 *coreinternalversion.CoreClient *autoscalinginternalversion.AutoscalingClient *batchinternalversion.BatchClient *extensionsinternalversion.ExtensionsClient *federationinternalversion.FederationClient }
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.
func NewForConfigOrDie ¶
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
func (*Clientset) Autoscaling ¶ added in v1.6.0
func (c *Clientset) Autoscaling() autoscalinginternalversion.AutoscalingInterface
Autoscaling retrieves the AutoscalingClient
func (*Clientset) Batch ¶ added in v1.6.0
func (c *Clientset) Batch() batchinternalversion.BatchInterface
Batch retrieves the BatchClient
func (*Clientset) Core ¶
func (c *Clientset) Core() coreinternalversion.CoreInterface
Core retrieves the CoreClient
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) Extensions ¶ added in v1.4.0
func (c *Clientset) Extensions() extensionsinternalversion.ExtensionsInterface
Extensions retrieves the ExtensionsClient
func (*Clientset) Federation ¶
func (c *Clientset) Federation() federationinternalversion.FederationInterface
Federation retrieves the FederationClient
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface Core() coreinternalversion.CoreInterface Autoscaling() autoscalinginternalversion.AutoscalingInterface Batch() batchinternalversion.BatchInterface Extensions() extensionsinternalversion.ExtensionsInterface Federation() federationinternalversion.FederationInterface }
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
|
|
autoscaling/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
autoscaling/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
batch/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
batch/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
core/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
core/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
extensions/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
extensions/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
federation/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
federation/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
Click to show internal directories.
Click to hide internal directories.