Skip to content

Commit

Permalink
change the function to unexported type for time being
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyvjoy committed May 31, 2024
1 parent 59a2d53 commit 2eb8ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ func getUpgradeInfo[T csmv1.CSMComponentType](ctx context.Context, operatorConfi
return upgradePath.MinUpgradePath, nil
}

func GetNamespaces(ctx context.Context, ctrlClient crclient.Client) ([]string, error) {
func getNamespaces(ctx context.Context, ctrlClient crclient.Client) ([]string, error) {
// Set to store unique namespaces
namespaceMap := make(map[string]struct{})

Expand Down

0 comments on commit 2eb8ab1

Please sign in to comment.