v1.APIVersions
Description
APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.
Object Schema
Expand or mouse-over a field for more information about it.
apiVersion:
kind:
serverAddressByClientCIDRs:
- clientCIDR:
serverAddress:
versions:
- [string]:
Operations
Get all APIVersions
Get available API versions
HTTP request
GET /api/ HTTP/1.1
Authorization: Bearer $TOKEN
Accept: application/json
Connection: close
Curl request
$ curl -k \
-H "Authorization: Bearer $TOKEN" \
-H 'Accept: application/json' \
https://$ENDPOINT/api/
Responses
HTTP Code | Schema |
---|---|
200 OK | v1.APIVersions |
401 Unauthorized |
Consumes
application/json
application/yaml
application/vnd.kubernetes.protobuf
Produces
application/json
application/yaml
application/vnd.kubernetes.protobuf
Get all APIVersions
Get available API versions
HTTP request
GET /oapi/ HTTP/1.1
Authorization: Bearer $TOKEN
Accept: application/json
Connection: close
Curl request
$ curl -k \
-H "Authorization: Bearer $TOKEN" \
-H 'Accept: application/json' \
https://$ENDPOINT/oapi/
Responses
HTTP Code | Schema |
---|---|
200 OK | v1.APIVersions |
401 Unauthorized |
Consumes
application/json
application/yaml
application/vnd.kubernetes.protobuf
Produces
application/json
application/yaml
application/vnd.kubernetes.protobuf