Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentProvider ¶
type EnvironmentProvider struct { KubeAPI v1.CoreV1Interface KeptnNamespaceProvider StringSupplier }
func NewEnvironmentProvider ¶
func NewEnvironmentProvider(kubeAPI v1.CoreV1Interface) *EnvironmentProvider
func (EnvironmentProvider) PrepareEnvironment ¶
func (e EnvironmentProvider) PrepareEnvironment(project string, stage string, service string) []string
PrepareEnvironment creates a list of environment variables by extracting them from a secret based on project, stage and service
type StringSupplier ¶
type StringSupplier func() string
Click to show internal directories.
Click to hide internal directories.