kubernetes/test/utils
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
..
apiserver e2e: reduce built time for framework 2022-09-10 17:56:23 +02:00
crd e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
format test: extend gomega to use YAML for API types 2022-10-28 15:43:48 +02:00
harness Generate and format files 2022-07-26 13:14:05 -04:00
image bump the busybox test version to resolve test failures 2023-08-16 08:50:20 -05:00
junit hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
ktesting test/utils: extend ktesting 2023-02-28 23:06:00 +01:00
kubeconfig e2e: reduce built time for framework 2022-09-10 17:56:23 +02:00
oidc Add OIDC integration tests 2023-07-04 08:04:53 +03:00
admission_webhook.go Generate and format files 2022-07-26 13:14:05 -04:00
audit.go Add integration tests 2023-03-06 21:51:33 -05:00
conditions.go test: Fix e2e_node restart_test flake 2022-10-21 17:14:56 -07:00
create_resources.go Add benchmark tests for nodeInclusionPolicy 2022-11-05 00:13:43 +08:00
delete_resources.go Fix HPA E2E CRD test 2022-09-21 22:39:47 +00:00
density_utils.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
deployment.go replaced spew.Sprintf with a util pretty print function 2023-03-27 09:24:22 +08:00
node.go
paths.go Setup e2e_node to support testing on ARM64 2023-05-20 00:07:44 +00:00
pki_helpers.go update serial number to a valid non-zero number in ca certificate (#117791) 2023-05-09 06:34:08 -07:00
pod_store.go generated: run refactor 2020-02-07 18:16:47 -08:00
replicaset.go generated: run refactor 2020-02-08 12:30:21 -05:00
runners.go api: introduce separate VolumeResourceRequirements struct 2023-08-21 15:31:28 +02:00
tmpdir.go io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
update_resources.go Error message should not be capitalized. 2021-05-28 16:00:05 +08:00