Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) Autoscaling() internalversionautoscaling.AutoscalingInterface
- func (c *Clientset) Batch() internalversionbatch.BatchInterface
- func (c *Clientset) Core() internalversioncore.CoreInterface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) Extensions() internalversionextensions.ExtensionsInterface
- func (c *Clientset) Federation() internalversionfederation.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 *internalversioncore.CoreClient *internalversionautoscaling.AutoscalingClient *internalversionbatch.BatchClient *internalversionextensions.ExtensionsClient *internalversionfederation.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() internalversionautoscaling.AutoscalingInterface
Autoscaling retrieves the AutoscalingClient
func (*Clientset) Batch ¶ added in v1.6.0
func (c *Clientset) Batch() internalversionbatch.BatchInterface
Batch retrieves the BatchClient
func (*Clientset) Core ¶
func (c *Clientset) Core() internalversioncore.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() internalversionextensions.ExtensionsInterface
Extensions retrieves the ExtensionsClient
func (*Clientset) Federation ¶
func (c *Clientset) Federation() internalversionfederation.FederationInterface
Federation retrieves the FederationClient
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface Core() internalversioncore.CoreInterface Autoscaling() internalversionautoscaling.AutoscalingInterface Batch() internalversionbatch.BatchInterface Extensions() internalversionextensions.ExtensionsInterface Federation() internalversionfederation.FederationInterface }
Directories ¶
Path | Synopsis |
---|---|
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake 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.