Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for group_versions (0.23 sec)

  1. pkg/controller/job/job_controller_test.go

    			// job manager setup
    			clientSet := clientset.NewForConfigOrDie(&restclient.Config{Host: "", ContentConfig: restclient.ContentConfig{GroupVersion: &schema.GroupVersion{Group: "", Version: "v1"}}})
    
    			var fakeClock clock.WithTicker
    			if tc.controllerTime != nil {
    				fakeClock = clocktesting.NewFakeClock(*tc.controllerTime)
    			} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    var testInternalGroupVersion = schema.GroupVersion{Group: testAPIGroup, Version: runtime.APIVersionInternal}
    var testGroupVersion = schema.GroupVersion{Group: testAPIGroup, Version: "version"}
    var newGroupVersion = schema.GroupVersion{Group: testAPIGroup, Version: "version2"}
    var testGroup2Version = schema.GroupVersion{Group: testAPIGroup2, Version: "version"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  3. pkg/controller/garbagecollector/garbagecollector_test.go

    				{
    					// Valid GroupVersion
    					GroupVersion: "apps/v1",
    					APIResources: []metav1.APIResource{
    						{Name: "pods", Namespaced: true, Kind: "Pod", Verbs: metav1.Verbs{"delete", "list", "watch"}},
    						{Name: "services", Namespaced: true, Kind: "Service"},
    					},
    				},
    				{
    					// Invalid GroupVersion, should be ignored
    					GroupVersion: "foo//whatever",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	appsv1beta1 := schema.GroupVersion{Group: "apps", Version: "v1beta1"}
    	appsv1beta2 := schema.GroupVersion{Group: "apps", Version: "v1beta2"}
    	extensionsv1beta1 := schema.GroupVersion{Group: "extensions", Version: "v1beta1"}
    	if requestInfo, found := genericapirequest.RequestInfoFrom(ctx); found {
    		groupVersion := schema.GroupVersion{Group: requestInfo.APIGroup, Version: requestInfo.APIVersion}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

                "type": "string"
              },
              "groupVersion": {
                "default": "",
                "description": "groupVersion is the group and version this APIResourceList is for.",
                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "groupVersion": {
                "default": "",
                "description": "groupVersion is the group and version this APIResourceList is for.",
                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

                "type": "string"
              },
              "groupVersion": {
                "default": "",
                "description": "groupVersion is the group and version this APIResourceList is for.",
                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "groupVersion": {
                "default": "",
                "description": "groupVersion is the group and version this APIResourceList is for.",
                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "groupVersion": {
                "default": "",
                "description": "groupVersion is the group and version this APIResourceList is for.",
                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "groupVersion": {
                "default": "",
                "description": "groupVersion is the group and version this APIResourceList is for.",
                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
Back to top