kubernetes/plugin/pkg/auth/authorizer/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
..
graph.go dra api: rename NodeResourceSlice -> ResourceSlice 2024-03-07 22:22:55 +01:00
graph_populator.go dra api: rename NodeResourceSlice -> ResourceSlice 2024-03-07 22:22:55 +01:00
graph_test.go remove DynamicKubeletConfig feature gate from the code 2022-09-23 23:14:19 +00:00
intset.go Switch node authorizer index to refcounts 2020-02-10 13:24:13 -05:00
intset_test.go Switch node authorizer index to refcounts 2020-02-10 13:24:13 -05:00
metrics.go Improve observability of node authorizer: 2020-11-10 08:40:46 +01:00
node_authorizer.go dra api: rename NodeResourceSlice -> ResourceSlice 2024-03-07 22:22:55 +01:00
node_authorizer_test.go DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00