customClient

package
v0.0.0-...-ac7e0e8 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DevworkspaceClientInterface

type DevworkspaceClientInterface interface {
	List(opts metav1.ListOptions) (*dw.DevWorkspaceList, error)
	Get(name string, opts metav1.GetOptions) (*dw.DevWorkspace, error)
	Create(*dw.DevWorkspace) (*dw.DevWorkspace, error)
	Update(*dw.DevWorkspace, metav1.UpdateOptions) (*dw.DevWorkspace, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

type ExampleV1Alpha1Client

type ExampleV1Alpha1Client struct {
	// contains filtered or unexported fields
}

func NewForConfig

func NewForConfig(c *rest.Config) (*ExampleV1Alpha1Client, error)

func (*ExampleV1Alpha1Client) DevWorkspace

func (c *ExampleV1Alpha1Client) DevWorkspace(namespace string) DevworkspaceClientInterface

type ExampleV1Alpha1Interface

type ExampleV1Alpha1Interface interface {
	Projects(namespace string) DevworkspaceClientInterface
}

Jump to

Keyboard shortcuts

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