Versions in this module Expand all Collapse all v0 v0.24.0 Mar 25, 2022 Changes in this version + func GetEnvVarRefString(from *corev1.EnvVarSource) string + func GetEnvVarRefValue(kc kubernetes.Interface, ns string, store *ResourceStore, ...) (string, error) + func IsEnvironmentArgument(s string) bool + func IsHugePageResourceName(name corev1.ResourceName) bool + func ParseEnv(spec []string, defaultReader io.Reader) ([]v1.EnvVar, []string, bool, error) + func SplitEnvironmentFromResources(args []string) (resources, envArgs []string, ok bool) + type ResourceStore struct + ConfigMapStore map[string]*corev1.ConfigMap + SecretStore map[string]*corev1.Secret + func NewResourceStore() *ResourceStore