Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientInterface ¶
type ClientInterface interface { List(opts metav1.ListOptions) (*v1alpha1.ClientList, error) Get(name string, options metav1.GetOptions) (*v1alpha1.Client, error) Create(*v1alpha1.Client) (*v1alpha1.Client, error) Watch(opts metav1.ListOptions) (watch.Interface, error) UpdateStatus(client *v1alpha1.Client, opts metav1.UpdateOptions) (*v1alpha1.Client, error) }
type V1Alpha1Client ¶
type V1Alpha1Client struct {
// contains filtered or unexported fields
}
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*V1Alpha1Client, error)
func (*V1Alpha1Client) Clients ¶
func (c *V1Alpha1Client) Clients(namespace string) ClientInterface
type V1Alpha1Interface ¶
type V1Alpha1Interface interface {
Clients(namespace string) ClientInterface
}
Click to show internal directories.
Click to hide internal directories.