v1.APIGroupList

You are viewing documentation for a release that is no longer supported. The latest supported version of version 3 is [3.11]. For the most recent version 4, see [4]

You are viewing documentation for a release that is no longer supported. The latest supported version of version 3 is [3.11]. For the most recent version 4, see [4]

Description

APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.

Object Schema

Expand or mouse-over a field for more information about it.

  1. apiVersion:
  2. groups:
  3. - apiVersion:
  4. kind:
  5. name:
  6. preferredVersion:
  7. groupVersion:
  8. version:
  9. serverAddressByClientCIDRs:
  10. - clientCIDR:
  11. serverAddress:
  12. versions:
  13. - groupVersion:
  14. version:
  15. kind:

Operations

Get all APIGroupLists

Get available API versions

HTTP request

  1. GET /apis/ HTTP/1.1
  2. Authorization: Bearer $TOKEN
  3. Accept: application/json
  4. Connection: close

Curl request

  1. $ curl -k \
  2. -H "Authorization: Bearer $TOKEN" \
  3. -H 'Accept: application/json' \
  4. https://$ENDPOINT/apis/

Responses

HTTP CodeSchema

200 OK

v1.APIGroupList

401 Unauthorized

Consumes

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf

Produces

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf