kubernetes/pkg/kubelet/apis
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
..
cri Add fake remote runtime service 2017-10-27 15:16:53 +08:00
deviceplugin bump device plugin version to v1alpha2 to reflect the change to AllocateResponce API 2017-10-19 10:35:24 -07:00
kubeletconfig ColonSeparatedMultimapStringString: allow multiple Set invocations with default override 2017-11-17 09:07:47 -08:00
stats/v1alpha1 Expose accelerator metrics in the summary API. 2017-11-10 14:59:43 -08:00
BUILD bump device plugin version to v1alpha2 to reflect the change to AllocateResponce API 2017-10-19 10:35:24 -07:00
well_known_annotations.go move labels to components which own the APIs 2017-05-31 10:32:06 -04:00
well_known_labels.go Modify VolumeZonePredicate to handle multi-zone PV 2017-09-04 20:13:32 -07:00