kubernetes/pkg/api
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
..
endpoints/testing Move endpoints test-helper funcs to a package 2021-07-01 18:26:45 -07:00
job drop deprecated pointer package 2024-01-24 19:44:07 +08:00
legacyscheme hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
node use generic Set in api 2023-09-25 19:04:08 +08:00
persistentvolume Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
persistentvolumeclaim Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
pod DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
service Improve service unit test failure report 2023-09-01 23:18:45 +08:00
storage use generic Set in api 2023-09-25 19:04:08 +08:00
testing Fuzz roundtrip to Unstructured via both JSON and CBOR. 2024-05-29 17:48:10 -04:00
v1 Merge pull request #120866 from bzsuni/cleanup/sets/api 2024-01-22 18:20:48 +01:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00