Files
virtual-kubelet/internal
Sargun Dhillon 06c089843e Refactor env.go
This copies and pastes the loop that used to exist in

func populateEnvironmentVariables(..) {
	...
	for _, env := range container.Env {
		... <--- This code
	}
}

Into getEnvironmentVariableValue. getEnvironmentVariableValue
returns val, err, where val is a pointer to a string
to indicate optionality.
2020-11-13 10:29:29 -08:00
..
2019-09-03 11:00:33 -07:00
2020-11-13 10:29:29 -08:00
2020-11-06 20:37:35 -08:00