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 8535e28 commit 3269c21Copy full SHA for 3269c21
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