kubernetes/pkg/scheduler
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
..
apis/config pkg/scheduler: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-08-16 08:39:18 +03:00
framework scheduler: remove unused constant DefaultBindTimeoutSeconds from VolumeBinding plugin 2022-10-17 17:25:59 +08:00
internal changes in test files 2022-10-12 22:11:04 +08:00
metrics feat: update preemption victims metric 2022-10-14 02:45:21 +08:00
profile Fix scheduler misc 2022-09-04 00:07:49 +08:00
testing scheduler: integration test for ReadWriteOncePod alpha 2022-11-01 15:08:01 -07:00
util [sched] Add more retriable errors 2022-08-11 20:48:20 -07:00
eventhandlers_test.go Revert "Enable paralellism in scheduler unit tests" 2022-09-23 12:00:14 -04:00
eventhandlers.go Merge pull request #108445 from pohly/storage-capacity-ga 2022-03-23 08:06:21 -07:00
extender_test.go Remove newScheduler to simplify instantiation 2022-10-10 10:25:37 +08:00
extender.go scheduler: remove unused Equal function for HTTPExtender 2022-07-05 13:17:05 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
schedule_one_test.go changes in test files 2022-10-12 22:11:04 +08:00
schedule_one.go changes in non-test files 2022-10-12 21:09:55 +08:00
scheduler_test.go changes in test files 2022-10-12 22:11:04 +08:00
scheduler.go Remove newScheduler to simplify instantiation 2022-10-10 10:25:37 +08:00