Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) Apps() internalversionapps.AppsInterface
- func (c *Clientset) Authentication() internalversionauthentication.AuthenticationInterface
- func (c *Clientset) Authorization() internalversionauthorization.AuthorizationInterface
- func (c *Clientset) Autoscaling() internalversionautoscaling.AutoscalingInterface
- func (c *Clientset) Batch() internalversionbatch.BatchInterface
- func (c *Clientset) Certificates() internalversioncertificates.CertificatesInterface
- func (c *Clientset) Core() internalversioncore.CoreInterface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) Extensions() internalversionextensions.ExtensionsInterface
- func (c *Clientset) Policy() internalversionpolicy.PolicyInterface
- func (c *Clientset) Rbac() internalversionrbac.RbacInterface
- func (c *Clientset) Storage() internalversionstorage.StorageInterface
- 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 *internalversionapps.AppsClient *internalversionauthentication.AuthenticationClient *internalversionauthorization.AuthorizationClient *internalversionautoscaling.AutoscalingClient *internalversionbatch.BatchClient *internalversioncertificates.CertificatesClient *internalversionextensions.ExtensionsClient *internalversionpolicy.PolicyClient *internalversionrbac.RbacClient *internalversionstorage.StorageClient }
Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.
func New ¶
func New(c restclient.Interface) *Clientset
New creates a new Clientset for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *restclient.Config) (*Clientset, error)
NewForConfig creates a new Clientset for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *restclient.Config) *Clientset
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
func (*Clientset) Apps ¶
func (c *Clientset) Apps() internalversionapps.AppsInterface
Apps retrieves the AppsClient
func (*Clientset) Authentication ¶ added in v1.4.0
func (c *Clientset) Authentication() internalversionauthentication.AuthenticationInterface
Authentication retrieves the AuthenticationClient
func (*Clientset) Authorization ¶ added in v1.4.0
func (c *Clientset) Authorization() internalversionauthorization.AuthorizationInterface
Authorization retrieves the AuthorizationClient
func (*Clientset) Autoscaling ¶ added in v1.3.0
func (c *Clientset) Autoscaling() internalversionautoscaling.AutoscalingInterface
Autoscaling retrieves the AutoscalingClient
func (*Clientset) Batch ¶ added in v1.3.0
func (c *Clientset) Batch() internalversionbatch.BatchInterface
Batch retrieves the BatchClient
func (*Clientset) Certificates ¶ added in v1.4.0
func (c *Clientset) Certificates() internalversioncertificates.CertificatesInterface
Certificates retrieves the CertificatesClient
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 ¶
func (c *Clientset) Extensions() internalversionextensions.ExtensionsInterface
Extensions retrieves the ExtensionsClient
func (*Clientset) Policy ¶
func (c *Clientset) Policy() internalversionpolicy.PolicyInterface
Policy retrieves the PolicyClient
func (*Clientset) Rbac ¶ added in v1.3.0
func (c *Clientset) Rbac() internalversionrbac.RbacInterface
Rbac retrieves the RbacClient
func (*Clientset) Storage ¶ added in v1.4.0
func (c *Clientset) Storage() internalversionstorage.StorageInterface
Storage retrieves the StorageClient
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface Core() internalversioncore.CoreInterface Apps() internalversionapps.AppsInterface Authentication() internalversionauthentication.AuthenticationInterface Authorization() internalversionauthorization.AuthorizationInterface Autoscaling() internalversionautoscaling.AutoscalingInterface Batch() internalversionbatch.BatchInterface Certificates() internalversioncertificates.CertificatesInterface Extensions() internalversionextensions.ExtensionsInterface Policy() internalversionpolicy.PolicyInterface Rbac() internalversionrbac.RbacInterface Storage() internalversionstorage.StorageInterface }
Directories ¶
Path | Synopsis |
---|---|
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
typed
|
|
apps/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
apps/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
authentication/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
authentication/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
authorization/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
authorization/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
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. |
certificates/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
certificates/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. |
policy/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
policy/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
rbac/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
rbac/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
storage/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
storage/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |