1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-27 07:53:40 +00:00
Files
rke/cluster
rajashree c31ee1eb4b Handle unmarshal of ingressConfig's k8s native fields separately
IngressConfig fields ExtraEnvs, ExtraVolumes and ExtraVolumeMounts are k8s types.
The yaml unmarshal done in ParseConfig can't unmarshal these properly because they have
nested fields without yaml tags. This commit adds logic to unmarshal
these fields separately so all nested fields get unmarshaled too.
2019-11-15 10:54:07 -08:00
..
2019-10-04 15:01:53 -07:00
2019-10-31 13:48:44 -07:00
2019-03-06 09:22:52 -08:00