kubernetes/pkg/scheduler/framework
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
..
autoscaler_contract kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
parallelize Avoid metric lookup in Parallelizer.Util on every work piece 2023-03-09 17:12:30 +00:00
plugins DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
preemption Don't fill in NodeToStatusMap with UnschedulableAndUnresolvable 2024-05-31 15:52:16 +00:00
runtime enhancement(scheduler): share waitingPods among profiles 2024-05-17 17:07:27 +08:00
cycle_state_test.go Copy recordPluginMetrics in CycleState.Clone 2022-04-14 15:26:20 +00:00
cycle_state.go Improve docs on framework.CycleState 2023-07-18 14:48:20 +08:00
extender.go Scheduler first fit (#123384) 2024-02-26 11:07:19 -08:00
interface_test.go cleanup: remove useless test 2023-10-22 04:41:59 +00:00
interface.go Don't fill in NodeToStatusMap with UnschedulableAndUnresolvable 2024-05-31 15:52:16 +00:00
listers.go Adding StorageInfoLister to SharedLister 2022-05-03 18:00:41 -07:00
types_test.go Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
types.go Merge pull request #122234 from AxeZhan/podUpdateEvent 2024-06-12 12:28:17 -07:00