We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc2cae commit bf688b8Copy full SHA for bf688b8
pkg/parameters/parameters.go
@@ -449,7 +449,7 @@ func ExtractModifyVolumeParameters(parameters map[string]string) (ModifyVolumePa
449
return modifyVolumeParams, nil
450
}
451
452
-// ConvertStringToAvailabilityClass converts a string to an availability class string.
+// convertStringToAvailabilityClass converts a string to an availability class string.
453
func convertStringToAvailabilityClass(str string) (string, error) {
454
switch strings.ToLower(str) {
455
case ParameterNoAvailabilityClass:
0 commit comments