kubernetes/pkg/scheduler/testing
Chris Henzie 2d0afbc054 scheduler: integration test for ReadWriteOncePod alpha
Tests scheduler enforcement of the ReadWriteOncePod PVC access mode.

- Creates a pod using a PVC with ReadWriteOncePod
- Creates a second pod using the same PVC
- Observes the second pod fails to schedule because PVC is in-use
- Deletes the first pod
- Observes the second pod successfully schedules
2022-11-01 15:08:01 -07:00
..
fake_extender.go Support ExtenderName in FakeExtender 2022-02-23 12:14:39 +09:00
fake_plugins.go Updated the scheduler framework's PreFilter interface to return a PreFilterResult 2022-03-14 15:36:52 -04:00
framework_helpers.go Remove potential goroutine leak in NewFramework 2022-08-06 00:05:22 +08:00
workload_prep.go Generate and format files 2022-07-26 13:14:05 -04:00
wrappers.go scheduler: integration test for ReadWriteOncePod alpha 2022-11-01 15:08:01 -07:00