Skip to content

Commit

Permalink
add comment for setUpdateProvisioningState
Browse files Browse the repository at this point in the history
  • Loading branch information
niontive authored and petrkotas committed Jul 18, 2023
1 parent ebb825e commit 2d363e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/frontend/openshiftcluster_putorpatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d363e7

Please sign in to comment.