var validEnvNameRegexp …
var envResources …
var envLong …
var envExample …
type EnvOptions …
func NewEnvOptions(streams genericiooptions.IOStreams) *EnvOptions { … }
func NewCmdEnv(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command { … }
func validateNoOverwrites(existing []v1.EnvVar, env []v1.EnvVar) error { … }
func contains(key string, keyList []string) bool { … }
func (o *EnvOptions) keyToEnvName(key string) string { … }
func (o *EnvOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *EnvOptions) Validate() error { … }
func (o *EnvOptions) RunEnv() error { … }