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 2bd0dd5 commit a46ae63Copy full SHA for a46ae63
tools/cli/internal/apiversion/stabilitylevel.go
@@ -49,6 +49,7 @@ func IsStableSabilityLevel(value string) bool {
49
}
50
51
// IsValidStabilityLevel checks if the version is a valid stability level.
52
+// ValidateStabilityLevel checks if the version is a valid stability level.
53
func ValidateStabilityLevel(value string) error {
54
if IsStableSabilityLevel(value) || IsPreviewSabilityLevel(value) {
55
return nil
0 commit comments