Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface { Watch(ctx context.Context, resourceVersion string) (watch.Interface, error) List(l runtime.Object) error Get(key string, o resource.Resource) error Create(key string, o resource.Resource) error Delete(key string, o resource.Resource, validate func() error) error Update(key string, res resource.Resource, modify func() error) error }
Click to show internal directories.
Click to hide internal directories.