Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for Fixes (0.04 sec)

  1. pkg/apis/flowcontrol/validation/validation_test.go

    			},
    		},
    		expectedErrors: field.ErrorList{
    			field.Invalid(field.NewPath("spec").Child("matchingPrecedence"), int32(1), "only the schema named 'exempt' may have matchingPrecedence 1")},
    	}, {
    		name: "flow-schema mixes * verbs/apiGroups/resources should fail",
    		flowSchema: &flowcontrol.FlowSchema{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "system-foo",
    			},
    			Spec: flowcontrol.FlowSchemaSpec{
    				MatchingPrecedence: 50,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
Back to top