Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for versionId (0.3 sec)

  1. api/openapi-spec/v3/apis__policy__v1_openapi.json

                  "type": "string"
                },
                "type": "array"
              },
              "version": {
                "description": "version is the preferred version of the resource.  Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)\".",
                "type": "string"
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                  "type": "string"
                },
                "type": "array"
              },
              "version": {
                "description": "version is the preferred version of the resource.  Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)\".",
                "type": "string"
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "string"
              },
              "versions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

          "properties": {
            "apiVersion": {
              "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                  "type": "string"
                },
                "type": "array"
              },
              "version": {
                "description": "version is the preferred version of the resource.  Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)\".",
                "type": "string"
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                  "type": "string"
                },
                "type": "array"
              },
              "version": {
                "description": "version is the preferred version of the resource.  Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)\".",
                "type": "string"
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.5.md

    ## External Dependency Version Information
    
    Continuous integration builds have used the following versions of external dependencies, however, this is not a strong recommendation and users should consult an appropriate installation or upgrade guide before deciding what versions of etcd, docker or rkt to use.
    
    * Docker versions 1.10.3 - 1.12.3
      * Docker version 1.11.2 known issues
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  8. 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}
    		switch groupVersion {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  9. src/cmd/go/alldocs.go

    //
    // The -dropreplace=old[@v] flag drops a replacement of the given
    // module path and version pair. If the @v is omitted, a replacement without
    // a version on the left side is dropped.
    //
    // The -retract=version and -dropretract=version flags add and drop a
    // retraction on the given version. The version may be a single version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  10. pkg/proxy/ipvs/proxier_test.go

    			ipvsErr:      "DeleteVirtualServer",
    			ok:           false,
    		},
    	}
    
    	for _, tc := range testCases {
    		ipvs := &fakeIpvs{tc.ipvsErr, false}
    		versioner := &fakeIPSetVersioner{version: tc.ipsetVersion, err: tc.ipsetErr}
    		err := CanUseIPVSProxier(ctx, ipvs, versioner, tc.scheduler)
    		if (err == nil) != tc.ok {
    			t.Errorf("Case [%s], expect %v, got err: %v", tc.name, tc.ok, err)
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
Back to top