GetClusterKubeConfigRequest: {
    clusterId: string;
    redacted?: boolean;
    region?: Region;
}

Type declaration

  • clusterId: string

    Cluster ID for which to download the kubeconfig.

  • Optionalredacted?: boolean

    Hide the legacy token from the kubeconfig.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.