client/pkg/util
Boaz Shuster 539a5a97a6
Add option to allow enviornment variables using file (#1433)
* Add `GetEnvsFromFile` to `util`
* Add to `podspec` flags `--env-file` and `EnvFile` to `PodSpec`.
* If `env-file` is specified load env vars from file to memory,
  convert them into ordered map and pass them to UpdateEnvVars function
  by setting custom args for each one of them instead of using command line args.

Signed-off-by: Boaz <boaz.shuster.github@gmail.com>
2021-09-21 11:41:38 -07:00
..
mock
compare.go
compare_test.go
corev1_helper.go Enable gosec linter and fix existing issues (#1228) 2021-02-16 02:17:26 -08:00
corev1_helper_test.go
logging_http_transport.go Enable errorlint and fix all issues (#1223) 2021-02-12 18:27:38 -08:00
logging_http_transport_test.go Enable errorlint and fix all issues (#1223) 2021-02-12 18:27:38 -08:00
orderedmap.go
orderedmap_test.go
parsing_helper.go Add option to allow enviornment variables using file (#1433) 2021-09-21 11:41:38 -07:00
parsing_helper_test.go Add option to allow enviornment variables using file (#1433) 2021-09-21 11:41:38 -07:00
schema_handling.go
schema_handling_test.go
unstructured.go Fix describe/list commands with json/yaml output format (#1278) 2021-09-21 05:32:37 -07:00
unstructured_test.go Fix describe/list commands with json/yaml output format (#1278) 2021-09-21 05:32:37 -07:00