Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MatchCondition (0.64 sec)

  1. 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)
  2. 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)
  3. 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