Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DecodableVersions (0.31 sec)

  1. 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)
  2. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.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": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
    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