Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleV1Alpha1Client ¶
type ExampleV1Alpha1Client struct {
// contains filtered or unexported fields
}
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*ExampleV1Alpha1Client, error)
func (*ExampleV1Alpha1Client) Projects ¶
func (c *ExampleV1Alpha1Client) Projects(namespace string) ProjectInterface
type ExampleV1Alpha1Interface ¶
type ExampleV1Alpha1Interface interface {
Projects(namespace string) ProjectInterface
}
type ProjectInterface ¶
type ProjectInterface interface { List(opts metav1.ListOptions) (*v1alpha1.ProjectList, error) Get(name string, options metav1.GetOptions) (*v1alpha1.Project, error) Create(*v1alpha1.Project) (*v1alpha1.Project, error) Watch(opts metav1.ListOptions) (watch.Interface, error) Patch(name string, types types.PatchType, patchBytes []byte) (*v1alpha1.Project, error) Update(project *v1alpha1.Project) (*v1alpha1.Project, error) }
Click to show internal directories.
Click to hide internal directories.