Versions in this module Expand all Collapse all v0 v0.0.1 Sep 9, 2024 Changes in this version + type ClientInterface interface + Create func(*v1alpha1.Client) (*v1alpha1.Client, error) + Get func(name string, options metav1.GetOptions) (*v1alpha1.Client, error) + List func(opts metav1.ListOptions) (*v1alpha1.ClientList, error) + UpdateStatus func(client *v1alpha1.Client, opts metav1.UpdateOptions) (*v1alpha1.Client, error) + Watch func(opts metav1.ListOptions) (watch.Interface, error) + type V1Alpha1Client struct + func NewForConfig(c *rest.Config) (*V1Alpha1Client, error) + func (c *V1Alpha1Client) Clients(namespace string) ClientInterface + type V1Alpha1Interface interface + Clients func(namespace string) ClientInterface