v1alpha1

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2024 License: MIT Imports: 7 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL