k3s/pkg/kubelet/apis/kubeletconfig
Michael Taufen 6e49ac382b ColonSeparatedMultimapStringString: allow multiple Set invocations with default override
The first call to Set will clear the map before adding entries;
subsequent calls will simply append to the map.
This makes it possible to override default values with a command-line
option rather than appending to defaults,
while still allowing the distribution of key-value pairs across
multiple flag invocations.

For example: `--flag "a:hello" --flag "b:again" --flag "b:beautiful"
--flag "c:world"` results in `{"a": ["hello"], "b": ["again",
"beautiful"], "c": ["world"]}`
2017-11-17 09:07:47 -08:00
..
scheme update BUILD files 2017-10-15 18:18:13 -07:00
v1alpha1 ColonSeparatedMultimapStringString: allow multiple Set invocations with default override 2017-11-17 09:07:47 -08:00
validation Complete test case for kubeletconfig validation 2017-11-14 11:17:24 +08:00
BUILD Move ungated 'alpha' KubeletConfiguration fields and self-registration fields to KubeletFlags 2017-11-15 17:47:10 -08:00
OWNERS
doc.go deepcopy: remove deepcopy register tags 2017-11-10 18:25:26 +01:00
helpers.go Move ungated 'alpha' KubeletConfiguration fields and self-registration fields to KubeletFlags 2017-11-15 17:47:10 -08:00
helpers_test.go Lift embedded structure out of eviction-related KubeletConfiguration fields 2017-11-16 18:35:13 -08:00
register.go
types.go Lift embedded structure out of eviction-related KubeletConfiguration fields 2017-11-16 18:35:13 -08:00
zz_generated.deepcopy.go Lift embedded structure out of eviction-related KubeletConfiguration fields 2017-11-16 18:35:13 -08:00