Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for commonEncodingVersion (0.45 sec)

  1. common-protos/k8s.io/api/apiserverinternal/v1alpha1/generated.proto

      // API servers should finish updating its storageVersionStatus entry before
      // serving write operations, so that this field will be in sync with the reality.
      // +optional
      optional string commonEncodingVersion = 2;
    
      // The latest available observations of the storageVersion's state.
      // +optional
      // +listType=map
      // +listMapKey=type
      repeated StorageVersionCondition conditions = 3;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storageversion/manager.go

    	// networking.k8s.io.ingresses. The storage migrator (which migrates objects
    	// per GroupResource) will migrate these resources twice, since both
    	// StorageVersion objects have CommonEncodingVersion (each with one server registered).
    	sortResourceInfosByGroupResource(resources)
    	for _, r := range dedupResourceInfos(resources) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 17:47:19 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    	row := metav1.TableRow{
    		Object: runtime.RawExtension{Object: obj},
    	}
    	commonEncodingVersion := "<unset>"
    	if obj.Status.CommonEncodingVersion != nil {
    		commonEncodingVersion = *obj.Status.CommonEncodingVersion
    	}
    	row.Cells = append(row.Cells, obj.Name, commonEncodingVersion, formatStorageVersions(obj.Status.StorageVersions), translateTimestampSince(obj.CreationTimestamp))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers_test.go

    						{
    							APIServerID:       "2",
    							EncodingVersion:   "v1",
    							DecodableVersions: []string{"v1", "v2"},
    						},
    					},
    					CommonEncodingVersion: &commonEncodingVersion,
    				},
    			},
    			// Columns: Name, CommonEncodingVersion, StorageVersions, Age
    			expected: []metav1.TableRow{{Cells: []interface{}{"valid", "v1", "1=v1,2=v1", "0s"}}},
    		},
    		{
    			sv: apiserverinternal.StorageVersion{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

            "description": "API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.",
            "properties": {
              "commonEncodingVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "description": "API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.",
          "properties": {
            "commonEncodingVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    										Default: map[string]interface{}{},
    										Ref:     ref("k8s.io/api/apiserverinternal/v1alpha1.ServerStorageVersion"),
    									},
    								},
    							},
    						},
    					},
    					"commonEncodingVersion": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

          "description": "API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.",
          "properties": {
            "commonEncodingVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "description": "API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.",
          "properties": {
            "commonEncodingVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top