Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestroyFunc ¶
type DestroyFunc func()
type StorageDecorator ¶
type StorageDecorator func( config *config.ConfigForResource, resourcePrefix string, keyFunc func(obj runtime.Object) (string, error), newFunc func() runtime.Object, newListFunc func() runtime.Object) (storage.Interface, DestroyFunc, error)
StorageDecorator is a function signature for producing a storage.Interface and an associated DestroyFunc from given parameters.
Click to show internal directories.
Click to hide internal directories.