Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) Database() databasev1alpha.DatabaseV1alphaInterfacedeprecated
- func (c *Clientset) DatabaseV1alpha() databasev1alpha.DatabaseV1alphaInterface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) Replication() replicationv1alpha.ReplicationV1alphaInterfacedeprecated
- func (c *Clientset) ReplicationV1alpha() replicationv1alpha.ReplicationV1alphaInterface
- func (c *Clientset) Storage() storagev1alpha.StorageV1alphaInterfacedeprecated
- func (c *Clientset) StorageV1alpha() storagev1alpha.StorageV1alphaInterface
- 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. 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) Database
deprecated
func (c *Clientset) Database() databasev1alpha.DatabaseV1alphaInterface
Deprecated: Database retrieves the default version of DatabaseClient. Please explicitly pick a version.
func (*Clientset) DatabaseV1alpha ¶
func (c *Clientset) DatabaseV1alpha() databasev1alpha.DatabaseV1alphaInterface
DatabaseV1alpha retrieves the DatabaseV1alphaClient
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) Replication
deprecated
func (c *Clientset) Replication() replicationv1alpha.ReplicationV1alphaInterface
Deprecated: Replication retrieves the default version of ReplicationClient. Please explicitly pick a version.
func (*Clientset) ReplicationV1alpha ¶
func (c *Clientset) ReplicationV1alpha() replicationv1alpha.ReplicationV1alphaInterface
ReplicationV1alpha retrieves the ReplicationV1alphaClient
func (*Clientset) Storage
deprecated
func (c *Clientset) Storage() storagev1alpha.StorageV1alphaInterface
Deprecated: Storage retrieves the default version of StorageClient. Please explicitly pick a version.
func (*Clientset) StorageV1alpha ¶
func (c *Clientset) StorageV1alpha() storagev1alpha.StorageV1alphaInterface
StorageV1alpha retrieves the StorageV1alphaClient
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface DatabaseV1alpha() databasev1alpha.DatabaseV1alphaInterface // Deprecated: please explicitly pick a version if possible. Database() databasev1alpha.DatabaseV1alphaInterface ReplicationV1alpha() replicationv1alpha.ReplicationV1alphaInterface // Deprecated: please explicitly pick a version if possible. Replication() replicationv1alpha.ReplicationV1alphaInterface StorageV1alpha() storagev1alpha.StorageV1alphaInterface // Deprecated: please explicitly pick a version if possible. Storage() storagev1alpha.StorageV1alphaInterface }
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
|
|
deployment/v1alpha
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
deployment/v1alpha/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
replication/v1alpha
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
replication/v1alpha/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
storage/v1alpha
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
storage/v1alpha/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |