k3s/pkg/configfilearg
Darren Shepherd 8f1a20c0d3 Add ability to append to slice during config file merge
If key ends in "+" the value of the key is appended to previous
values found.  If values are string instead of a slice they are
automatically converted to a slice of one string.

Signed-off-by: Darren Shepherd <darren@rancher.com>
2021-04-27 15:59:03 -07:00
..
testdata Add ability to append to slice during config file merge 2021-04-27 15:59:03 -07:00
defaultparser.go Add support for both config-file and data-dir at a global level in the self-extracting wrapper for K3s (#2594) 2020-12-16 09:27:57 -08:00
parser_test.go Add ability to append to slice during config file merge 2021-04-27 15:59:03 -07:00
parser.go Add ability to append to slice during config file merge 2021-04-27 15:59:03 -07:00