* no message
* Switching over usages of retry to the new package and making use of the DecodeConfig function
* Added decoding configuration using settings with a specific prefix
* Linter fixes
* Fixing linter error
* time.Sleep is the enemy
* Fix typo in comment
* Moving config to a pointer parameter so that the component can pass in the config with default values that make sense for that component.
* Renamed config struct
* Fix comment
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* add option to customize cluster domain of kubernetes nameresolution
* add clusterDomain config to k8s name resolution
* Adding normalization of kubernetes nr config when read from YAML
* Adding copyright headers to new files
Co-authored-by: Phil Kedy <phil.kedy@gmail.com>