Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoguInterface ¶
type DoguInterface interface { Create(ctx context.Context, dogu *v1.Dogu, opts metav1.CreateOptions) (*v1.Dogu, error) Update(ctx context.Context, dogu *v1.Dogu, opts metav1.UpdateOptions) (*v1.Dogu, error) UpdateStatus(ctx context.Context, dogu *v1.Dogu, opts metav1.UpdateOptions) (*v1.Dogu, error) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.Dogu, error) List(ctx context.Context, opts metav1.ListOptions) (*v1.DoguList, error) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.Dogu, err error) }
type EcoSystemV1Alpha1Client ¶
type EcoSystemV1Alpha1Client struct {
// contains filtered or unexported fields
}
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*EcoSystemV1Alpha1Client, error)
func (*EcoSystemV1Alpha1Client) Dogus ¶
func (c *EcoSystemV1Alpha1Client) Dogus(namespace string) DoguInterface
type EcoSystemV1Alpha1Interface ¶
type EcoSystemV1Alpha1Interface interface {
Dogus(namespace string) DoguInterface
}
Click to show internal directories.
Click to hide internal directories.