Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for clusterRoles (0.34 sec)

  1. api/discovery/aggregated_v2beta1.json

                  ]
                },
                {
                  "resource": "clusterroles",
                  "responseKind": {
                    "group": "",
                    "kind": "ClusterRole",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "clusterrole",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. api/discovery/aggregated_v2.json

                  ]
                },
                {
                  "resource": "clusterroles",
                  "responseKind": {
                    "group": "",
                    "kind": "ClusterRole",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "clusterrole",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    var xxx_messageInfo_AggregationRule proto.InternalMessageInfo
    
    func (m *ClusterRole) Reset()      { *m = ClusterRole{} }
    func (*ClusterRole) ProtoMessage() {}
    func (*ClusterRole) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c8ba2e7dd472de66, []int{1}
    }
    func (m *ClusterRole) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ClusterRole) 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)
  4. staging/src/k8s.io/api/rbac/v1beta1/generated.pb.go

    var xxx_messageInfo_AggregationRule proto.InternalMessageInfo
    
    func (m *ClusterRole) Reset()      { *m = ClusterRole{} }
    func (*ClusterRole) ProtoMessage() {}
    func (*ClusterRole) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c5bc2d145acd4e45, []int{1}
    }
    func (m *ClusterRole) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ClusterRole) 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)
  5. staging/src/k8s.io/api/rbac/v1alpha1/generated.pb.go

    var xxx_messageInfo_AggregationRule proto.InternalMessageInfo
    
    func (m *ClusterRole) Reset()      { *m = ClusterRole{} }
    func (*ClusterRole) ProtoMessage() {}
    func (*ClusterRole) Descriptor() ([]byte, []int) {
    	return fileDescriptor_758889dfd9a88fa6, []int{1}
    }
    func (m *ClusterRole) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ClusterRole) 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)
  6. common/scripts/metallb-native.yaml

      - list
      - watch
    - apiGroups:
      - metallb.io
      resources:
      - communities
      verbs:
      - get
      - list
      - watch
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRole
    metadata:
      labels:
        app: metallb
      name: metallb-system:controller
    rules:
    - apiGroups:
      - ""
      resources:
      - services
      - namespaces
      verbs:
      - get
      - list
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  7. hack/local-up-cluster.sh

        ${KUBECTL} --kubeconfig "${CERT_DIR}/admin.kubeconfig" create clusterrolebinding kube-apiserver-kubelet-admin --clusterrole=system:kubelet-api-admin --user=kube-apiserver
    
        # Grant kubelets permission to request client certificates
        ${KUBECTL} --kubeconfig "${CERT_DIR}/admin.kubeconfig" create clusterrolebinding kubelet-csr --clusterrole=system:certificates.k8s.io:certificatesigningrequests:selfnodeclient --group=system:nodes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Deprecated: replaced by the affinity k8s settings which allows architecture nodeAffinity configuration of this behavior.
      ArchConfig arch = 1 [deprecated = true];
    
      // List of certSigners to allow "approve" action in the ClusterRole
      repeated string certSigners = 68;
    
      // TODO: remove this?
      // No longer used.
      string configRootNamespace = 50;
    
      // Controls whether the server-side validation is enabled.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top