Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.25 KB

KubeConfigApi.md

File metadata and controls

36 lines (22 loc) · 1.25 KB

{{classname}}

All URIs are relative to https://mcaas.us1.greenlake-hpe.com/mcaas

Method HTTP request Description
V1ClustersIdKubeconfigGet Get /v1/clusters/{id}/kubeconfig Gets a kubeconfig for Cluster

V1ClustersIdKubeconfigGet

Kubeconfig V1ClustersIdKubeconfigGet(ctx, id) Gets a kubeconfig for Cluster

Retrieve kubeconfig for specified cluster Required Permissions to access the API: - caas.cluster.manage Default Roles which can access the API: - Private Cloud Cluster Owner

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
id string cluster id

Return type

Kubeconfig

Authorization

BearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]