Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) AppsV1alpha1() appsv1alpha1.AppsV1alpha1Interface
- func (c *Clientset) BackupV1alpha1() backupv1alpha1.BackupV1alpha1Interface
- func (c *Clientset) ClusterV1alpha1() clusterv1alpha1.ClusterV1alpha1Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) FleetV1alpha1() fleetv1alpha1.FleetV1alpha1Interface
- func (c *Clientset) InfrastructureV1alpha1() infrastructurev1alpha1.InfrastructureV1alpha1Interface
- func (c *Clientset) PipelineV1alpha1() pipelinev1alpha1.PipelineV1alpha1Interface
- 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. 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) AppsV1alpha1 ¶ added in v0.4.0
func (c *Clientset) AppsV1alpha1() appsv1alpha1.AppsV1alpha1Interface
AppsV1alpha1 retrieves the AppsV1alpha1Client
func (*Clientset) BackupV1alpha1 ¶ added in v0.5.0
func (c *Clientset) BackupV1alpha1() backupv1alpha1.BackupV1alpha1Interface
BackupV1alpha1 retrieves the BackupV1alpha1Client
func (*Clientset) ClusterV1alpha1 ¶
func (c *Clientset) ClusterV1alpha1() clusterv1alpha1.ClusterV1alpha1Interface
ClusterV1alpha1 retrieves the ClusterV1alpha1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) FleetV1alpha1 ¶ added in v0.3.0
func (c *Clientset) FleetV1alpha1() fleetv1alpha1.FleetV1alpha1Interface
FleetV1alpha1 retrieves the FleetV1alpha1Client
func (*Clientset) InfrastructureV1alpha1 ¶ added in v0.3.0
func (c *Clientset) InfrastructureV1alpha1() infrastructurev1alpha1.InfrastructureV1alpha1Interface
InfrastructureV1alpha1 retrieves the InfrastructureV1alpha1Client
func (*Clientset) PipelineV1alpha1 ¶ added in v0.6.0
func (c *Clientset) PipelineV1alpha1() pipelinev1alpha1.PipelineV1alpha1Interface
PipelineV1alpha1 retrieves the PipelineV1alpha1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface AppsV1alpha1() appsv1alpha1.AppsV1alpha1Interface BackupV1alpha1() backupv1alpha1.BackupV1alpha1Interface ClusterV1alpha1() clusterv1alpha1.ClusterV1alpha1Interface FleetV1alpha1() fleetv1alpha1.FleetV1alpha1Interface InfrastructureV1alpha1() infrastructurev1alpha1.InfrastructureV1alpha1Interface PipelineV1alpha1() pipelinev1alpha1.PipelineV1alpha1Interface }
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/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
apps/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
backups/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
backups/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
cluster/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
cluster/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
fleet/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
fleet/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
infra/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
infra/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
pipeline/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
pipeline/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |