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 Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
compare.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
compare_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
corev1_helper.go Enable gosec linter and fix existing issues (#1228) 2021-02-16 02:17:26 -08:00
corev1_helper_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
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 Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
orderedmap_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
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 refactor(knclient): Moved KnClient -> KnServingClient (#420) 2019-09-28 09:21:45 -07:00
schema_handling_test.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
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