Merge pull request #109030 from liggitt/revert-apf-ssa

Revert "Revert "Merge pull request #107797 from tkashem/revert-107456""
This commit is contained in:
Kubernetes Prow Robot
2022-03-25 19:17:58 -07:00
committed by GitHub
3 changed files with 114 additions and 19 deletions

View File

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