mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-20 16:35:12 +00:00
Merge pull request #127121 from mayooot/fix/typo-resources-
fix(typo): correct 'reources' to 'resources'
This commit is contained in:
@@ -75,7 +75,7 @@ const resetFieldsStatusDefault = `{"status": {"conditions": [{"type": "MyStatus"
|
|||||||
|
|
||||||
var resetFieldsSkippedResources = map[string]struct{}{}
|
var resetFieldsSkippedResources = map[string]struct{}{}
|
||||||
|
|
||||||
// noConflicts is the set of reources for which
|
// noConflicts is the set of resources for which
|
||||||
// a conflict cannot occur.
|
// a conflict cannot occur.
|
||||||
var noConflicts = map[string]struct{}{
|
var noConflicts = map[string]struct{}{
|
||||||
// both spec and status get wiped for CSRs,
|
// both spec and status get wiped for CSRs,
|
||||||
|
|||||||
Reference in New Issue
Block a user