Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 60 for clusterRoleBindings (0.35 sec)

  1. staging/src/k8s.io/api/rbac/v1/types_swagger_doc_generated.go

    	return map_ClusterRoleBinding
    }
    
    var map_ClusterRoleBindingList = map[string]string{
    	"":         "ClusterRoleBindingList is a collection of ClusterRoleBindings",
    	"metadata": "Standard object's metadata.",
    	"items":    "Items is a list of ClusterRoleBindings",
    }
    
    func (ClusterRoleBindingList) SwaggerDoc() map[string]string {
    	return map_ClusterRoleBindingList
    }
    
    var map_ClusterRoleList = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 24 20:35:20 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. pkg/controlplane/storageversionhashdata/data.go

    	"node.k8s.io/v1/runtimeclasses":                                     "WQTu1GL3T2Q=",
    	"policy/v1/poddisruptionbudgets":                                    "EVWiDmWqyJw=",
    	"rbac.authorization.k8s.io/v1/clusterrolebindings":                  "48tpQ8gZHFc=",
    	"rbac.authorization.k8s.io/v1/clusterroles":                         "bYE5ZWDrJ44=",
    	"rbac.authorization.k8s.io/v1/rolebindings":                         "eGsCzGH6b1g=",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/rbac/v1beta1/generated.proto

    }
    
    // ClusterRoleBindingList is a collection of ClusterRoleBindings.
    // Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBindingList, and will no longer be served in v1.22.
    message ClusterRoleBindingList {
      // Standard object's metadata.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // Items is a list of ClusterRoleBindings
      repeated ClusterRoleBinding items = 2;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/operator/output/operator-init.yaml

      verbs:
      - get
      - create
      - update
    - apiGroups:
      - policy
      resources:
      - poddisruptionbudgets
      verbs:
      - '*'
    - apiGroups:
      - rbac.authorization.k8s.io
      resources:
      - clusterrolebindings
      - clusterroles
      - roles
      - rolebindings
      verbs:
      - '*'
    - apiGroups:
      - coordination.k8s.io
      resources:
      - leases
      verbs:
      - get
      - create
      - update
    - apiGroups:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go

    }
    
    var map_ClusterRoleBindingList = map[string]string{
    	"":         "ClusterRoleBindingList is a collection of ClusterRoleBindings. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBindingList, and will no longer be served in v1.22.",
    	"metadata": "Standard object's metadata.",
    	"items":    "Items is a list of ClusterRoleBindings",
    }
    
    func (ClusterRoleBindingList) SwaggerDoc() map[string]string {
    	return map_ClusterRoleBindingList
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/rbac/v1beta1/generated.proto

    }
    
    // ClusterRoleBindingList is a collection of ClusterRoleBindings.
    // Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBindingList, and will no longer be served in v1.22.
    message ClusterRoleBindingList {
      // Standard object's metadata.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // Items is a list of ClusterRoleBindings
      repeated ClusterRoleBinding items = 2;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  7. pkg/registry/rbac/escalation_check.go

    	if !ok {
    		return false
    	}
    
    	attrs := authorizer.AttributesRecord{
    		User: user,
    		Verb: "bind",
    		// check against the namespace where the binding is being created (or the empty namespace for clusterrolebindings).
    		// this allows delegation to bind particular clusterroles in rolebindings within particular namespaces,
    		// and to authorize binding a clusterrole across all namespaces in a clusterrolebinding.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/operator/output/operator-dump.yaml

      verbs:
      - get
      - create
      - update
    - apiGroups:
      - policy
      resources:
      - poddisruptionbudgets
      verbs:
      - '*'
    - apiGroups:
      - rbac.authorization.k8s.io
      resources:
      - clusterrolebindings
      - clusterroles
      - roles
      - rolebindings
      verbs:
      - '*'
    - apiGroups:
      - coordination.k8s.io
      resources:
      - leases
      verbs:
      - get
      - create
      - update
    - apiGroups:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/util/apiclient/init_dryrun_test.go

    		},
    		{
    			name:               "get clusterrolebinings",
    			action:             core.NewRootGetAction(schema.GroupVersionResource{Group: rbac.GroupName, Version: rbac.SchemeGroupVersion.Version, Resource: "clusterrolebindings"}, "system:node"),
    			expectedHandled:    true,
    			expectedObjectJSON: []byte(``),
    			expectedErr:        true, // we expect a NotFound error here
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 09 04:58:02 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/operator/output/operator-remove.yaml

      - servicemonitors
      verbs:
      - get
      - create
    - apiGroups:
      - policy
      resources:
      - poddisruptionbudgets
      verbs:
      - '*'
    - apiGroups:
      - rbac.authorization.k8s.io
      resources:
      - clusterrolebindings
      - clusterroles
      - roles
      - rolebindings
      verbs:
      - '*'
    - apiGroups:
      - ""
      resources:
      - configmaps
      - endpoints
      - events
      - namespaces
      - pods
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 21 01:45:21 UTC 2020
    - 5.4K bytes
    - Viewed (0)
Back to top