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
}
Click to show internal directories.
Click to hide internal directories.