kubernetes/pkg/apis/core
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
..
fuzzer fix default IPMode set in UT 2024-02-26 12:32:01 +08:00
helper generic set 2023-10-28 15:31:28 +08:00
install lavalamp is taking a long break 2023-05-11 16:43:38 +00:00
pods Add status.hostIPs in ConvertDownwardAPIFieldLabel 2023-07-14 09:35:30 +08:00
v1 DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
validation DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
annotation_key_constants.go Rename AppArmor annotation constants with Deprecated 2024-03-06 10:46:31 -08:00
doc.go Fix golint errors in pkg/apis/core (#82919) 2019-09-25 11:06:51 -07:00
json.go Fix golint errors in pkg/apis/core (#82919) 2019-09-25 11:06:51 -07:00
objectreference.go Fix golint errors in pkg/apis/core (#82919) 2019-09-25 11:06:51 -07:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
register.go Switch ephemeralcontainers SR to Pod Kind 2021-04-13 13:36:48 +02:00
resource.go Downward API hugepages 2020-11-10 16:09:13 -05:00
taint_test.go make taint.ToString() consistent with the reverse parsing logic 2019-07-16 21:06:01 +08:00
taint.go Fix golint errors in pkg/apis/core (#82919) 2019-09-25 11:06:51 -07:00
toleration_test.go
toleration.go
types_test.go Add test for EphemeralContainerCommon struct tags 2021-10-19 23:01:07 -04:00
types.go DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
zz_generated.deepcopy.go DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00