mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Clarify invalid vs not-supported
This commit is contained in:
@@ -125,7 +125,7 @@ func TestNewInvalid(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
validation.NewFieldValueNotSupported("field[0].name", "bar", nil),
|
||||
validation.NewFieldNotSupported("field[0].name", "bar", nil),
|
||||
&unversioned.StatusDetails{
|
||||
Kind: "kind",
|
||||
Name: "name",
|
||||
|
||||
Reference in New Issue
Block a user