You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
condition=NewPolicyCondition(policy.Generation, false, fmt.Sprintf("SectionName %s not found in Service %s/%s", *sectionName, service.Namespace, service.Name))
condition=NewPolicyConflictCondition(policy.Generation, fmt.Sprintf("Unable to target Service %s/%s, because it conflicts with another BackendTrafficPolicy", service.Namespace, service.Name))
65
66
goto record_status
66
67
}
67
68
conflicts[key.String()] =policy
68
69
record_status:
69
70
ifok:=SetAncestors(&policy.Status, tctx.ParentRefs, condition); ok {
0 commit comments