mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-14 14:42:35 -04:00
Automatic merge from submit-queue Reserve kubernetes.io and k8s.io namespace for flex volume options Split from https://github.com/kubernetes/kubernetes/pull/39488. Flex volume already stuffs system information into the options map, and assumes it is free to do so: ``` optionFSType = "kubernetes.io/fsType" optionReadWrite = "kubernetes.io/readwrite" optionKeySecret = "kubernetes.io/secret" ``` this formalizes that by reserving the `kubernetes.io` and `k8s.io` namespaces so that user-specified options are never stomped by the system, and flex plugins can know that options with those namespaces came from the system, not user-options. ```release-note Parameter keys in a StorageClass `parameters` map may not use the `kubernetes.io` or `k8s.io` namespaces. ``` |
||
|---|---|---|
| .. | ||
| testdata/v1 | ||
| BUILD | ||
| doc.go | ||
| events.go | ||
| events_test.go | ||
| OWNERS | ||
| schema.go | ||
| schema_test.go | ||
| validation.go | ||
| validation_test.go | ||