Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateError (0.31 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresourcedefinition/strategy_test.go

    		oldAnnotationValue *string
    		validateError      func(t *testing.T, errors field.ErrorList)
    	}{
    		{
    			name:            "ignore non-k8s group",
    			group:           "other.io",
    			annotationValue: "invalid",
    			validateError:   okFn,
    		},
    		{
    			name:            "invalid annotation create",
    			group:           "sigs.k8s.io",
    			annotationValue: "invalid",
    			validateError: func(t *testing.T, errors field.ErrorList) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 44.6K bytes
    - Viewed (0)
Back to top