kubernetes/pkg
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
..
api remove bad defaulting for exec and attach options 2017-11-14 12:02:49 -05:00
apimachinery/tests update BUILD files 2017-10-15 18:18:13 -07:00
apis Merge pull request #55392 from sttts/sttts-remove-policy-v1alpha1 2017-11-17 00:18:17 -08:00
auth move authorizers over to new interface 2017-11-03 13:46:28 -07:00
bootstrap/api update BUILD files 2017-10-15 18:18:13 -07:00
capabilities update BUILD files 2017-10-15 18:18:13 -07:00
client Generated files for new VolumeAttachemnt object 2017-11-14 17:08:49 -08:00
cloudprovider Merge pull request #54507 from micahhausler/aws-elb-security-policy 2017-11-17 01:17:11 -08:00
controller Merge pull request #55772 from liggitt/gc-ignored-resources 2017-11-16 15:16:16 -08:00
credentialprovider update BUILD files 2017-10-15 18:18:13 -07:00
features Merge pull request #54647 from colemickens/crd-validation-beta 2017-11-16 07:19:02 -08:00
fieldpath update BUILD files 2017-10-15 18:18:13 -07:00
generated Merge pull request #47584 from zjj2wry/translate 2017-11-15 23:57:28 -08:00
hyperkube update BUILD files 2017-10-15 18:18:13 -07:00
kubeapiserver Reorganize the admission webhook code. 2017-11-14 15:59:53 -08:00
kubectl Merge pull request #54053 from WanLinghao/cmd_test_unused_function 2017-11-17 08:28:26 -08:00
kubelet ColonSeparatedMultimapStringString: allow multiple Set invocations with default override 2017-11-17 09:07:47 -08:00
kubemark Move ungated 'alpha' KubeletConfiguration fields and self-registration fields to KubeletFlags 2017-11-15 17:47:10 -08:00
master remove duplicated import 2017-11-14 17:18:17 +08:00
printers StorageClass API changes for VolumeBindingMode 2017-11-15 09:19:47 -08:00
probe update BUILD files 2017-10-15 18:18:13 -07:00
proxy Merge pull request #53780 from m1093782566/validate-ipvs 2017-11-15 09:30:24 -08:00
quota Update generated files 2017-11-09 12:14:08 +01:00
registry registry: move generic registry tester into k8s.io/apiserver 2017-11-16 09:03:42 +01:00
routes update BUILD files 2017-10-15 18:18:13 -07:00
security Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00
securitycontext Update generated files 2017-11-09 12:14:08 +01:00
serviceaccount Update generated files 2017-11-09 12:14:08 +01:00
ssh update BUILD files 2017-10-15 18:18:13 -07:00
util Clone documentation utility from //pkg/kubectl/cmd/templates 2017-11-16 10:18:00 +01:00
version Capture git export-subst strings in version.sh for 'git archive' use. 2017-11-09 16:36:27 -08:00
volume Merge pull request #51914 from sergeylanzman/master 2017-11-17 00:18:22 -08:00
watch update BUILD files 2017-10-15 18:18:13 -07:00
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
BUILD Update generated files for MutatingWebhookConfiguration 2017-11-09 15:33:50 -08:00
OWNERS