Documentation ¶
Index ¶
- type Clientset
- func (c *Clientset) ConfigV1alpha2() configv1alpha2.ConfigV1alpha2Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) FlinkoperatorV1beta1() flinkoperatorv1beta1.FlinkoperatorV1beta1Interface
- func (c *Clientset) NetworkingV1alpha3() netv1alpha3.NetworkingV1alpha3Interface
- func (c *Clientset) NetworkingV1beta1() netv1beta1.NetworkingV1beta1Interface
- func (c *Clientset) OpenYurtV1alpha1() openYurtV1alpha1.AppsV1alpha1Interface
- func (c *Clientset) RbacV1alpha1() rbacv1alpha1.RbacV1alpha1Interface
- func (c *Clientset) SecurityV1beta1() secv1beta1.SecurityV1beta1Interface
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 NewCustomClientSet ¶
NewCustomClientSet creates a new Clientset for the given addr.
func (*Clientset) ConfigV1alpha2 ¶
func (c *Clientset) ConfigV1alpha2() configv1alpha2.ConfigV1alpha2Interface
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) FlinkoperatorV1beta1 ¶
func (c *Clientset) FlinkoperatorV1beta1() flinkoperatorv1beta1.FlinkoperatorV1beta1Interface
FlinkoperatorV1beta1 retrieves the FlinkoperatorV1beta1Client
func (*Clientset) NetworkingV1alpha3 ¶
func (c *Clientset) NetworkingV1alpha3() netv1alpha3.NetworkingV1alpha3Interface
func (*Clientset) NetworkingV1beta1 ¶
func (c *Clientset) NetworkingV1beta1() netv1beta1.NetworkingV1beta1Interface
func (*Clientset) OpenYurtV1alpha1 ¶
func (c *Clientset) OpenYurtV1alpha1() openYurtV1alpha1.AppsV1alpha1Interface
Open retrieves the OpenYurt AppsV1alpha1Client
func (*Clientset) RbacV1alpha1 ¶
func (c *Clientset) RbacV1alpha1() rbacv1alpha1.RbacV1alpha1Interface
func (*Clientset) SecurityV1beta1 ¶
func (c *Clientset) SecurityV1beta1() secv1beta1.SecurityV1beta1Interface
Click to show internal directories.
Click to hide internal directories.