Merge pull request #108383 from tkashem/revert

Revert the revert of #107456 - "apf: change controller to use SSA for patches"
This commit is contained in:
Kubernetes Prow Robot
2022-03-21 22:09:43 -07:00
committed by GitHub
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.