Documentation ¶
Index ¶
- Constants
- func Get(vars []corev1.EnvVar, name string) *corev1.EnvVar
- func GetOperatorNamespace() (string, error)
- func Remove(vars *[]corev1.EnvVar, name string)
- func SetVal(vars *[]corev1.EnvVar, name string, value string)
- func SetValFrom(vars *[]corev1.EnvVar, name string, path string)
- func SetVar(vars *[]corev1.EnvVar, newEnvVar corev1.EnvVar)
Constants ¶
View Source
const (
NamespaceEnvVar = "NAMESPACE"
)
Variables ¶
This section is empty.
Functions ¶
func GetOperatorNamespace ¶ added in v0.4.0
GetOperatorNamespace returns the Namespace the operator is installed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.