apf: change controller to use SSA for patches

This commit is contained in:
Abu Kashem
2022-01-10 14:15:42 -05:00
parent cc16e7792f
commit d9f4d6507b
3 changed files with 19 additions and 114 deletions

View File

@@ -68,11 +68,7 @@ var resetFieldsStatusData = map[schema.GroupVersionResource]string{
// resetFieldsStatusDefault conflicts with statusDefault
const resetFieldsStatusDefault = `{"status": {"conditions": [{"type": "MyStatus", "status":"False"}]}}`
var resetFieldsSkippedResources = map[string]struct{}{
// TODO: flowschemas is flaking,
// possible bug in the flowschemas controller.
"flowschemas": {},
}
var resetFieldsSkippedResources = map[string]struct{}{}
// noConflicts is the set of reources for which
// a conflict cannot occur.