Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for paramRef (0.2 sec)

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

    				ParamRef: &admissionregistration.ParamRef{
    					Name: "xyzlimit-scale-setting.example.com",
    				},
    			},
    		},
    		expectedError: "spec.paramRef.parameterNotFoundAction: Required value",
    	}, {
    		name: "paramRef parameterNotFoundAction must be an valid value",
    		config: &admissionregistration.ValidatingAdmissionPolicyBinding{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "config",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers.go

    		{Name: "PolicyName", Type: "string", Description: "PolicyName indicates the policy definition which the policy binding binded to"},
    		{Name: "ParamRef", Type: "string", Description: "ParamRef indicates the param resource which sets the configration param"},
    		{Name: "Age", Type: "string", Description: metav1.ObjectMeta{}.SwaggerDoc()["creationTimestamp"]},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top