Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 76 for evaluationError (0.17 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/authorization.k8s.io.v1beta1.LocalSubjectAccessReview.json

        ],
        "extra": {
          "extraKey": [
            "extraValue"
          ]
        },
        "uid": "uidValue"
      },
      "status": {
        "allowed": true,
        "denied": true,
        "reason": "reasonValue",
        "evaluationError": "evaluationErrorValue"
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/authorization.k8s.io.v1.LocalSubjectAccessReview.yaml

        resource: resourceValue
        subresource: subresourceValue
        verb: verbValue
        version: versionValue
      uid: uidValue
      user: userValue
    status:
      allowed: true
      denied: true
      evaluationError: evaluationErrorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/authorization.k8s.io.v1beta1.LocalSubjectAccessReview.yaml

        resource: resourceValue
        subresource: subresourceValue
        verb: verbValue
        version: versionValue
      uid: uidValue
      user: userValue
    status:
      allowed: true
      denied: true
      evaluationError: evaluationErrorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/authorization.k8s.io.v1beta1.LocalSubjectAccessReview.yaml

        resource: resourceValue
        subresource: subresourceValue
        verb: verbValue
        version: versionValue
      uid: uidValue
      user: userValue
    status:
      allowed: true
      denied: true
      evaluationError: evaluationErrorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/authorization.k8s.io.v1beta1.SubjectAccessReview.json

        ],
        "extra": {
          "extraKey": [
            "extraValue"
          ]
        },
        "uid": "uidValue"
      },
      "status": {
        "allowed": true,
        "denied": true,
        "reason": "reasonValue",
        "evaluationError": "evaluationErrorValue"
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/authorization/v1/generated.proto

      optional string reason = 2;
    
      // EvaluationError is an indication that some error occurred during the authorization check.
      // It is entirely possible to get an error and be able to continue determine authorization status in spite of it.
      // For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request.
      // +optional
      optional string evaluationError = 3;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/authorization/v1beta1/generated.proto

      optional string reason = 2;
    
      // EvaluationError is an indication that some error occurred during the authorization check.
      // It is entirely possible to get an error and be able to continue determine authorization status in spite of it.
      // For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request.
      // +optional
      optional string evaluationError = 3;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/authorization.k8s.io.v1beta1.SelfSubjectAccessReview.json

        },
        "nonResourceAttributes": {
          "path": "pathValue",
          "verb": "verbValue"
        }
      },
      "status": {
        "allowed": true,
        "denied": true,
        "reason": "reasonValue",
        "evaluationError": "evaluationErrorValue"
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/authorization.k8s.io.v1beta1.SelfSubjectAccessReview.yaml

        name: nameValue
        namespace: namespaceValue
        resource: resourceValue
        subresource: subresourceValue
        verb: verbValue
        version: versionValue
    status:
      allowed: true
      denied: true
      evaluationError: evaluationErrorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/authorization.k8s.io.v1.SelfSubjectAccessReview.yaml

        name: nameValue
        namespace: namespaceValue
        resource: resourceValue
        subresource: subresourceValue
        verb: verbValue
        version: versionValue
    status:
      allowed: true
      denied: true
      evaluationError: evaluationErrorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.2K bytes
    - Viewed (0)
Back to top