v1alpha1

package
v0.0.0-...-ec8b611 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2021 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 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)
}

Jump to

Keyboard shortcuts

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