kubernetes/test
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
..
cmd switch k/k to pause version 3.10 2024-05-24 10:02:51 +03:00
conformance [go] Bump images, dependencies and versions to go 1.22.4 and distroless iptables/setcap/debian-base 2024-06-06 18:13:15 +02:00
e2e DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
e2e_kubeadm Add carlory (myself) in kubeadm reviewers 2024-05-23 22:07:57 +08:00
e2e_node DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
fixtures switch k/k to pause version 3.10 2024-05-24 10:02:51 +03:00
fuzz Add skeleton CBOR package and introduce library dependency. 2024-01-25 08:32:50 -05:00
images [go] Bump images, dependencies and versions to go 1.22.4 and distroless iptables/setcap/debian-base 2024-06-06 18:13:15 +02:00
instrumentation Merge pull request #124221 from arturhoo/fix-spelling-scheduler-metrics 2024-04-18 10:46:19 -07:00
integration DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
kubemark update ip-masq-agent and npd to latest versions in cluster addons 2024-05-30 09:44:02 +05:30
list
soak/serve_hostnames test/e2e: do not use global variable for image 2024-04-22 19:29:39 +08:00
typecheck Retool typecheck to be simpler 2024-02-29 22:07:00 -08:00
utils scheduler_perf: add DRA structured parameters test with shared claims 2024-06-17 10:13:22 +02:00
OWNERS lavalamp is taking a long break 2023-05-11 16:43:38 +00:00