Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + type Clientset struct + func New(c rest.Interface) *Clientset + func NewForConfig(c *rest.Config) (*Clientset, error) + func NewForConfigOrDie(c *rest.Config) *Clientset + func (c *Clientset) Core() corev1beta1.CoreV1beta1Interface + func (c *Clientset) CoreV1alpha1() corev1alpha1.CoreV1alpha1Interface + func (c *Clientset) CoreV1beta1() corev1beta1.CoreV1beta1Interface + func (c *Clientset) Discovery() discovery.DiscoveryInterface + func (c *Clientset) Multiclusterdns() multiclusterdnsv1alpha1.MulticlusterdnsV1alpha1Interface + func (c *Clientset) MulticlusterdnsV1alpha1() multiclusterdnsv1alpha1.MulticlusterdnsV1alpha1Interface + func (c *Clientset) Scheduling() schedulingv1alpha1.SchedulingV1alpha1Interface + func (c *Clientset) SchedulingV1alpha1() schedulingv1alpha1.SchedulingV1alpha1Interface + func (c *Clientset) Types() typesv1beta1.TypesV1beta1Interface + func (c *Clientset) TypesV1beta1() typesv1beta1.TypesV1beta1Interface + type Interface interface + Core func() corev1beta1.CoreV1beta1Interface + CoreV1alpha1 func() corev1alpha1.CoreV1alpha1Interface + CoreV1beta1 func() corev1beta1.CoreV1beta1Interface + Discovery func() discovery.DiscoveryInterface + Multiclusterdns func() multiclusterdnsv1alpha1.MulticlusterdnsV1alpha1Interface + MulticlusterdnsV1alpha1 func() multiclusterdnsv1alpha1.MulticlusterdnsV1alpha1Interface + Scheduling func() schedulingv1alpha1.SchedulingV1alpha1Interface + SchedulingV1alpha1 func() schedulingv1alpha1.SchedulingV1alpha1Interface + Types func() typesv1beta1.TypesV1beta1Interface + TypesV1beta1 func() typesv1beta1.TypesV1beta1Interface