Versions in this module Expand all Collapse all v2 v2.3.0 Oct 24, 2024 v2.2.1 Oct 18, 2024 Changes in this version + type DoguInterface interface + Create func(ctx context.Context, dogu *v2.Dogu, opts metav1.CreateOptions) (*v2.Dogu, error) + Delete func(ctx context.Context, name string, opts metav1.DeleteOptions) error + DeleteCollection func(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error + Get func(ctx context.Context, name string, opts metav1.GetOptions) (*v2.Dogu, error) + List func(ctx context.Context, opts metav1.ListOptions) (*v2.DoguList, error) + Patch func(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *v2.Dogu, err error) + Update func(ctx context.Context, dogu *v2.Dogu, opts metav1.UpdateOptions) (*v2.Dogu, error) + UpdateSpecWithRetry func(ctx context.Context, dogu *v2.Dogu, ...) (result *v2.Dogu, err error) + UpdateStatus func(ctx context.Context, dogu *v2.Dogu, opts metav1.UpdateOptions) (*v2.Dogu, error) + UpdateStatusWithRetry func(ctx context.Context, dogu *v2.Dogu, ...) (result *v2.Dogu, err error) + Watch func(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) + type DoguRestartInterface interface + Create func(ctx context.Context, dogu *v2.DoguRestart, opts metav1.CreateOptions) (*v2.DoguRestart, error) + Delete func(ctx context.Context, name string, opts metav1.DeleteOptions) error + DeleteCollection func(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error + Get func(ctx context.Context, name string, opts metav1.GetOptions) (*v2.DoguRestart, error) + List func(ctx context.Context, opts metav1.ListOptions) (*v2.DoguRestartList, error) + Patch func(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *v2.DoguRestart, err error) + Update func(ctx context.Context, dogu *v2.DoguRestart, opts metav1.UpdateOptions) (*v2.DoguRestart, error) + UpdateSpecWithRetry func(ctx context.Context, doguRestart *v2.DoguRestart, ...) (result *v2.DoguRestart, err error) + UpdateStatus func(ctx context.Context, dogu *v2.DoguRestart, opts metav1.UpdateOptions) (*v2.DoguRestart, error) + UpdateStatusWithRetry func(ctx context.Context, doguRestart *v2.DoguRestart, ...) (result *v2.DoguRestart, err error) + Watch func(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) + type EcoSystemV2Client struct + func NewForConfig(c *rest.Config) (*EcoSystemV2Client, error) + func (c *EcoSystemV2Client) DoguRestarts(namespace string) DoguRestartInterface + func (c *EcoSystemV2Client) Dogus(namespace string) DoguInterface + type EcoSystemV2Interface interface + DoguRestarts func(namespace string) DoguRestartInterface + Dogus func(namespace string) DoguInterface Other modules containing this package github.com/cloudogu/k8s-dogu-operator github.com/cloudogu/k8s-dogu-operator/v3