mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #112575 from tkashem/apf-fix-reset-fields-test
apf: don't omit flowschemas from reset fields test
This commit is contained in:
		@@ -70,11 +70,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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user