Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for DecodableVersions (0.5 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/internal.apiserver.k8s.io.v1alpha1.StorageVersion.yaml

        message: messageValue
        observedGeneration: 3
        reason: reasonValue
        status: statusValue
        type: typeValue
      storageVersions:
      - apiServerID: apiServerIDValue
        decodableVersions:
        - decodableVersionsValue
        encodingVersion: encodingVersionValue
        servedVersions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/internal.apiserver.k8s.io.v1alpha1.StorageVersion.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers_test.go

    							APIServerID:       "1",
    							EncodingVersion:   "v1",
    							DecodableVersions: []string{"v1"},
    						},
    						{
    							APIServerID:       "2",
    							EncodingVersion:   "v1",
    							DecodableVersions: []string{"v1", "v2"},
    						},
    						{
    							APIServerID:       "3",
    							EncodingVersion:   "v2",
    							DecodableVersions: []string{"v2"},
    						},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"decodableVersions": {
    						VendorExtensible: spec.VendorExtensible{
    							Extensions: spec.Extensions{
    								"x-kubernetes-list-type": "set",
    							},
    						},
    						SchemaProps: spec.SchemaProps{
    							Description: "The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions.",
    							Type:        []string{"array"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

            "apiServerID": {
              "description": "The ID of the reporting API server.",
              "type": "string"
            },
            "decodableVersions": {
              "description": "The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions.",
              "items": {
                "type": "string"
              },
              "type": "array",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top