Documentation ¶
Overview ¶
This package has the automatically generated fake clientset.
Index ¶
- Variables
- 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) Tracker() testing.ObjectTracker
- func (c *Clientset) TypesV1beta1() typesv1beta1.TypesV1beta1Interface
- func (c *Clientset) TypesV1beta2() typesv1beta2.TypesV1beta2Interface
Constants ¶
This section is empty.
Variables ¶
var AddToScheme = localSchemeBuilder.AddToScheme
AddToScheme adds all types of this clientset into the given scheme. This allows composition of clientsets, like in:
import ( "k8s.io/client-go/kubernetes" clientsetscheme "k8s.io/client-go/kubernetes/scheme" aggregatorclientsetscheme "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme" ) kclientset, _ := kubernetes.NewForConfig(c) _ = aggregatorclientsetscheme.AddToScheme(clientsetscheme.Scheme)
After this, RawExtensions in Kubernetes types will serialize kube-aggregator types correctly.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
Clientset implements clientset.Interface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the method you want to test easier.
func NewSimpleClientset ¶
NewSimpleClientset returns a clientset that will respond with the provided objects. It's backed by a very simple object tracker that processes creates, updates and deletions as-is, without applying any validations and/or defaults. It shouldn't be considered a replacement for a real clientset and is mostly useful in simple unit tests.
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
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) Tracker ¶
func (c *Clientset) Tracker() testing.ObjectTracker
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