kubernetes/pkg/apis
Patrick Ohly bde9b64cdf DRA: remove "source" indirection from v1 Pod API
This makes the API nicer:

    resourceClaims:
    - name: with-template
      resourceClaimTemplateName: test-inline-claim-template
    - name: with-claim
      resourceClaimName: test-shared-claim

Previously, this was:

    resourceClaims:
    - name: with-template
      source:
        resourceClaimTemplateName: test-inline-claim-template
    - name: with-claim
      source:
        resourceClaimName: test-shared-claim

A more long-term benefit is that other, future alternatives
might not make sense under the "source" umbrella.

This is a breaking change. It's justified because DRA is still
alpha and will have several other API breaks in 1.31.
2024-06-27 17:53:24 +02:00
..
abac Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
admission generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
admissionregistration Adding the feature gates to fix cost for VAP and webhook matchConditions. 2024-05-10 22:07:40 +00:00
apidiscovery Add aggregated discovery v2 types 2024-01-19 11:40:14 -05:00
apiserverinternal Remove errant +required with no validation code 2024-02-29 22:07:37 -08:00
apps Ensure controller revision data is valid json 2024-06-17 14:32:51 -04:00
authentication Comment some manual conversions 2024-03-05 21:46:42 -08:00
authorization Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
autoscaling Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
batch Improve the Job API comment for ready field 2024-05-29 14:01:28 +02:00
certificates ClusterTrustBundle: Enforce max size during validation 2023-11-03 11:40:49 -07:00
coordination Changed API field references and generated docs for coordination v1 and v1beta1 2022-11-16 22:15:58 +05:30
core DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
discovery fix the version order of 'discovery.k8s.io' 2024-04-29 14:31:58 +08:00
events generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
extensions Add api-machinery TL owners permissions for jpbetz 2023-05-15 11:09:54 -04:00
flowcontrol flowcontrol: set the serialization version to v1 2023-12-25 14:24:50 +08:00
imagepolicy Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
networking Add validation.IsValidCIDR 2024-02-07 09:48:01 -05:00
node Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
policy Delete PSP API types and generated clients 2023-08-07 16:44:13 -04:00
rbac Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
resource DRA: enhance validation for the ResourceClaimParametersReference and ResourceClassParametersReference with the following rules: 2024-06-07 17:18:10 +08:00
scheduling Scheduler: Fix the feature stage of preemptionPolicy in the API comment 2024-02-08 08:13:00 +09:00
storage Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
storagemigration feat: implements Storage Version Migration API in-tree 2024-03-08 04:18:56 +00:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00