package viperconfig
import "k8s.io/kubernetes/test/e2e/framework/viperconfig"
Index ¶
Functions ¶
func ViperizeFlags ¶
ViperizeFlags checks whether a configuration file was specified, reads it, and updates the configuration variables accordingly. Must be called after framework.HandleFlags() and before framework.AfterReadingAllFlags().
The logic is so that a required configuration file must be present. If empty, the optional configuration file is used instead, unless also empty.
Files can be specified with just a base name ("e2e", matches "e2e.json/yaml/..." in the current directory) or with path and suffix.
Source Files ¶
viperconfig.go
- Version
- v1.13.8
- Published
- Jul 4, 2019
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 4 minutes ago –
Tools for package owners.