Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) CatalogV1() catalogv1.CatalogV1Interface
- func (c *Clientset) ClusterV1alpha4() clusterv1alpha4.ClusterV1alpha4Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) HarvesterhciV1beta1() harvesterhciv1beta1.HarvesterhciV1beta1Interface
- func (c *Clientset) K8sCniCncfIoV1() k8scnicncfiov1.K8sCniCncfIoV1Interface
- func (c *Clientset) KubevirtV1() kubevirtv1.KubevirtV1Interface
- func (c *Clientset) LoggingV1beta1() loggingv1beta1.LoggingV1beta1Interface
- func (c *Clientset) LonghornV1beta2() longhornv1beta2.LonghornV1beta2Interface
- func (c *Clientset) ManagementV3() managementv3.ManagementV3Interface
- func (c *Clientset) MonitoringV1() monitoringv1.MonitoringV1Interface
- func (c *Clientset) NetworkingV1() networkingv1.NetworkingV1Interface
- func (c *Clientset) SnapshotV1() snapshotv1.SnapshotV1Interface
- func (c *Clientset) StorageV1() storagev1.StorageV1Interface
- func (c *Clientset) UpgradeV1() upgradev1.UpgradeV1Interface
- 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.
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 ¶ added in v1.1.0
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) CatalogV1 ¶ added in v1.2.0
func (c *Clientset) CatalogV1() catalogv1.CatalogV1Interface
CatalogV1 retrieves the CatalogV1Client
func (*Clientset) ClusterV1alpha4 ¶ added in v1.0.0
func (c *Clientset) ClusterV1alpha4() clusterv1alpha4.ClusterV1alpha4Interface
ClusterV1alpha4 retrieves the ClusterV1alpha4Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) HarvesterhciV1beta1 ¶
func (c *Clientset) HarvesterhciV1beta1() harvesterhciv1beta1.HarvesterhciV1beta1Interface
HarvesterhciV1beta1 retrieves the HarvesterhciV1beta1Client
func (*Clientset) K8sCniCncfIoV1 ¶
func (c *Clientset) K8sCniCncfIoV1() k8scnicncfiov1.K8sCniCncfIoV1Interface
K8sCniCncfIoV1 retrieves the K8sCniCncfIoV1Client
func (*Clientset) KubevirtV1 ¶
func (c *Clientset) KubevirtV1() kubevirtv1.KubevirtV1Interface
KubevirtV1 retrieves the KubevirtV1Client
func (*Clientset) LoggingV1beta1 ¶ added in v1.1.2
func (c *Clientset) LoggingV1beta1() loggingv1beta1.LoggingV1beta1Interface
LoggingV1beta1 retrieves the LoggingV1beta1Client
func (*Clientset) LonghornV1beta2 ¶ added in v1.2.0
func (c *Clientset) LonghornV1beta2() longhornv1beta2.LonghornV1beta2Interface
LonghornV1beta2 retrieves the LonghornV1beta2Client
func (*Clientset) ManagementV3 ¶ added in v1.1.2
func (c *Clientset) ManagementV3() managementv3.ManagementV3Interface
ManagementV3 retrieves the ManagementV3Client
func (*Clientset) MonitoringV1 ¶ added in v1.1.0
func (c *Clientset) MonitoringV1() monitoringv1.MonitoringV1Interface
MonitoringV1 retrieves the MonitoringV1Client
func (*Clientset) NetworkingV1 ¶ added in v1.0.0
func (c *Clientset) NetworkingV1() networkingv1.NetworkingV1Interface
NetworkingV1 retrieves the NetworkingV1Client
func (*Clientset) SnapshotV1 ¶ added in v1.2.0
func (c *Clientset) SnapshotV1() snapshotv1.SnapshotV1Interface
SnapshotV1 retrieves the SnapshotV1Client
func (*Clientset) StorageV1 ¶ added in v1.2.0
func (c *Clientset) StorageV1() storagev1.StorageV1Interface
StorageV1 retrieves the StorageV1Client
func (*Clientset) UpgradeV1 ¶
func (c *Clientset) UpgradeV1() upgradev1.UpgradeV1Interface
UpgradeV1 retrieves the UpgradeV1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface CatalogV1() catalogv1.CatalogV1Interface ClusterV1alpha4() clusterv1alpha4.ClusterV1alpha4Interface HarvesterhciV1beta1() harvesterhciv1beta1.HarvesterhciV1beta1Interface K8sCniCncfIoV1() k8scnicncfiov1.K8sCniCncfIoV1Interface KubevirtV1() kubevirtv1.KubevirtV1Interface LoggingV1beta1() loggingv1beta1.LoggingV1beta1Interface LonghornV1beta2() longhornv1beta2.LonghornV1beta2Interface ManagementV3() managementv3.ManagementV3Interface MonitoringV1() monitoringv1.MonitoringV1Interface NetworkingV1() networkingv1.NetworkingV1Interface SnapshotV1() snapshotv1.SnapshotV1Interface StorageV1() storagev1.StorageV1Interface UpgradeV1() upgradev1.UpgradeV1Interface }
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
|
|
catalog.cattle.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
catalog.cattle.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
cluster.x-k8s.io/v1alpha4
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
cluster.x-k8s.io/v1alpha4/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
harvesterhci.io/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
harvesterhci.io/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
k8s.cni.cncf.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
k8s.cni.cncf.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
kubevirt.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
kubevirt.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
logging.banzaicloud.io/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
logging.banzaicloud.io/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
longhorn.io/v1beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
longhorn.io/v1beta2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
management.cattle.io/v3
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
management.cattle.io/v3/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
monitoring.coreos.com/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
monitoring.coreos.com/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
networking.k8s.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
networking.k8s.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
snapshot.storage.k8s.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
snapshot.storage.k8s.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
storage.k8s.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
storage.k8s.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
upgrade.cattle.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
upgrade.cattle.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |