Versions in this module Expand all Collapse all v0 v0.2.0 Jul 13, 2022 Changes in this version + func ExtractInfoFromEnv(env []corev1.EnvVar, configmapMap MapType, ref GetRefEnv) + func ExtractInfoFromEnvFrom(envs []corev1.EnvFromSource, themap MapType, ref GetRef) + func ExtractInfoFromVolume(volumes []corev1.Volume, themap MapType, ref GetRef) + func FilterByPodmanPrefix(keyValues map[string]string) map[string]string + func HasFinalizer(cr *metav1.ObjectMeta, name string) bool + func NormalizeLabel(name string) (string, error) + type GetRef func(interface{}) (bool, *bool, string) + type GetRefEnv func(env corev1.EnvVar) (bool, *bool, string, string) + type MapType = map[string]StringSet + type StringSet = map[string]interface