Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretLocation ¶
type SecretLocation interface { // InVault returns whether secrets are stored in Vault InVault() bool // SetInVault sets whether secrets are stored in Vault or not SetInVault(useVault bool) error }
SecretLocation interfaces to identify where is the secrets location
func NewSecretLocation ¶
func NewSecretLocation(kubeClient kubernetes.Interface, namespace string) SecretLocation
NewSecretLocation creates a SecretLocation
Click to show internal directories.
Click to hide internal directories.