k0rdent AI Docs

Download kubeconfig contents

Visibility: internal · public ( OpenAPI Custom Extension: x-visibility )

"Kubeconfig issuance API"; Download kubeconfig.

GET
/v1/regions/{region}/projects/{project}/compute/clusters/{clusterId}/kubeconfigs/{id}/download

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication using OAuth2/OIDC tokens

In: header

Path Parameters

region*string

Region identifier

project*string

Project identifier

clusterId*string

Unique cluster identifier

id*string

Unique kubeconfig identifier

Response Body

application/yaml

application/json

application/json

application/json

application/json

curl -X GET "https://api.k0rdent.ai/v1/regions/string/projects/string/compute/clusters/string/kubeconfigs/string/download"
"string"
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}

How is this guide?

On this page

No Headings