mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-01 05:43:54 +00:00
Clarify invalid vs not-supported
This commit is contained in:
@@ -31,7 +31,7 @@ func TestMakeFuncs(t *testing.T) {
|
||||
ErrorTypeInvalid,
|
||||
},
|
||||
{
|
||||
func() *Error { return NewFieldValueNotSupported("f", "v", nil) },
|
||||
func() *Error { return NewFieldNotSupported("f", "v", nil) },
|
||||
ErrorTypeNotSupported,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user