Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for MatchCondition (0.26 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/types.go

    	// There are a maximum of 64 match conditions allowed.
    	//
    	// The exact matching logic is (in order):
    	//   1. If at least one matchCondition evaluates to FALSE, then the webhook is skipped.
    	//   2. If ALL matchConditions evaluate to TRUE, then the webhook is called.
    	//   3. If at least one matchCondition evaluates to an error (but none are FALSE):
    	//      - If failurePolicy=Deny, then the webhook rejects the request
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1alpha1/types_swagger_doc_generated.go

    	"variables":  ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 27K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

              }
            },
            "required": [
              "fieldRef",
              "warning"
            ],
            "type": "object"
          },
          "io.k8s.api.admissionregistration.v1.MatchCondition": {
            "description": "MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.",
            "properties": {
              "expression": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook_v1_test.go

    				},
    				{
    					Expression: "request.resourceAttributes.namespace == 'kittensandponies'",
    				},
    			},
    		},
    		{
    			name:               "at least one matchCondition successfully evaluates to FALSE, error ignored",
    			attr:               alice2Attr,
    			expectedCompileErr: "",
    			expectedEvalErr:    "",
    			expectedDecision:   authorizer.DecisionNoOpinion,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

              }
            },
            "required": [
              "fieldRef",
              "warning"
            ],
            "type": "object"
          },
          "io.k8s.api.admissionregistration.v1beta1.MatchCondition": {
            "description": "MatchCondition represents a condition which must be fulfilled for a request to be sent to a webhook.",
            "properties": {
              "expression": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "items":...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n  1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n  2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n  3. If any matchCondition evaluates to an error (but none are FALSE):\n     - If failurePolicy=Fail, reject the request\n     - If failurePolicy=Ignore, the error is ignored and the webhook is skipped",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    			if len(tt.expectedErr) == 0 && len(tt.matchConditions) > 0 && len(errList) == 0 && celMatcher == nil {
    				t.Errorf("celMatcher should not be nil when there are matchCondition and no error returned")
    			}
    			got := errList.ToAggregate()
    			if d := cmp.Diff(tt.expectedErr, errString(got)); d != "" {
    				t.Fatalf("ValidateAndCompileMatchConditions validation mismatch (-want +got):\n%s", d)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

              "type": "string"
            }
          },
          "required": [
            "fieldRef",
            "warning"
          ],
          "type": "object"
        },
        "io.k8s.api.admissionregistration.v1.MatchCondition": {
          "description": "MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.",
          "properties": {
            "expression": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

    {
      "definitions": {
        "io.k8s.api.admissionregistration.v1.MatchCondition": {
          "description": "MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.",
          "properties": {
            "expression": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top