kubernetes/pkg/apis/storage
Patrick Ohly dfaeacb51f CSIDriver: allow "StorageCapacity" to be modified
When originally introduced, the field was made immutable to be
consistent with the other fields. But in practice allowing it to be
toggled makes more sense, in particular when considering the rollout
of a CSI driver (let it run without using the published
CSIStorageCapacity object, then flip the field, or upgrading from a
driver without support to one which supports it).

The only consumer of this field, the kube-scheduler, can handle
mutation without problems because it always consults the informer
cache to get the current value.
2021-08-11 15:10:30 +02:00
..
fuzzer hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
install hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
util hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
v1 CSIServiceAccountToken ga 2021-06-21 11:35:24 -07:00
v1alpha1 CSIStorageCapacity: generated files for beta 2021-03-08 20:59:52 +01:00
v1beta1 CSIServiceAccountToken ga 2021-06-21 11:35:24 -07:00
validation CSIDriver: allow "StorageCapacity" to be modified 2021-08-11 15:10:30 +02:00
doc.go *: Remove comment tags in GoDoc 2018-09-13 20:27:32 -07:00
OWNERS Add SIG storage owner aliases 2020-07-07 10:26:16 -04:00
register.go CSIStorageCapacity: CSIStorageCapacity API 2020-07-03 21:54:14 +02:00
types.go CSIDriver: allow "StorageCapacity" to be modified 2021-08-11 15:10:30 +02:00
zz_generated.deepcopy.go CSIStorageCapacity: generated files for beta 2021-03-08 20:59:52 +01:00