Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 90 for clusterScope (0.16 sec)

  1. pkg/registry/storage/volumeattributesclass/storage/storage_test.go

    	test := genericregistrytest.New(t, storage.Store).ClusterScope().ReturnDeletedObject()
    	test.TestDelete(validNewVolumeAttributesClass("foo"))
    }
    
    func TestGet(t *testing.T) {
    	storage, server := newStorage(t)
    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    	test := genericregistrytest.New(t, storage.Store).ClusterScope()
    	test.TestGet(validNewVolumeAttributesClass("foo"))
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:18:56 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. pkg/registry/resource/resourceslice/storage/storage_test.go

    	defer storage.Store.DestroyFunc()
    	test := genericregistrytest.New(t, storage.Store).ClusterScope().ReturnDeletedObject()
    	test.TestDelete(validNewResourceSlice("foo"))
    }
    
    func TestGet(t *testing.T) {
    	storage, server := newStorage(t)
    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    	test := genericregistrytest.New(t, storage.Store).ClusterScope()
    	test.TestGet(validNewResourceSlice("foo"))
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. pkg/registry/admissionregistration/validatingadmissionpolicybinding/storage/storage_test.go

    			test := genericregistrytest.New(t, storage.Store).ClusterScope()
    			test.TestGet(b)
    		})
    	}
    }
    
    func TestList(t *testing.T) {
    	for _, b := range validPolicyBindings() {
    		t.Run(b.Name, func(t *testing.T) {
    			storage, server := newInsecureStorage(t)
    			defer server.Terminate(t)
    			defer storage.Store.DestroyFunc()
    			test := genericregistrytest.New(t, storage.Store).ClusterScope()
    			test.TestList(b)
    		})
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  4. pkg/registry/core/persistentvolume/storage/storage_test.go

    	test := genericregistrytest.New(t, storage.Store).ClusterScope().ReturnDeletedObject()
    	test.TestDelete(validNewPersistentVolume("foo"))
    }
    
    func TestGet(t *testing.T) {
    	storage, _, server := newStorage(t)
    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    	test := genericregistrytest.New(t, storage.Store).ClusterScope()
    	test.TestGet(validNewPersistentVolume("foo"))
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/match_test.go

    			Resources:    []string{"goodrscs"},
    			ClusterScope: true}}}, {
    		Subjects: []flowcontrol.Subject{{Kind: flowcontrol.SubjectKindUser,
    			User: &flowcontrol.UserSubject{Name: "goodu"}}},
    		ResourceRules: []flowcontrol.ResourcePolicyRule{{
    			Verbs:        []string{"*"},
    			APIGroups:    []string{"goodapig"},
    			Resources:    []string{"goodrscs"},
    			ClusterScope: true}}}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/flowcontrol.apiserver.k8s.io.v1beta3.FlowSchema.json

                  "verbsValue"
                ],
                "apiGroups": [
                  "apiGroupsValue"
                ],
                "resources": [
                  "resourcesValue"
                ],
                "clusterScope": true,
                "namespaces": [
                  "namespacesValue"
                ]
              }
            ],
            "nonResourceRules": [
              {
                "verbs": [
                  "verbsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/flowcontrol.apiserver.k8s.io.v1.FlowSchema.json

                  "verbsValue"
                ],
                "apiGroups": [
                  "apiGroupsValue"
                ],
                "resources": [
                  "resourcesValue"
                ],
                "clusterScope": true,
                "namespaces": [
                  "namespacesValue"
                ]
              }
            ],
            "nonResourceRules": [
              {
                "verbs": [
                  "verbsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta1.FlowSchema.json

                  "verbsValue"
                ],
                "apiGroups": [
                  "apiGroupsValue"
                ],
                "resources": [
                  "resourcesValue"
                ],
                "clusterScope": true,
                "namespaces": [
                  "namespacesValue"
                ]
              }
            ],
            "nonResourceRules": [
              {
                "verbs": [
                  "verbsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta1.FlowSchema.yaml

        name: nameValue
      rules:
      - nonResourceRules:
        - nonResourceURLs:
          - nonResourceURLsValue
          verbs:
          - verbsValue
        resourceRules:
        - apiGroups:
          - apiGroupsValue
          clusterScope: true
          namespaces:
          - namespacesValue
          resources:
          - resourcesValue
          verbs:
          - verbsValue
        subjects:
        - group:
            name: nameValue
          kind: kindValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1.FlowSchema.json

                  "verbsValue"
                ],
                "apiGroups": [
                  "apiGroupsValue"
                ],
                "resources": [
                  "resourcesValue"
                ],
                "clusterScope": true,
                "namespaces": [
                  "namespacesValue"
                ]
              }
            ],
            "nonResourceRules": [
              {
                "verbs": [
                  "verbsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top