Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for clusterrolebinings (0.31 sec)

  1. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

              "group": "rbac.authorization.k8s.io",
              "kind": "ClusterRoleBinding",
              "version": "v1"
            }
          }
        },
        "/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}": {
          "delete": {
            "description": "delete a ClusterRoleBinding",
            "operationId": "deleteRbacAuthorizationV1ClusterRoleBinding",
            "parameters": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

    - Added RBAC reconcile commands with `kubectl auth reconcile -f FILE`. When
      passed a file which contains RBAC roles, rolebindings, clusterroles, or
      clusterrolebindings, this command computes covers and adds the missing rules.
      The logic required to properly apply RBAC permissions is more complicated
      than a JSON merge because you have to compute logical covers operations between
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

          - ipamconfigs
        verbs:
          - get
          - list
          - create
          - update
          - delete
    ---
    # Source: calico/templates/calico-kube-controllers-rbac.yaml
    kind: ClusterRoleBinding
    apiVersion: rbac.authorization.k8s.io/v1
    metadata:
      name: calico-kube-controllers
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: calico-kube-controllers
    subjects:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top