import "k8s.io/kubernetes/pkg/util/env"
GetEnvAsFloat64OrFallback returns the env variable (parsed as float64) for the given key and falls back to the given defaultValue if not set
GetEnvAsIntOrFallback returns the env variable (parsed as integer) for the given key and falls back to the given defaultValue if not set
GetEnvAsStringOrFallback returns the env variable for the given key and falls back to the given defaultValue if not set
Package env imports 2 packages (graph) and is imported by 121 packages. Updated 2019-10-09. Refresh now. Tools for package owners.