@akamai/openapi-ts
    Preparing search index...

    Type Alias GetLkeClusterKubeconfigResponses

    type GetLkeClusterKubeconfigResponses = {
        "200": { kubeconfig: string };
    }
    Index

    Properties

    Properties

    "200": { kubeconfig: string }

    Returns the Base64-encoded Kubeconfig file for this Kubernetes cluster.

    Type Declaration

    • Readonlykubeconfig: string

      Read-only The Base64-encoded Kubeconfig file for this Cluster.