File tree Expand file tree Collapse file tree
machine/v1beta1/manual-override-crd-manifests
machines.machine.openshift.io
machinesets.machine.openshift.io
tools/codegen/pkg/manifestmerge Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 && self.synchronizedGeneration >= oldSelf.synchronizedGeneration)
2222 || (oldSelf.authoritativeAPI == '' Migrating'' && self.authoritativeAPI
2323 != '' Migrating'' )'
24+ - message : authoritativeAPI may not be removed once set
25+ rule : has(self.authoritativeAPI) || !has(oldSelf.authoritativeAPI)
Original file line number Diff line number Diff line change 2121 && self.synchronizedGeneration >= oldSelf.synchronizedGeneration)
2222 || (oldSelf.authoritativeAPI == '' Migrating'' && self.authoritativeAPI
2323 != '' Migrating'' )'
24+ - message : authoritativeAPI may not be removed once set
25+ rule : has(self.authoritativeAPI) || !has(oldSelf.authoritativeAPI)
Original file line number Diff line number Diff line change 727727 "default" : {}
728728 },
729729 "type" : " array" ,
730- "x-kubernetes-list-map-keys" : [
731- " rule"
732- ],
733- "x-kubernetes-list-type" : " map" ,
734- "x-kubernetes-patch-merge-key" : " rule" ,
735- "x-kubernetes-patch-strategy" : " merge"
730+ "x-kubernetes-list-type" : " atomic"
736731 }
737732 },
738733 "type" : " object"
You can’t perform that action at this time.
0 commit comments