mirror of
https://github.com/rancher/types.git
synced 2025-09-01 21:32:10 +00:00
- Add new type EnvironmentVar to emulate k8s' EnvVar type structure with an EnvironmentFrom nested type (EnvironmentFrom represents everything relevant in k8s' EnvVarSource type) - Modify env mapper to store environmental variables in an array of EnvironmentVar types to preserve their order (variables of type EnvFromSource are still kept separate like upstream).