Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
GroupVersionKind() schema.GroupVersionKind
// NewObject returns a new instance of the backend type
NewObject() client.Object
// Wrap get a client.Object and returns a backend interface
Wrap(cluster string, obj client.Object) (IBackend, error)
// Get returns a wrapped backend interface
Get(ctx context.Context, cluster, namespace, name string) (IBackend, error)
}
Click to show internal directories.
Click to hide internal directories.