Documentation ¶
Index ¶
Constants ¶
View Source
const ( //EnvVaultAddr is the environment name for looking up the address of the Vault server EnvVaultAddr = "NAISD_VAULT_ADDR" // //EnvInitContainerImage is the environment name for looking up the init container to use EnvInitContainerImage = "NAISD_VAULT_INIT_CONTAINER_IMAGE" //EnvVaultAuthPath is the environment name for looking up the path to vault kubernetes auth backend EnvVaultAuthPath = "NAISD_VAULT_AUTH_PATH" //EnvVaultKVPath is the environment name for looking up the path to Vault KV mount EnvVaultKVPath = "NAISD_VAULT_KV_PATH" //EnvVaultEnabled is the environment name for looking up the enable/disable feature flag EnvVaultEnabled = "NAISD_VAULT_ENABLED" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Initializer ¶
Initializer adds init containers
func NewInitializer ¶
func NewInitializer(spec app.Spec, sidecar bool) (Initializer, error)
NewInitializer creates a new Initializer. Err if required env variables are not set.
Click to show internal directories.
Click to hide internal directories.