flowcontrol bootstrap: make exempt PL last

Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>

Kubernetes-commit: bb32d51fd6eeb6a0d1c287986a3f575c8c9a180d
This commit is contained in:
Adhityaa Chandrasekar 2020-11-13 03:44:56 +00:00 committed by Kubernetes Publisher
parent a4a3fc9b87
commit 3d56b6662b
1 changed files with 1 additions and 1 deletions

View File

@ -32,8 +32,8 @@ import (
// because that would require importing k8s.io/kubernetes).
var (
MandatoryPriorityLevelConfigurations = []*flowcontrol.PriorityLevelConfiguration{
MandatoryPriorityLevelConfigurationExempt,
MandatoryPriorityLevelConfigurationCatchAll,
MandatoryPriorityLevelConfigurationExempt,
}
MandatoryFlowSchemas = []*flowcontrol.FlowSchema{
MandatoryFlowSchemaExempt,