Files
kubernetes/test/e2e_node
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
..
2024-05-25 10:33:52 +08:00
2022-10-06 08:19:47 +02:00
2023-11-01 15:17:34 +01:00
2024-01-18 09:50:39 -05:00
2023-10-10 18:15:49 +02:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2022-11-01 12:16:43 -07:00
2023-11-01 15:17:34 +01:00
2024-04-20 10:31:29 -04:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00