kubernetes/pkg/controller/volume
Patrick Ohly 2472291790 api: introduce separate VolumeResourceRequirements struct
PVC and containers shared the same ResourceRequirements struct to define their
API. When resource claims were added, that struct got extended, which
accidentally also changed the PVC API. To avoid such a mistake from happening
again, PVC now uses its own VolumeResourceRequirements struct.

The `Claims` field gets removed because risk of breaking someone is low:
theoretically, YAML files which have a claims field for volumes now
get rejected when validating against the OpenAPI. Such files
have never made sense and should be fixed.

Code that uses the struct definitions needs to be updated.
2023-08-21 15:31:28 +02:00
..
attachdetach api: introduce separate VolumeResourceRequirements struct 2023-08-21 15:31:28 +02:00
common generic ephemeral volume: graduation to GA 2021-10-11 20:54:20 +02:00
ephemeral volume: use contextual logging 2023-03-14 08:37:30 +08:00
events hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
expand api: introduce separate VolumeResourceRequirements struct 2023-08-21 15:31:28 +02:00
persistentvolume api: introduce separate VolumeResourceRequirements struct 2023-08-21 15:31:28 +02:00
protectionutil hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
pvcprotection kube-controller-manager: finish conversion to contextual logging 2023-07-12 14:57:29 +02:00
pvprotection kube-controller-manager: finish conversion to contextual logging 2023-07-12 14:57:29 +02:00
OWNERS add sig/storage label for pkg/controller/volume package PR 2022-11-10 09:57:36 +08:00