kubernetes/test/integration/scheduler
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
..
bind Fix strict linting 2023-05-04 10:25:10 +08:00
eventhandler Avoid to use deprecated wait.Poll in scheduler tests 2024-05-10 14:17:09 +08:00
extender using wait.PollUntilContextTimeout instead of deprecated wait.Poll for pkg/scheduler 2023-08-17 17:25:09 +08:00
filters Merge pull request #124785 from kerthcet/cleanup/deprecate-wait-pull 2024-05-22 01:17:30 -07:00
plugins schedulingQueue update pod by queueHint 2024-06-12 21:26:09 +08:00
preemption Avoid to use deprecated wait.Poll in scheduler tests 2024-05-10 14:17:09 +08:00
scoring Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
serving Add /readyz for kube-scheduler 2024-05-27 19:11:24 +00:00
taint Avoid to use deprecated wait.Poll in scheduler tests 2024-05-10 14:17:09 +08:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
queue_test.go schedulingQueue update pod by queueHint 2024-06-12 21:26:09 +08:00
rescheduling_test.go Avoid to use deprecated wait.Poll in scheduler tests 2024-05-10 14:17:09 +08:00
scheduler_test.go DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
util.go Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00