Version the API Priority and Fairness FieldManager values

This commit is contained in:
Mike Spreitzer
2020-02-14 13:50:11 -05:00
parent 4a45ae3236
commit b142868eaf
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ func lastMandatoryExists(flowcontrolClientSet flowcontrolclient.FlowcontrolV1alp
return false, nil
}
const thisFieldManager = "api-priority-and-fairness-config-producer"
const thisFieldManager = "api-priority-and-fairness-config-producer-v1"
func ensure(flowcontrolClientSet flowcontrolclient.FlowcontrolV1alpha1Interface, flowSchemas []*flowcontrolv1alpha1.FlowSchema, priorityLevels []*flowcontrolv1alpha1.PriorityLevelConfiguration) error {
for _, flowSchema := range flowSchemas {