kubernetes/pkg/scheduler/framework
Chris Henzie 7ad44d04fc Enforce ReadWriteOncePod access mode during scheduling
Check the PVC ref count on the node info cache to determine if a pod's
PVCs are in use. If they are and it is using ReadWriteOncePod, fail the
request.
2021-06-30 10:40:14 -07:00
..
fake Return UnschedulableAndUnresolvable when looking up volume-related resources returns NotFound error 2021-06-01 09:19:04 -04:00
plugins Enforce ReadWriteOncePod access mode during scheduling 2021-06-30 10:40:14 -07:00
runtime Move scheduler plugin set and configuration defaulting to component config 2021-06-16 10:15:29 -04:00
cycle_state.go sched: make CycleState's Read()/Write()/Delete() thread-safe 2021-05-05 12:00:52 -07:00
cycle_state_test.go Move scheduler interface to pkg/scheduler/framework 2020-10-13 13:13:27 +11:00
extender.go multiple extenders and UnschedulableAndUnresolvable takes precedence 2021-01-29 11:32:43 +08:00
interface.go Move scheduler plugin set and configuration defaulting to component config 2021-06-16 10:15:29 -04:00
interface_test.go Add Equal func for Status struct 2021-02-04 00:32:01 +08:00
listers.go Move scheduler interface to pkg/scheduler/framework 2020-10-13 13:13:27 +11:00
types.go Store PVC reference counts in NodeInfo cache 2021-06-29 10:07:32 -07:00
types_test.go Store PVC reference counts in NodeInfo cache 2021-06-29 10:07:32 -07:00