Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) AlertingV2beta1() alertingv2beta1.AlertingV2beta1Interface
- func (c *Clientset) ApplicationV1alpha1() applicationv1alpha1.ApplicationV1alpha1Interface
- func (c *Clientset) AuditingV1alpha1() auditingv1alpha1.AuditingV1alpha1Interface
- func (c *Clientset) ClusterV1alpha1() clusterv1alpha1.ClusterV1alpha1Interface
- func (c *Clientset) DevopsV1alpha1() devopsv1alpha1.DevopsV1alpha1Interface
- func (c *Clientset) DevopsV1alpha3() devopsv1alpha3.DevopsV1alpha3Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) IamV1alpha2() iamv1alpha2.IamV1alpha2Interface
- func (c *Clientset) NetworkV1alpha1() networkv1alpha1.NetworkV1alpha1Interface
- func (c *Clientset) NotificationV2beta1() notificationv2beta1.NotificationV2beta1Interface
- func (c *Clientset) NotificationV2beta2() notificationv2beta2.NotificationV2beta2Interface
- func (c *Clientset) QuotaV1alpha2() quotav1alpha2.QuotaV1alpha2Interface
- func (c *Clientset) ServicemeshV1alpha2() servicemeshv1alpha2.ServicemeshV1alpha2Interface
- func (c *Clientset) StorageV1alpha1() storagev1alpha1.StorageV1alpha1Interface
- func (c *Clientset) TenantV1alpha1() tenantv1alpha1.TenantV1alpha1Interface
- func (c *Clientset) TenantV1alpha2() tenantv1alpha2.TenantV1alpha2Interface
- func (c *Clientset) TypesV1beta1() typesv1beta1.TypesV1beta1Interface
- func (c *Clientset) TypesV1beta2() typesv1beta2.TypesV1beta2Interface
- 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.
func NewForConfigOrDie ¶
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
func (*Clientset) AlertingV2beta1 ¶
func (c *Clientset) AlertingV2beta1() alertingv2beta1.AlertingV2beta1Interface
AlertingV2beta1 retrieves the AlertingV2beta1Client
func (*Clientset) ApplicationV1alpha1 ¶
func (c *Clientset) ApplicationV1alpha1() applicationv1alpha1.ApplicationV1alpha1Interface
ApplicationV1alpha1 retrieves the ApplicationV1alpha1Client
func (*Clientset) AuditingV1alpha1 ¶
func (c *Clientset) AuditingV1alpha1() auditingv1alpha1.AuditingV1alpha1Interface
AuditingV1alpha1 retrieves the AuditingV1alpha1Client
func (*Clientset) ClusterV1alpha1 ¶
func (c *Clientset) ClusterV1alpha1() clusterv1alpha1.ClusterV1alpha1Interface
ClusterV1alpha1 retrieves the ClusterV1alpha1Client
func (*Clientset) DevopsV1alpha1 ¶
func (c *Clientset) DevopsV1alpha1() devopsv1alpha1.DevopsV1alpha1Interface
DevopsV1alpha1 retrieves the DevopsV1alpha1Client
func (*Clientset) DevopsV1alpha3 ¶
func (c *Clientset) DevopsV1alpha3() devopsv1alpha3.DevopsV1alpha3Interface
DevopsV1alpha3 retrieves the DevopsV1alpha3Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) IamV1alpha2 ¶
func (c *Clientset) IamV1alpha2() iamv1alpha2.IamV1alpha2Interface
IamV1alpha2 retrieves the IamV1alpha2Client
func (*Clientset) NetworkV1alpha1 ¶
func (c *Clientset) NetworkV1alpha1() networkv1alpha1.NetworkV1alpha1Interface
NetworkV1alpha1 retrieves the NetworkV1alpha1Client
func (*Clientset) NotificationV2beta1 ¶
func (c *Clientset) NotificationV2beta1() notificationv2beta1.NotificationV2beta1Interface
NotificationV2beta1 retrieves the NotificationV2beta1Client
func (*Clientset) NotificationV2beta2 ¶
func (c *Clientset) NotificationV2beta2() notificationv2beta2.NotificationV2beta2Interface
NotificationV2beta2 retrieves the NotificationV2beta2Client
func (*Clientset) QuotaV1alpha2 ¶
func (c *Clientset) QuotaV1alpha2() quotav1alpha2.QuotaV1alpha2Interface
QuotaV1alpha2 retrieves the QuotaV1alpha2Client
func (*Clientset) ServicemeshV1alpha2 ¶
func (c *Clientset) ServicemeshV1alpha2() servicemeshv1alpha2.ServicemeshV1alpha2Interface
ServicemeshV1alpha2 retrieves the ServicemeshV1alpha2Client
func (*Clientset) StorageV1alpha1 ¶
func (c *Clientset) StorageV1alpha1() storagev1alpha1.StorageV1alpha1Interface
StorageV1alpha1 retrieves the StorageV1alpha1Client
func (*Clientset) TenantV1alpha1 ¶
func (c *Clientset) TenantV1alpha1() tenantv1alpha1.TenantV1alpha1Interface
TenantV1alpha1 retrieves the TenantV1alpha1Client
func (*Clientset) TenantV1alpha2 ¶
func (c *Clientset) TenantV1alpha2() tenantv1alpha2.TenantV1alpha2Interface
TenantV1alpha2 retrieves the TenantV1alpha2Client
func (*Clientset) TypesV1beta1 ¶
func (c *Clientset) TypesV1beta1() typesv1beta1.TypesV1beta1Interface
TypesV1beta1 retrieves the TypesV1beta1Client
func (*Clientset) TypesV1beta2 ¶
func (c *Clientset) TypesV1beta2() typesv1beta2.TypesV1beta2Interface
TypesV1beta2 retrieves the TypesV1beta2Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface AlertingV2beta1() alertingv2beta1.AlertingV2beta1Interface ApplicationV1alpha1() applicationv1alpha1.ApplicationV1alpha1Interface AuditingV1alpha1() auditingv1alpha1.AuditingV1alpha1Interface ClusterV1alpha1() clusterv1alpha1.ClusterV1alpha1Interface DevopsV1alpha1() devopsv1alpha1.DevopsV1alpha1Interface DevopsV1alpha3() devopsv1alpha3.DevopsV1alpha3Interface IamV1alpha2() iamv1alpha2.IamV1alpha2Interface NetworkV1alpha1() networkv1alpha1.NetworkV1alpha1Interface NotificationV2beta1() notificationv2beta1.NotificationV2beta1Interface NotificationV2beta2() notificationv2beta2.NotificationV2beta2Interface QuotaV1alpha2() quotav1alpha2.QuotaV1alpha2Interface ServicemeshV1alpha2() servicemeshv1alpha2.ServicemeshV1alpha2Interface StorageV1alpha1() storagev1alpha1.StorageV1alpha1Interface TenantV1alpha1() tenantv1alpha1.TenantV1alpha1Interface TenantV1alpha2() tenantv1alpha2.TenantV1alpha2Interface TypesV1beta1() typesv1beta1.TypesV1beta1Interface TypesV1beta2() typesv1beta2.TypesV1beta2Interface }
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
|
|
alerting/v2beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
alerting/v2beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
application/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
application/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
auditing/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
auditing/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. |
devops/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
devops/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
devops/v1alpha3
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
devops/v1alpha3/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
iam/v1alpha2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
iam/v1alpha2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
network/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
network/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
notification/v2beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
notification/v2beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
notification/v2beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
notification/v2beta2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
quota/v1alpha2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
quota/v1alpha2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
servicemesh/v1alpha2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
servicemesh/v1alpha2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
storage/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
storage/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
tenant/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
tenant/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
tenant/v1alpha2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
tenant/v1alpha2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
types/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
types/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
types/v1beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
types/v1beta2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |