Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { Apply(pt *core.PodTemplateSpec) error GetStorageConfig() (string, error) }
func NewStorage ¶
func NewStorage(kubeClient kubernetes.Interface, vs *api.VaultServer) (Storage, error)
Click to show internal directories.
Click to hide internal directories.