Merge pull request #109030 from liggitt/revert-apf-ssa
Revert "Revert "Merge pull request #107797 from tkashem/revert-107456""
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user