-
Derek McQuay authored
Previously, GetEnvParams (now called SetEnvParams) had no way of being altered unless it was through enviroment variables. These changes allow for a global EnvParam to be set and also altered while still initally getting their value from set enviroment variables. This change is especially helpful for testing (see kubeadm/app/util/kubeconfig_test.go).