Files
virtual-kubelet/vkubelet
Yash Desai 1542c4d2f4 Allow composing env var from existing env vars. (#643)
Example:
env name:  FOO
    value: "foo"
    name:  BAR
    value: "bar"
    name:  FOOBAR
    value: "${FOO}${BAR}" <-- should expand to: "foobar"

Added testcase for the same as well.
Change is based on kubelet_pods.go.
Simplified some of the existing code.
2019-06-01 09:41:10 -07:00
..
2019-06-01 09:36:38 -07:00
2019-06-01 09:36:38 -07:00
2019-06-01 09:36:38 -07:00
2019-06-01 09:36:38 -07:00