Documentation ¶
Index ¶
- Constants
- func AddOrUpdate(envVars []corev1.EnvVar, desiredEnvVar corev1.EnvVar) []corev1.EnvVar
- func DefaultNamespace() string
- func FindEnvVar(envVars []corev1.EnvVar, name string) *corev1.EnvVar
- func IsIn(envVars []corev1.EnvVar, envVarToCheck string) bool
- func NewEnvVarSourceForField(fieldPath string) *corev1.EnvVarSource
Constants ¶
View Source
const ( PodNamespace = "POD_NAMESPACE" PodName = "POD_NAME" )
Variables ¶
This section is empty.
Functions ¶
func AddOrUpdate ¶
func DefaultNamespace ¶
func DefaultNamespace() string
func NewEnvVarSourceForField ¶
func NewEnvVarSourceForField(fieldPath string) *corev1.EnvVarSource
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.