kubernetes/pkg/scheduler/framework
Patrick Ohly 1e26115df5 consider ephemeral volumes for host path and node limits check
When adding the ephemeral volume feature, the special case for
PersistentVolumeClaim volume sources in kubelet's host path and node
limits checks was overlooked. An ephemeral volume source is another
way of referencing a claim and has to be treated the same way.
2021-10-01 17:03:44 +02:00
..
fake Return UnschedulableAndUnresolvable when looking up volume-related resources returns NotFound error 2021-06-01 09:19:04 -04:00
plugins consider ephemeral volumes for host path and node limits check 2021-10-01 17:03:44 +02:00
preemption Remove "pkg/controller/volume/scheduling" dependency from "pkg/scheduler/framework/plugins" 2021-08-13 19:08:45 +08:00
runtime scheduler: avoid repeated boilerplate code when registering plugins 2021-09-16 11:23:57 +02:00
cycle_state_test.go Move scheduler interface to pkg/scheduler/framework 2020-10-13 13:13:27 +11:00
cycle_state.go sched: make CycleState's Read()/Write()/Delete() thread-safe 2021-05-05 12:00:52 -07:00
extender.go multiple extenders and UnschedulableAndUnresolvable takes precedence 2021-01-29 11:32:43 +08:00
interface_test.go Add Equal func for Status struct 2021-02-04 00:32:01 +08:00
interface.go fix typo in framework interface 2021-09-10 10:14:21 +08:00
listers.go Move scheduler interface to pkg/scheduler/framework 2020-10-13 13:13:27 +11:00
types_test.go Store PVC reference counts in NodeInfo cache 2021-06-29 10:07:32 -07:00
types.go optimize the code 2021-07-20 09:16:14 +08:00