Documentation ¶
Overview ¶
Package config handles proxy configuration and command line flag parsing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { KubeconfigPath string `yaml:"kubeconfigPath"` ResourceTypes []string `yaml:"resourceTypes"` }
func ReadExternalConfig ¶
func ReadExternalConfig() Config
ReadExternalConfig Parsing commnd line flags and reading external config file with resource types to be tracked with informers.
Click to show internal directories.
Click to hide internal directories.