Type Alias ListClusterAvailableTypesRequest

ListClusterAvailableTypesRequest: {
    clusterId: string;
    region?: Region;
}

Type declaration

  • clusterId: string

    Cluster ID for which the available Kubernetes types will be listed.

  • Optionalregion?: Region

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