Documentation ¶
Index ¶
- func GetEnvFromAnsibleVault(c *cli.Context) (string, error)
- func GetEnvFromPodProcess(c *cli.Context) (envMap map[string]string, err error)
- func GetGroupedLocalEnv(c *cli.Context) (groupedValues map[string]map[string]string, err error)
- func GetLegacyEnvFromPodProcess(c *cli.Context) (envMap map[string]string, err error)
- type ConfigMap
- type KubeSecret
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnvFromAnsibleVault ¶
func GetEnvFromPodProcess ¶
GetEnvFromPodProcess will execute an inspect on the Pod container for a given process.
func GetGroupedLocalEnv ¶
GetGroupedLocalEnv will parse local ConfigMap file and retrieve JSON blobs from AWS Secrets Manager. Return a map of groups names to value blocks.
Types ¶
type KubeSecret ¶
KubeSecret is a simple version of the KubeSecret defined in kubernetes.
Click to show internal directories.
Click to hide internal directories.