From 2d363e7c2a320ddedc12c77df482936512be6f7d Mon Sep 17 00:00:00 2001 From: Nicolas Ontiveros Date: Mon, 17 Jul 2023 11:11:42 -0700 Subject: [PATCH] add comment for setUpdateProvisioningState --- pkg/frontend/openshiftcluster_putorpatch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/frontend/openshiftcluster_putorpatch.go b/pkg/frontend/openshiftcluster_putorpatch.go index eca83bd0aef..0ce1146f24e 100644 --- a/pkg/frontend/openshiftcluster_putorpatch.go +++ b/pkg/frontend/openshiftcluster_putorpatch.go @@ -306,7 +306,7 @@ func (f *frontend) ValidateNewCluster(ctx context.Context, subscription *api.Sub return nil } -// Sets either the admin update or update provisioning state +// setUpdateProvisioningState Sets either the admin update or update provisioning state func setUpdateProvisioningState(doc *api.OpenShiftClusterDocument, apiVersion string) { switch apiVersion { case admin.APIVersion: