Validation: Move validation into apimachinery package (#111736)
This commit is contained in:
@@ -365,7 +365,7 @@ func TestSimpleServer(t *testing.T) {
|
||||
|
||||
invalidQualifiedNames := []string{
|
||||
"", // empty
|
||||
strings.Repeat("1", MaxNameLength+1), // too long
|
||||
strings.Repeat("1", 260), // too long
|
||||
" ", // only spaces
|
||||
"f8cc010c.ee72.4681;89d2+d46e1bd47d33", // invalid chars
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user