schedulingQueue update pod by queueHint

This commit is contained in:
AxeZhan
2023-12-08 16:12:13 +08:00
parent 68091805a5
commit d66f8f9413
14 changed files with 671 additions and 214 deletions

View File

@@ -27,4 +27,5 @@ type Features struct {
EnablePodDisruptionConditions bool
EnableInPlacePodVerticalScaling bool
EnableSidecarContainers bool
EnableSchedulingQueueHint bool
}