From 9bd3826bf13057e509865f26a0c76a4bd86b9901 Mon Sep 17 00:00:00 2001 From: Harry Li Date: Thu, 5 Sep 2024 00:01:28 +0800 Subject: [PATCH] fix(typo): correct 'reources' to 'resources' --- test/integration/apiserver/apply/reset_fields_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/apiserver/apply/reset_fields_test.go b/test/integration/apiserver/apply/reset_fields_test.go index b1f7de70f8c..4847446b741 100644 --- a/test/integration/apiserver/apply/reset_fields_test.go +++ b/test/integration/apiserver/apply/reset_fields_test.go @@ -75,7 +75,7 @@ const resetFieldsStatusDefault = `{"status": {"conditions": [{"type": "MyStatus" 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. var noConflicts = map[string]struct{}{ // both spec and status get wiped for CSRs,