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 b5b6a71 commit 1a3e07eCopy full SHA for 1a3e07e
pkg/cmd/namespace/common.go
@@ -44,6 +44,7 @@ func labelArgs(labelStrings []string) map[string]string {
44
return labels
45
}
46
47
+// Returns an error if name is invalid.
48
func validateNamespaceName(name string) error {
49
for _, c := range(name) {
50
if (
0 commit comments