PreEnqueue implementation

- Add PreEnqueuePlugin to Scheduler Framework
- Implement PreEnqueuePlugin in scheduler queue
- Implementation of SchedulingGates plugin
- Metrics
This commit is contained in:
Wei Huang
2022-11-07 14:02:22 -08:00
parent 2de75d92bf
commit 0b27f25252
17 changed files with 530 additions and 70 deletions

View File

@@ -25,4 +25,5 @@ type Features struct {
EnableMinDomainsInPodTopologySpread bool
EnableNodeInclusionPolicyInPodTopologySpread bool
EnableMatchLabelKeysInPodTopologySpread bool
EnablePodSchedulingReadiness bool
}