Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 873 for apiGroup (0.76 sec)

  1. samples/security/psp/sidecar-psp.yaml

    metadata:
      name: istio-sidecar-psp
    rules:
      - apiGroups:
          - extensions
        resources:
          - podsecuritypolicies
        resourceNames:
          - istio-sidecar
        verbs:
          - use
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    metadata:
      name: istio-sidecar-psp
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: istio-sidecar-psp
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 27 17:55:37 UTC 2023
    - 881 bytes
    - Viewed (0)
  2. plugin/pkg/auth/authorizer/node/node_authorizer_test.go

    			expect: authorizer.DecisionAllow,
    		},
    		{
    			name:   "allowed resource claim with template",
    			attrs:  authorizer.AttributesRecord{User: node0, ResourceRequest: true, Verb: "get", Resource: "resourceclaims", APIGroup: "resource.k8s.io", Name: "generated-claim-pod0-node0-ns0-0", Namespace: "ns0"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 40.5K bytes
    - Viewed (0)
  3. pkg/apis/abac/v1beta1/types.go

    	// +optional
    	Readonly bool `json:"readonly,omitempty"`
    
    	// APIGroup is the name of an API group. APIGroup, Resource, and Namespace are required to match resource requests.
    	// "*" matches all API groups
    	// +optional
    	APIGroup string `json:"apiGroup,omitempty"`
    
    	// Resource is the name of a resource. APIGroup, Resource, and Namespace are required to match resource requests.
    	// "*" matches all resources
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 18 16:05:04 UTC 2018
    - 2.3K bytes
    - Viewed (0)
  4. pkg/registry/rbac/escalation_check.go

    	// Invalid APIGroup or Name values will fail validation
    	switch roleRef.Kind {
    	case "ClusterRole":
    		attrs.APIGroup = roleRef.APIGroup
    		attrs.APIVersion = "*"
    		attrs.Resource = "clusterroles"
    		attrs.Name = roleRef.Name
    	case "Role":
    		attrs.APIGroup = roleRef.APIGroup
    		attrs.APIVersion = "*"
    		attrs.Resource = "roles"
    		attrs.Name = roleRef.Name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  5. pkg/apis/rbac/fuzzer/fuzzer.go

    			// match defaulter
    			if len(r.APIGroup) == 0 {
    				r.APIGroup = rbac.GroupName
    			}
    		},
    		func(r *rbac.Subject, c fuzz.Continue) {
    			switch c.Int31n(3) {
    			case 0:
    				r.Kind = rbac.ServiceAccountKind
    				r.APIGroup = ""
    				c.FuzzNoCustom(&r.Name)
    				c.FuzzNoCustom(&r.Namespace)
    			case 1:
    				r.Kind = rbac.UserKind
    				r.APIGroup = rbac.GroupName
    				c.FuzzNoCustom(&r.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 11 07:12:57 UTC 2017
    - 1.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/root_test.go

    	// Register three groups
    	handler.AddGroup(metav1.APIGroup{Name: "x"})
    	handler.AddGroup(metav1.APIGroup{Name: "y"})
    	handler.AddGroup(metav1.APIGroup{Name: "z"})
    	// Register three additional groups that come earlier alphabetically
    	handler.AddGroup(metav1.APIGroup{Name: "a"})
    	handler.AddGroup(metav1.APIGroup{Name: "b"})
    	handler.AddGroup(metav1.APIGroup{Name: "c"})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 08 22:33:50 UTC 2018
    - 6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__networking.k8s.io_openapi.json

    {
      "components": {
        "schemas": {
          "io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup": {
            "description": "APIGroup contains the name, the supported versions, and the preferred version of a group.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__resource.k8s.io_openapi.json

    {
      "components": {
        "schemas": {
          "io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup": {
            "description": "APIGroup contains the name, the supported versions, and the preferred version of a group.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__autoscaling_openapi.json

    {
      "components": {
        "schemas": {
          "io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup": {
            "description": "APIGroup contains the name, the supported versions, and the preferred version of a group.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apiextensions.k8s.io_openapi.json

    {
      "components": {
        "schemas": {
          "io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup": {
            "description": "APIGroup contains the name, the supported versions, and the preferred version of a group.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top