Documentation
¶
Index ¶
- func FindEnvIndex(envs []corev1.EnvVar, name string) int
- func IsLogLevelVerbose() bool
- func IsLogStructured() bool
- func MergeEnvLists(envLists ...[]corev1.EnvVar) []corev1.EnvVar
- func MergeMaps(dest map[string]string, mapList ...map[string]string) map[string]string
- func MergeTemplateAnnotations(sfs *appsv1.StatefulSet, annotations map[string]string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsLogLevelVerbose ¶ added in v1.17.0
func IsLogLevelVerbose() bool
func IsLogStructured ¶ added in v1.17.0
func IsLogStructured() bool
func MergeMaps ¶ added in v1.16.0
MergeMaps merges multiple maps into the provided `dest` map. If `dest` is nil, a new map is created. When keys overlap across maps, the value from the last map takes precedence. The function returns the resulting `dest` map.
func MergeTemplateAnnotations ¶ added in v1.16.0
func MergeTemplateAnnotations(sfs *appsv1.StatefulSet, annotations map[string]string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.