kubernetes/pkg/quota/v1/evaluator/core
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
..
doc.go Fix golint failure in pkg/quota/v1/evaluator/core 2019-07-12 21:25:04 +08:00
persistent_volume_claims_test.go api: introduce separate VolumeResourceRequirements struct 2023-08-21 15:31:28 +02:00
persistent_volume_claims.go Use https links for k8s KEPs, issues, PRs, etc 2022-09-23 23:36:24 +00:00
pods_test.go benchmark test to evaluate the overhead of podMatchesScopeFunc 2023-05-04 17:02:47 -07:00
pods.go benchmark test to evaluate the overhead of podMatchesScopeFunc 2023-05-04 17:02:47 -07:00
registry.go Migrate to k8s.io/utils/clock in pkg/quota 2021-09-10 11:42:32 +02:00
services_test.go Mark ServiceLBNodePortControl as GA 2021-12-16 16:48:58 +01:00
services.go Generate and format files 2022-07-26 13:14:05 -04:00