Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 84 for roleRef (0.35 sec)

  1. staging/src/k8s.io/api/rbac/v1beta1/generated.proto

      // +optional
      // +listType=atomic
      repeated Subject subjects = 2;
    
      // RoleRef can only reference a ClusterRole in the global namespace.
      // If the RoleRef cannot be resolved, the Authorizer must return an error.
      optional RoleRef roleRef = 3;
    }
    
    // ClusterRoleBindingList is a collection of ClusterRoleBindings.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/rbac/v1alpha1/generated.proto

      // +optional
      // +listType=atomic
      repeated Subject subjects = 2;
    
      // RoleRef can only reference a ClusterRole in the global namespace.
      // If the RoleRef cannot be resolved, the Authorizer must return an error.
      optional RoleRef roleRef = 3;
    }
    
    // ClusterRoleBindingList is a collection of ClusterRoleBindings.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  3. manifests/charts/istio-cni/templates/clusterrolebinding.yaml

        release: {{ .Release.Name }}
        istio.io/rev: {{ .Values.revision | default "default" }}
        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        operator.istio.io/component: "Cni"
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: {{ template "name" . }}
    subjects:
    - kind: ServiceAccount
      name: {{ template "name" . }}
      namespace: {{ .Release.Namespace }}
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    }
    
    var xxx_messageInfo_RoleList proto.InternalMessageInfo
    
    func (m *RoleRef) Reset()      { *m = RoleRef{} }
    func (*RoleRef) ProtoMessage() {}
    func (*RoleRef) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c8ba2e7dd472de66, []int{10}
    }
    func (m *RoleRef) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *RoleRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/rbac/v1beta1/generated.pb.go

    }
    
    var xxx_messageInfo_RoleList proto.InternalMessageInfo
    
    func (m *RoleRef) Reset()      { *m = RoleRef{} }
    func (*RoleRef) ProtoMessage() {}
    func (*RoleRef) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c5bc2d145acd4e45, []int{10}
    }
    func (m *RoleRef) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *RoleRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/rbac/v1alpha1/generated.pb.go

    }
    
    var xxx_messageInfo_RoleList proto.InternalMessageInfo
    
    func (m *RoleRef) Reset()      { *m = RoleRef{} }
    func (*RoleRef) ProtoMessage() {}
    func (*RoleRef) Descriptor() ([]byte, []int) {
    	return fileDescriptor_758889dfd9a88fa6, []int{10}
    }
    func (m *RoleRef) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *RoleRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  7. prow/config/metrics/metrics.yaml

      name: metrics-server:system:auth-delegator
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: system:auth-delegator
    subjects:
    - kind: ServiceAccount
      name: metrics-server
      namespace: kube-system
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    metadata:
      labels:
        k8s-app: metrics-server
      name: system:metrics-server
    roleRef:
      apiGroup: rbac.authorization.k8s.io
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 11 20:51:38 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/phases/addons/proxy/proxy.go

    			Namespace: metav1.NamespaceSystem,
    		},
    	}
    
    	crb := &rbac.ClusterRoleBinding{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: constants.KubeProxyClusterRoleBindingName,
    		},
    		RoleRef: rbac.RoleRef{
    			APIGroup: rbac.GroupName,
    			Kind:     "ClusterRole",
    			Name:     constants.KubeProxyClusterRoleName,
    		},
    		Subjects: []rbac.Subject{
    			{
    				Kind:      rbac.ServiceAccountKind,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 13:23:44 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/rbac.authorization.k8s.io.v1alpha1.ClusterRoleBinding.json

          }
        ]
      },
      "subjects": [
        {
          "kind": "kindValue",
          "apiVersion": "apiVersionValue",
          "name": "nameValue",
          "namespace": "namespaceValue"
        }
      ],
      "roleRef": {
        "apiGroup": "apiGroupValue",
        "kind": "kindValue",
        "name": "nameValue"
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/rbac.authorization.k8s.io.v1alpha1.RoleBinding.json

          }
        ]
      },
      "subjects": [
        {
          "kind": "kindValue",
          "apiVersion": "apiVersionValue",
          "name": "nameValue",
          "namespace": "namespaceValue"
        }
      ],
      "roleRef": {
        "apiGroup": "apiGroupValue",
        "kind": "kindValue",
        "name": "nameValue"
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top