1. Packages
  2. Rancher2
  3. API Docs
  4. getCluster
Rancher 2 v6.1.0 published on Tuesday, Mar 12, 2024 by Pulumi

rancher2.getCluster

Explore with Pulumi AI

rancher2 logo
Rancher 2 v6.1.0 published on Tuesday, Mar 12, 2024 by Pulumi

    Use this data source to retrieve information about a Rancher v2 cluster.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as rancher2 from "@pulumi/rancher2";
    
    const foo-custom = rancher2.getCluster({
        name: "foo-custom",
    });
    
    import pulumi
    import pulumi_rancher2 as rancher2
    
    foo_custom = rancher2.get_cluster(name="foo-custom")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-rancher2/sdk/v6/go/rancher2"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := rancher2.LookupCluster(ctx, &rancher2.LookupClusterArgs{
    			Name: "foo-custom",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Rancher2 = Pulumi.Rancher2;
    
    return await Deployment.RunAsync(() => 
    {
        var foo_custom = Rancher2.GetCluster.Invoke(new()
        {
            Name = "foo-custom",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.rancher2.Rancher2Functions;
    import com.pulumi.rancher2.inputs.GetClusterArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var foo-custom = Rancher2Functions.getCluster(GetClusterArgs.builder()
                .name("foo-custom")
                .build());
    
        }
    }
    
    variables:
      foo-custom:
        fn::invoke:
          Function: rancher2:getCluster
          Arguments:
            name: foo-custom
    

    Using getCluster

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
    function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
    def get_cluster(default_pod_security_admission_configuration_template_name: Optional[str] = None,
                    name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetClusterResult
    def get_cluster_output(default_pod_security_admission_configuration_template_name: Optional[pulumi.Input[str]] = None,
                    name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
    func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
    func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput

    > Note: This function is named LookupCluster in the Go SDK.

    public static class GetCluster 
    {
        public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: rancher2:index/getCluster:getCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the Cluster (string)
    DefaultPodSecurityAdmissionConfigurationTemplateName string
    Name string
    The name of the Cluster (string)
    DefaultPodSecurityAdmissionConfigurationTemplateName string
    name String
    The name of the Cluster (string)
    defaultPodSecurityAdmissionConfigurationTemplateName String
    name string
    The name of the Cluster (string)
    defaultPodSecurityAdmissionConfigurationTemplateName string
    name String
    The name of the Cluster (string)
    defaultPodSecurityAdmissionConfigurationTemplateName String

    getCluster Result

    The following output properties are available:

    AgentEnvVars List<string>
    (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
    AksConfig GetClusterAksConfig
    (Computed) The Azure aks configuration for aks Clusters. Conflicts with aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    AksConfigV2 GetClusterAksConfigV2
    (Optional) The Azure AKS v2 configuration for creating/import aks Clusters. Conflicts with aks_config, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config k3s_config and rke_config (list maxitems:1)
    Annotations Dictionary<string, object>
    (Computed) Annotations for Node Pool object (map)
    CaCert string
    (Computed) K8s cluster ca cert (string)
    ClusterAuthEndpoint GetClusterClusterAuthEndpoint
    (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
    ClusterMonitoringInput GetClusterClusterMonitoringInput
    (Computed) Cluster monitoring config (list maxitems:1)
    ClusterRegistrationToken GetClusterClusterRegistrationToken
    (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
    ClusterTemplateAnswers GetClusterClusterTemplateAnswers
    (Computed) Cluster template answers (list maxitems:1)
    ClusterTemplateId string
    (Computed) Cluster template ID (string)
    ClusterTemplateQuestions List<GetClusterClusterTemplateQuestion>
    (Computed) Cluster template questions (list)
    ClusterTemplateRevisionId string
    (Computed) Cluster template revision ID (string)
    DefaultPodSecurityAdmissionConfigurationTemplateName string
    DefaultPodSecurityPolicyTemplateId string
    (Optional/Computed) Default pod security policy template id (string)
    DefaultProjectId string
    (Computed) Default project ID for the cluster (string)
    Description string
    (Computed) The description for Cluster (string)
    Driver string
    (Computed) The driver used for the Cluster. imported, azurekubernetesservice, amazonelasticcontainerservice, googlekubernetesengine and rancherKubernetesEngine are supported (string)
    EksConfig GetClusterEksConfig
    (Computed) The Amazon eks configuration for eks Conflicts with aks_config, aks_config_v2, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    EksConfigV2 GetClusterEksConfigV2
    (Computed) The Amazon EKS V2 configuration to create or import eks Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, gke_config_v2, oke_config, k3s_config and rke_config. For Rancher v2.5.x and above (list maxitems:1)
    EnableClusterAlerting bool
    EnableClusterMonitoring bool
    (Computed) Enable built-in cluster monitoring. Default false (bool)
    EnableNetworkPolicy bool
    (Computed) Enable project network isolation. Default false (bool)
    FleetWorkspaceName string
    (Computed) Fleet workspace name (string)
    GkeConfig GetClusterGkeConfig
    (Computed) The Google gke configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1) (list maxitems:1)
    GkeConfigV2 GetClusterGkeConfigV2
    (Computed) The Google GKE V2 configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, oke_config, k3s_config and rke_config. For Rancher v2.5.8 and above (list maxitems:1)
    Id string
    The provider-assigned unique ID for this managed resource.
    K3sConfig GetClusterK3sConfig
    (Computed) The K3S configuration for k3s imported Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and rke_config (list maxitems:1)
    KubeConfig string
    (Computed) Kube Config generated for the cluster (string)
    Labels Dictionary<string, object>
    (Computed) Labels for Node Pool object (map)
    Name string
    OkeConfig GetClusterOkeConfig
    (Computed) The Oracle OKE configuration for oke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, k3s_config and rke_config (list maxitems:1)
    Rke2Config GetClusterRke2Config
    (Computed) The RKE2 configuration for rke2 Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, oke_config, k3s_config and rke_config (list maxitems:1)
    RkeConfig GetClusterRkeConfig
    (Computed) The RKE configuration for rke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and k3s_config (list maxitems:1)
    SystemProjectId string
    (Computed) System project ID for the cluster (string)
    AgentEnvVars []string
    (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
    AksConfig GetClusterAksConfig
    (Computed) The Azure aks configuration for aks Clusters. Conflicts with aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    AksConfigV2 GetClusterAksConfigV2
    (Optional) The Azure AKS v2 configuration for creating/import aks Clusters. Conflicts with aks_config, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config k3s_config and rke_config (list maxitems:1)
    Annotations map[string]interface{}
    (Computed) Annotations for Node Pool object (map)
    CaCert string
    (Computed) K8s cluster ca cert (string)
    ClusterAuthEndpoint GetClusterClusterAuthEndpoint
    (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
    ClusterMonitoringInput GetClusterClusterMonitoringInput
    (Computed) Cluster monitoring config (list maxitems:1)
    ClusterRegistrationToken GetClusterClusterRegistrationToken
    (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
    ClusterTemplateAnswers GetClusterClusterTemplateAnswers
    (Computed) Cluster template answers (list maxitems:1)
    ClusterTemplateId string
    (Computed) Cluster template ID (string)
    ClusterTemplateQuestions []GetClusterClusterTemplateQuestion
    (Computed) Cluster template questions (list)
    ClusterTemplateRevisionId string
    (Computed) Cluster template revision ID (string)
    DefaultPodSecurityAdmissionConfigurationTemplateName string
    DefaultPodSecurityPolicyTemplateId string
    (Optional/Computed) Default pod security policy template id (string)
    DefaultProjectId string
    (Computed) Default project ID for the cluster (string)
    Description string
    (Computed) The description for Cluster (string)
    Driver string
    (Computed) The driver used for the Cluster. imported, azurekubernetesservice, amazonelasticcontainerservice, googlekubernetesengine and rancherKubernetesEngine are supported (string)
    EksConfig GetClusterEksConfig
    (Computed) The Amazon eks configuration for eks Conflicts with aks_config, aks_config_v2, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    EksConfigV2 GetClusterEksConfigV2
    (Computed) The Amazon EKS V2 configuration to create or import eks Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, gke_config_v2, oke_config, k3s_config and rke_config. For Rancher v2.5.x and above (list maxitems:1)
    EnableClusterAlerting bool
    EnableClusterMonitoring bool
    (Computed) Enable built-in cluster monitoring. Default false (bool)
    EnableNetworkPolicy bool
    (Computed) Enable project network isolation. Default false (bool)
    FleetWorkspaceName string
    (Computed) Fleet workspace name (string)
    GkeConfig GetClusterGkeConfig
    (Computed) The Google gke configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1) (list maxitems:1)
    GkeConfigV2 GetClusterGkeConfigV2
    (Computed) The Google GKE V2 configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, oke_config, k3s_config and rke_config. For Rancher v2.5.8 and above (list maxitems:1)
    Id string
    The provider-assigned unique ID for this managed resource.
    K3sConfig GetClusterK3sConfig
    (Computed) The K3S configuration for k3s imported Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and rke_config (list maxitems:1)
    KubeConfig string
    (Computed) Kube Config generated for the cluster (string)
    Labels map[string]interface{}
    (Computed) Labels for Node Pool object (map)
    Name string
    OkeConfig GetClusterOkeConfig
    (Computed) The Oracle OKE configuration for oke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, k3s_config and rke_config (list maxitems:1)
    Rke2Config GetClusterRke2Config
    (Computed) The RKE2 configuration for rke2 Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, oke_config, k3s_config and rke_config (list maxitems:1)
    RkeConfig GetClusterRkeConfig
    (Computed) The RKE configuration for rke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and k3s_config (list maxitems:1)
    SystemProjectId string
    (Computed) System project ID for the cluster (string)
    agentEnvVars List<String>
    (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
    aksConfig GetClusterAksConfig
    (Computed) The Azure aks configuration for aks Clusters. Conflicts with aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    aksConfigV2 GetClusterAksConfigV2
    (Optional) The Azure AKS v2 configuration for creating/import aks Clusters. Conflicts with aks_config, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config k3s_config and rke_config (list maxitems:1)
    annotations Map<String,Object>
    (Computed) Annotations for Node Pool object (map)
    caCert String
    (Computed) K8s cluster ca cert (string)
    clusterAuthEndpoint GetClusterClusterAuthEndpoint
    (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
    clusterMonitoringInput GetClusterClusterMonitoringInput
    (Computed) Cluster monitoring config (list maxitems:1)
    clusterRegistrationToken GetClusterClusterRegistrationToken
    (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
    clusterTemplateAnswers GetClusterClusterTemplateAnswers
    (Computed) Cluster template answers (list maxitems:1)
    clusterTemplateId String
    (Computed) Cluster template ID (string)
    clusterTemplateQuestions List<GetClusterClusterTemplateQuestion>
    (Computed) Cluster template questions (list)
    clusterTemplateRevisionId String
    (Computed) Cluster template revision ID (string)
    defaultPodSecurityAdmissionConfigurationTemplateName String
    defaultPodSecurityPolicyTemplateId String
    (Optional/Computed) Default pod security policy template id (string)
    defaultProjectId String
    (Computed) Default project ID for the cluster (string)
    description String
    (Computed) The description for Cluster (string)
    driver String
    (Computed) The driver used for the Cluster. imported, azurekubernetesservice, amazonelasticcontainerservice, googlekubernetesengine and rancherKubernetesEngine are supported (string)
    eksConfig GetClusterEksConfig
    (Computed) The Amazon eks configuration for eks Conflicts with aks_config, aks_config_v2, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    eksConfigV2 GetClusterEksConfigV2
    (Computed) The Amazon EKS V2 configuration to create or import eks Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, gke_config_v2, oke_config, k3s_config and rke_config. For Rancher v2.5.x and above (list maxitems:1)
    enableClusterAlerting Boolean
    enableClusterMonitoring Boolean
    (Computed) Enable built-in cluster monitoring. Default false (bool)
    enableNetworkPolicy Boolean
    (Computed) Enable project network isolation. Default false (bool)
    fleetWorkspaceName String
    (Computed) Fleet workspace name (string)
    gkeConfig GetClusterGkeConfig
    (Computed) The Google gke configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1) (list maxitems:1)
    gkeConfigV2 GetClusterGkeConfigV2
    (Computed) The Google GKE V2 configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, oke_config, k3s_config and rke_config. For Rancher v2.5.8 and above (list maxitems:1)
    id String
    The provider-assigned unique ID for this managed resource.
    k3sConfig GetClusterK3sConfig
    (Computed) The K3S configuration for k3s imported Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and rke_config (list maxitems:1)
    kubeConfig String
    (Computed) Kube Config generated for the cluster (string)
    labels Map<String,Object>
    (Computed) Labels for Node Pool object (map)
    name String
    okeConfig GetClusterOkeConfig
    (Computed) The Oracle OKE configuration for oke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, k3s_config and rke_config (list maxitems:1)
    rke2Config GetClusterRke2Config
    (Computed) The RKE2 configuration for rke2 Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, oke_config, k3s_config and rke_config (list maxitems:1)
    rkeConfig GetClusterRkeConfig
    (Computed) The RKE configuration for rke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and k3s_config (list maxitems:1)
    systemProjectId String
    (Computed) System project ID for the cluster (string)
    agentEnvVars string[]
    (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
    aksConfig GetClusterAksConfig
    (Computed) The Azure aks configuration for aks Clusters. Conflicts with aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    aksConfigV2 GetClusterAksConfigV2
    (Optional) The Azure AKS v2 configuration for creating/import aks Clusters. Conflicts with aks_config, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config k3s_config and rke_config (list maxitems:1)
    annotations {[key: string]: any}
    (Computed) Annotations for Node Pool object (map)
    caCert string
    (Computed) K8s cluster ca cert (string)
    clusterAuthEndpoint GetClusterClusterAuthEndpoint
    (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
    clusterMonitoringInput GetClusterClusterMonitoringInput
    (Computed) Cluster monitoring config (list maxitems:1)
    clusterRegistrationToken GetClusterClusterRegistrationToken
    (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
    clusterTemplateAnswers GetClusterClusterTemplateAnswers
    (Computed) Cluster template answers (list maxitems:1)
    clusterTemplateId string
    (Computed) Cluster template ID (string)
    clusterTemplateQuestions GetClusterClusterTemplateQuestion[]
    (Computed) Cluster template questions (list)
    clusterTemplateRevisionId string
    (Computed) Cluster template revision ID (string)
    defaultPodSecurityAdmissionConfigurationTemplateName string
    defaultPodSecurityPolicyTemplateId string
    (Optional/Computed) Default pod security policy template id (string)
    defaultProjectId string
    (Computed) Default project ID for the cluster (string)
    description string
    (Computed) The description for Cluster (string)
    driver string
    (Computed) The driver used for the Cluster. imported, azurekubernetesservice, amazonelasticcontainerservice, googlekubernetesengine and rancherKubernetesEngine are supported (string)
    eksConfig GetClusterEksConfig
    (Computed) The Amazon eks configuration for eks Conflicts with aks_config, aks_config_v2, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    eksConfigV2 GetClusterEksConfigV2
    (Computed) The Amazon EKS V2 configuration to create or import eks Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, gke_config_v2, oke_config, k3s_config and rke_config. For Rancher v2.5.x and above (list maxitems:1)
    enableClusterAlerting boolean
    enableClusterMonitoring boolean
    (Computed) Enable built-in cluster monitoring. Default false (bool)
    enableNetworkPolicy boolean
    (Computed) Enable project network isolation. Default false (bool)
    fleetWorkspaceName string
    (Computed) Fleet workspace name (string)
    gkeConfig GetClusterGkeConfig
    (Computed) The Google gke configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1) (list maxitems:1)
    gkeConfigV2 GetClusterGkeConfigV2
    (Computed) The Google GKE V2 configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, oke_config, k3s_config and rke_config. For Rancher v2.5.8 and above (list maxitems:1)
    id string
    The provider-assigned unique ID for this managed resource.
    k3sConfig GetClusterK3sConfig
    (Computed) The K3S configuration for k3s imported Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and rke_config (list maxitems:1)
    kubeConfig string
    (Computed) Kube Config generated for the cluster (string)
    labels {[key: string]: any}
    (Computed) Labels for Node Pool object (map)
    name string
    okeConfig GetClusterOkeConfig
    (Computed) The Oracle OKE configuration for oke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, k3s_config and rke_config (list maxitems:1)
    rke2Config GetClusterRke2Config
    (Computed) The RKE2 configuration for rke2 Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, oke_config, k3s_config and rke_config (list maxitems:1)
    rkeConfig GetClusterRkeConfig
    (Computed) The RKE configuration for rke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and k3s_config (list maxitems:1)
    systemProjectId string
    (Computed) System project ID for the cluster (string)
    agent_env_vars Sequence[str]
    (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
    aks_config GetClusterAksConfig
    (Computed) The Azure aks configuration for aks Clusters. Conflicts with aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    aks_config_v2 GetClusterAksConfigV2
    (Optional) The Azure AKS v2 configuration for creating/import aks Clusters. Conflicts with aks_config, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config k3s_config and rke_config (list maxitems:1)
    annotations Mapping[str, Any]
    (Computed) Annotations for Node Pool object (map)
    ca_cert str
    (Computed) K8s cluster ca cert (string)
    cluster_auth_endpoint GetClusterClusterAuthEndpoint
    (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
    cluster_monitoring_input GetClusterClusterMonitoringInput
    (Computed) Cluster monitoring config (list maxitems:1)
    cluster_registration_token GetClusterClusterRegistrationToken
    (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
    cluster_template_answers GetClusterClusterTemplateAnswers
    (Computed) Cluster template answers (list maxitems:1)
    cluster_template_id str
    (Computed) Cluster template ID (string)
    cluster_template_questions Sequence[GetClusterClusterTemplateQuestion]
    (Computed) Cluster template questions (list)
    cluster_template_revision_id str
    (Computed) Cluster template revision ID (string)
    default_pod_security_admission_configuration_template_name str
    default_pod_security_policy_template_id str
    (Optional/Computed) Default pod security policy template id (string)
    default_project_id str
    (Computed) Default project ID for the cluster (string)
    description str
    (Computed) The description for Cluster (string)
    driver str
    (Computed) The driver used for the Cluster. imported, azurekubernetesservice, amazonelasticcontainerservice, googlekubernetesengine and rancherKubernetesEngine are supported (string)
    eks_config GetClusterEksConfig
    (Computed) The Amazon eks configuration for eks Conflicts with aks_config, aks_config_v2, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    eks_config_v2 GetClusterEksConfigV2
    (Computed) The Amazon EKS V2 configuration to create or import eks Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, gke_config_v2, oke_config, k3s_config and rke_config. For Rancher v2.5.x and above (list maxitems:1)
    enable_cluster_alerting bool
    enable_cluster_monitoring bool
    (Computed) Enable built-in cluster monitoring. Default false (bool)
    enable_network_policy bool
    (Computed) Enable project network isolation. Default false (bool)
    fleet_workspace_name str
    (Computed) Fleet workspace name (string)
    gke_config GetClusterGkeConfig
    (Computed) The Google gke configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1) (list maxitems:1)
    gke_config_v2 GetClusterGkeConfigV2
    (Computed) The Google GKE V2 configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, oke_config, k3s_config and rke_config. For Rancher v2.5.8 and above (list maxitems:1)
    id str
    The provider-assigned unique ID for this managed resource.
    k3s_config GetClusterK3sConfig
    (Computed) The K3S configuration for k3s imported Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and rke_config (list maxitems:1)
    kube_config str
    (Computed) Kube Config generated for the cluster (string)
    labels Mapping[str, Any]
    (Computed) Labels for Node Pool object (map)
    name str
    oke_config GetClusterOkeConfig
    (Computed) The Oracle OKE configuration for oke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, k3s_config and rke_config (list maxitems:1)
    rke2_config GetClusterRke2Config
    (Computed) The RKE2 configuration for rke2 Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, oke_config, k3s_config and rke_config (list maxitems:1)
    rke_config GetClusterRkeConfig
    (Computed) The RKE configuration for rke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and k3s_config (list maxitems:1)
    system_project_id str
    (Computed) System project ID for the cluster (string)
    agentEnvVars List<String>
    (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
    aksConfig Property Map
    (Computed) The Azure aks configuration for aks Clusters. Conflicts with aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    aksConfigV2 Property Map
    (Optional) The Azure AKS v2 configuration for creating/import aks Clusters. Conflicts with aks_config, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config k3s_config and rke_config (list maxitems:1)
    annotations Map<Any>
    (Computed) Annotations for Node Pool object (map)
    caCert String
    (Computed) K8s cluster ca cert (string)
    clusterAuthEndpoint Property Map
    (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
    clusterMonitoringInput Property Map
    (Computed) Cluster monitoring config (list maxitems:1)
    clusterRegistrationToken Property Map
    (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
    clusterTemplateAnswers Property Map
    (Computed) Cluster template answers (list maxitems:1)
    clusterTemplateId String
    (Computed) Cluster template ID (string)
    clusterTemplateQuestions List<Property Map>
    (Computed) Cluster template questions (list)
    clusterTemplateRevisionId String
    (Computed) Cluster template revision ID (string)
    defaultPodSecurityAdmissionConfigurationTemplateName String
    defaultPodSecurityPolicyTemplateId String
    (Optional/Computed) Default pod security policy template id (string)
    defaultProjectId String
    (Computed) Default project ID for the cluster (string)
    description String
    (Computed) The description for Cluster (string)
    driver String
    (Computed) The driver used for the Cluster. imported, azurekubernetesservice, amazonelasticcontainerservice, googlekubernetesengine and rancherKubernetesEngine are supported (string)
    eksConfig Property Map
    (Computed) The Amazon eks configuration for eks Conflicts with aks_config, aks_config_v2, eks_config_v2, gke_config, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1)
    eksConfigV2 Property Map
    (Computed) The Amazon EKS V2 configuration to create or import eks Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, gke_config_v2, oke_config, k3s_config and rke_config. For Rancher v2.5.x and above (list maxitems:1)
    enableClusterAlerting Boolean
    enableClusterMonitoring Boolean
    (Computed) Enable built-in cluster monitoring. Default false (bool)
    enableNetworkPolicy Boolean
    (Computed) Enable project network isolation. Default false (bool)
    fleetWorkspaceName String
    (Computed) Fleet workspace name (string)
    gkeConfig Property Map
    (Computed) The Google gke configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config_v2, oke_config, k3s_config and rke_config (list maxitems:1) (list maxitems:1)
    gkeConfigV2 Property Map
    (Computed) The Google GKE V2 configuration for gke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, oke_config, k3s_config and rke_config. For Rancher v2.5.8 and above (list maxitems:1)
    id String
    The provider-assigned unique ID for this managed resource.
    k3sConfig Property Map
    (Computed) The K3S configuration for k3s imported Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and rke_config (list maxitems:1)
    kubeConfig String
    (Computed) Kube Config generated for the cluster (string)
    labels Map<Any>
    (Computed) Labels for Node Pool object (map)
    name String
    okeConfig Property Map
    (Computed) The Oracle OKE configuration for oke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, k3s_config and rke_config (list maxitems:1)
    rke2Config Property Map
    (Computed) The RKE2 configuration for rke2 Clusters. Conflicts with aks_config, aks_config_v2, eks_config, gke_config, oke_config, k3s_config and rke_config (list maxitems:1)
    rkeConfig Property Map
    (Computed) The RKE configuration for rke Clusters. Conflicts with aks_config, aks_config_v2, eks_config, eks_config_v2, gke_config, gke_config_v2, oke_config and k3s_config (list maxitems:1)
    systemProjectId String
    (Computed) System project ID for the cluster (string)

    Supporting Types

    GetClusterAksConfig

    AgentDnsPrefix string
    DNS prefix to be used to create the FQDN for the agent pool
    ClientId string
    Azure client ID to use
    ClientSecret string
    Azure client secret associated with the "client id"
    KubernetesVersion string
    Specify the version of Kubernetes
    LoadBalancerSku string
    Load balancer type (basic | standard). Must be standard for auto-scaling
    MasterDnsPrefix string
    DNS prefix to use the Kubernetes cluster control pane
    ResourceGroup string
    The name of the Cluster resource group
    SshPublicKeyContents string
    Contents of the SSH public key used to authenticate with Linux hosts
    Subnet string
    The name of an existing Azure Virtual Subnet. Composite of agent virtual network subnet ID
    SubscriptionId string
    Subscription credentials which uniquely identify Microsoft Azure subscription
    Tag Dictionary<string, object>
    Tags for Kubernetes cluster. For example, foo=bar

    Deprecated:Use tags argument instead as []string

    Tags List<string>
    Tags for Kubernetes cluster. For example, ["foo=bar","bar=foo"]
    TenantId string
    Azure tenant ID to use
    VirtualNetwork string
    The name of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    VirtualNetworkResourceGroup string
    The resource group of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    AadServerAppSecret string
    The secret of an Azure Active Directory server application
    AadTenantId string
    The ID of an Azure Active Directory tenant
    AddClientAppId string
    The ID of an Azure Active Directory client application of type "Native". This application is for user login via kubectl
    AddServerAppId string
    The ID of an Azure Active Directory server application of type "Web app/API". This application represents the managed cluster's apiserver (Server application)
    AdminUsername string
    The administrator username to use for Linux hosts
    AgentOsDiskSize int
    GB size to be used to specify the disk for every machine in the agent pool. If you specify 0, it will apply the default according to the "agent vm size" specified
    AgentPoolName string
    Name for the agent pool, upto 12 alphanumeric characters
    AgentStorageProfile string
    Storage profile specifies what kind of storage used on machine in the agent pool. Chooses from [ManagedDisks StorageAccount]
    AgentVmSize string
    Size of machine in the agent pool
    AuthBaseUrl string
    Different authentication API url to use
    BaseUrl string
    Different resource management API url to use
    Count int
    Number of machines (VMs) in the agent pool. Allowed values must be in the range of 1 to 100 (inclusive)
    DnsServiceIp string
    An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes Service address range specified in "service cidr"
    DockerBridgeCidr string
    A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes Service address range specified in "service cidr"
    EnableHttpApplicationRouting bool
    Enable the Kubernetes ingress with automatic public DNS name creation
    EnableMonitoring bool
    Turn on Azure Log Analytics monitoring. Uses the Log Analytics "Default" workspace if it exists, else creates one. if using an existing workspace, specifies "log analytics workspace resource id"
    Location string
    Azure Kubernetes cluster location
    LogAnalyticsWorkspace string
    The name of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses '{resource group}-{subscription id}-{location code}'
    LogAnalyticsWorkspaceResourceGroup string
    The resource group of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses the 'Cluster' resource group
    MaxPods int
    Maximum number of pods that can run on a node
    NetworkPlugin string
    Network plugin used for building Kubernetes network. Chooses from [azure kubenet]
    NetworkPolicy string
    Network policy used for building Kubernetes network. Chooses from [calico]
    PodCidr string
    A CIDR notation IP range from which to assign Kubernetes Pod IPs when "network plugin" is specified in "kubenet".
    ServiceCidr string
    A CIDR notation IP range from which to assign Kubernetes Service cluster IPs. It must not overlap with any Subnet IP ranges
    AgentDnsPrefix string
    DNS prefix to be used to create the FQDN for the agent pool
    ClientId string
    Azure client ID to use
    ClientSecret string
    Azure client secret associated with the "client id"
    KubernetesVersion string
    Specify the version of Kubernetes
    LoadBalancerSku string
    Load balancer type (basic | standard). Must be standard for auto-scaling
    MasterDnsPrefix string
    DNS prefix to use the Kubernetes cluster control pane
    ResourceGroup string
    The name of the Cluster resource group
    SshPublicKeyContents string
    Contents of the SSH public key used to authenticate with Linux hosts
    Subnet string
    The name of an existing Azure Virtual Subnet. Composite of agent virtual network subnet ID
    SubscriptionId string
    Subscription credentials which uniquely identify Microsoft Azure subscription
    Tag map[string]interface{}
    Tags for Kubernetes cluster. For example, foo=bar

    Deprecated:Use tags argument instead as []string

    Tags []string
    Tags for Kubernetes cluster. For example, ["foo=bar","bar=foo"]
    TenantId string
    Azure tenant ID to use
    VirtualNetwork string
    The name of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    VirtualNetworkResourceGroup string
    The resource group of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    AadServerAppSecret string
    The secret of an Azure Active Directory server application
    AadTenantId string
    The ID of an Azure Active Directory tenant
    AddClientAppId string
    The ID of an Azure Active Directory client application of type "Native". This application is for user login via kubectl
    AddServerAppId string
    The ID of an Azure Active Directory server application of type "Web app/API". This application represents the managed cluster's apiserver (Server application)
    AdminUsername string
    The administrator username to use for Linux hosts
    AgentOsDiskSize int
    GB size to be used to specify the disk for every machine in the agent pool. If you specify 0, it will apply the default according to the "agent vm size" specified
    AgentPoolName string
    Name for the agent pool, upto 12 alphanumeric characters
    AgentStorageProfile string
    Storage profile specifies what kind of storage used on machine in the agent pool. Chooses from [ManagedDisks StorageAccount]
    AgentVmSize string
    Size of machine in the agent pool
    AuthBaseUrl string
    Different authentication API url to use
    BaseUrl string
    Different resource management API url to use
    Count int
    Number of machines (VMs) in the agent pool. Allowed values must be in the range of 1 to 100 (inclusive)
    DnsServiceIp string
    An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes Service address range specified in "service cidr"
    DockerBridgeCidr string
    A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes Service address range specified in "service cidr"
    EnableHttpApplicationRouting bool
    Enable the Kubernetes ingress with automatic public DNS name creation
    EnableMonitoring bool
    Turn on Azure Log Analytics monitoring. Uses the Log Analytics "Default" workspace if it exists, else creates one. if using an existing workspace, specifies "log analytics workspace resource id"
    Location string
    Azure Kubernetes cluster location
    LogAnalyticsWorkspace string
    The name of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses '{resource group}-{subscription id}-{location code}'
    LogAnalyticsWorkspaceResourceGroup string
    The resource group of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses the 'Cluster' resource group
    MaxPods int
    Maximum number of pods that can run on a node
    NetworkPlugin string
    Network plugin used for building Kubernetes network. Chooses from [azure kubenet]
    NetworkPolicy string
    Network policy used for building Kubernetes network. Chooses from [calico]
    PodCidr string
    A CIDR notation IP range from which to assign Kubernetes Pod IPs when "network plugin" is specified in "kubenet".
    ServiceCidr string
    A CIDR notation IP range from which to assign Kubernetes Service cluster IPs. It must not overlap with any Subnet IP ranges
    agentDnsPrefix String
    DNS prefix to be used to create the FQDN for the agent pool
    clientId String
    Azure client ID to use
    clientSecret String
    Azure client secret associated with the "client id"
    kubernetesVersion String
    Specify the version of Kubernetes
    loadBalancerSku String
    Load balancer type (basic | standard). Must be standard for auto-scaling
    masterDnsPrefix String
    DNS prefix to use the Kubernetes cluster control pane
    resourceGroup String
    The name of the Cluster resource group
    sshPublicKeyContents String
    Contents of the SSH public key used to authenticate with Linux hosts
    subnet String
    The name of an existing Azure Virtual Subnet. Composite of agent virtual network subnet ID
    subscriptionId String
    Subscription credentials which uniquely identify Microsoft Azure subscription
    tag Map<String,Object>
    Tags for Kubernetes cluster. For example, foo=bar

    Deprecated:Use tags argument instead as []string

    tags List<String>
    Tags for Kubernetes cluster. For example, ["foo=bar","bar=foo"]
    tenantId String
    Azure tenant ID to use
    virtualNetwork String
    The name of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    virtualNetworkResourceGroup String
    The resource group of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    aadServerAppSecret String
    The secret of an Azure Active Directory server application
    aadTenantId String
    The ID of an Azure Active Directory tenant
    addClientAppId String
    The ID of an Azure Active Directory client application of type "Native". This application is for user login via kubectl
    addServerAppId String
    The ID of an Azure Active Directory server application of type "Web app/API". This application represents the managed cluster's apiserver (Server application)
    adminUsername String
    The administrator username to use for Linux hosts
    agentOsDiskSize Integer
    GB size to be used to specify the disk for every machine in the agent pool. If you specify 0, it will apply the default according to the "agent vm size" specified
    agentPoolName String
    Name for the agent pool, upto 12 alphanumeric characters
    agentStorageProfile String
    Storage profile specifies what kind of storage used on machine in the agent pool. Chooses from [ManagedDisks StorageAccount]
    agentVmSize String
    Size of machine in the agent pool
    authBaseUrl String
    Different authentication API url to use
    baseUrl String
    Different resource management API url to use
    count Integer
    Number of machines (VMs) in the agent pool. Allowed values must be in the range of 1 to 100 (inclusive)
    dnsServiceIp String
    An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes Service address range specified in "service cidr"
    dockerBridgeCidr String
    A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes Service address range specified in "service cidr"
    enableHttpApplicationRouting Boolean
    Enable the Kubernetes ingress with automatic public DNS name creation
    enableMonitoring Boolean
    Turn on Azure Log Analytics monitoring. Uses the Log Analytics "Default" workspace if it exists, else creates one. if using an existing workspace, specifies "log analytics workspace resource id"
    location String
    Azure Kubernetes cluster location
    logAnalyticsWorkspace String
    The name of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses '{resource group}-{subscription id}-{location code}'
    logAnalyticsWorkspaceResourceGroup String
    The resource group of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses the 'Cluster' resource group
    maxPods Integer
    Maximum number of pods that can run on a node
    networkPlugin String
    Network plugin used for building Kubernetes network. Chooses from [azure kubenet]
    networkPolicy String
    Network policy used for building Kubernetes network. Chooses from [calico]
    podCidr String
    A CIDR notation IP range from which to assign Kubernetes Pod IPs when "network plugin" is specified in "kubenet".
    serviceCidr String
    A CIDR notation IP range from which to assign Kubernetes Service cluster IPs. It must not overlap with any Subnet IP ranges
    agentDnsPrefix string
    DNS prefix to be used to create the FQDN for the agent pool
    clientId string
    Azure client ID to use
    clientSecret string
    Azure client secret associated with the "client id"
    kubernetesVersion string
    Specify the version of Kubernetes
    loadBalancerSku string
    Load balancer type (basic | standard). Must be standard for auto-scaling
    masterDnsPrefix string
    DNS prefix to use the Kubernetes cluster control pane
    resourceGroup string
    The name of the Cluster resource group
    sshPublicKeyContents string
    Contents of the SSH public key used to authenticate with Linux hosts
    subnet string
    The name of an existing Azure Virtual Subnet. Composite of agent virtual network subnet ID
    subscriptionId string
    Subscription credentials which uniquely identify Microsoft Azure subscription
    tag {[key: string]: any}
    Tags for Kubernetes cluster. For example, foo=bar

    Deprecated:Use tags argument instead as []string

    tags string[]
    Tags for Kubernetes cluster. For example, ["foo=bar","bar=foo"]
    tenantId string
    Azure tenant ID to use
    virtualNetwork string
    The name of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    virtualNetworkResourceGroup string
    The resource group of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    aadServerAppSecret string
    The secret of an Azure Active Directory server application
    aadTenantId string
    The ID of an Azure Active Directory tenant
    addClientAppId string
    The ID of an Azure Active Directory client application of type "Native". This application is for user login via kubectl
    addServerAppId string
    The ID of an Azure Active Directory server application of type "Web app/API". This application represents the managed cluster's apiserver (Server application)
    adminUsername string
    The administrator username to use for Linux hosts
    agentOsDiskSize number
    GB size to be used to specify the disk for every machine in the agent pool. If you specify 0, it will apply the default according to the "agent vm size" specified
    agentPoolName string
    Name for the agent pool, upto 12 alphanumeric characters
    agentStorageProfile string
    Storage profile specifies what kind of storage used on machine in the agent pool. Chooses from [ManagedDisks StorageAccount]
    agentVmSize string
    Size of machine in the agent pool
    authBaseUrl string
    Different authentication API url to use
    baseUrl string
    Different resource management API url to use
    count number
    Number of machines (VMs) in the agent pool. Allowed values must be in the range of 1 to 100 (inclusive)
    dnsServiceIp string
    An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes Service address range specified in "service cidr"
    dockerBridgeCidr string
    A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes Service address range specified in "service cidr"
    enableHttpApplicationRouting boolean
    Enable the Kubernetes ingress with automatic public DNS name creation
    enableMonitoring boolean
    Turn on Azure Log Analytics monitoring. Uses the Log Analytics "Default" workspace if it exists, else creates one. if using an existing workspace, specifies "log analytics workspace resource id"
    location string
    Azure Kubernetes cluster location
    logAnalyticsWorkspace string
    The name of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses '{resource group}-{subscription id}-{location code}'
    logAnalyticsWorkspaceResourceGroup string
    The resource group of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses the 'Cluster' resource group
    maxPods number
    Maximum number of pods that can run on a node
    networkPlugin string
    Network plugin used for building Kubernetes network. Chooses from [azure kubenet]
    networkPolicy string
    Network policy used for building Kubernetes network. Chooses from [calico]
    podCidr string
    A CIDR notation IP range from which to assign Kubernetes Pod IPs when "network plugin" is specified in "kubenet".
    serviceCidr string
    A CIDR notation IP range from which to assign Kubernetes Service cluster IPs. It must not overlap with any Subnet IP ranges
    agent_dns_prefix str
    DNS prefix to be used to create the FQDN for the agent pool
    client_id str
    Azure client ID to use
    client_secret str
    Azure client secret associated with the "client id"
    kubernetes_version str
    Specify the version of Kubernetes
    load_balancer_sku str
    Load balancer type (basic | standard). Must be standard for auto-scaling
    master_dns_prefix str
    DNS prefix to use the Kubernetes cluster control pane
    resource_group str
    The name of the Cluster resource group
    ssh_public_key_contents str
    Contents of the SSH public key used to authenticate with Linux hosts
    subnet str
    The name of an existing Azure Virtual Subnet. Composite of agent virtual network subnet ID
    subscription_id str
    Subscription credentials which uniquely identify Microsoft Azure subscription
    tag Mapping[str, Any]
    Tags for Kubernetes cluster. For example, foo=bar

    Deprecated:Use tags argument instead as []string

    tags Sequence[str]
    Tags for Kubernetes cluster. For example, ["foo=bar","bar=foo"]
    tenant_id str
    Azure tenant ID to use
    virtual_network str
    The name of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    virtual_network_resource_group str
    The resource group of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    aad_server_app_secret str
    The secret of an Azure Active Directory server application
    aad_tenant_id str
    The ID of an Azure Active Directory tenant
    add_client_app_id str
    The ID of an Azure Active Directory client application of type "Native". This application is for user login via kubectl
    add_server_app_id str
    The ID of an Azure Active Directory server application of type "Web app/API". This application represents the managed cluster's apiserver (Server application)
    admin_username str
    The administrator username to use for Linux hosts
    agent_os_disk_size int
    GB size to be used to specify the disk for every machine in the agent pool. If you specify 0, it will apply the default according to the "agent vm size" specified
    agent_pool_name str
    Name for the agent pool, upto 12 alphanumeric characters
    agent_storage_profile str
    Storage profile specifies what kind of storage used on machine in the agent pool. Chooses from [ManagedDisks StorageAccount]
    agent_vm_size str
    Size of machine in the agent pool
    auth_base_url str
    Different authentication API url to use
    base_url str
    Different resource management API url to use
    count int
    Number of machines (VMs) in the agent pool. Allowed values must be in the range of 1 to 100 (inclusive)
    dns_service_ip str
    An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes Service address range specified in "service cidr"
    docker_bridge_cidr str
    A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes Service address range specified in "service cidr"
    enable_http_application_routing bool
    Enable the Kubernetes ingress with automatic public DNS name creation
    enable_monitoring bool
    Turn on Azure Log Analytics monitoring. Uses the Log Analytics "Default" workspace if it exists, else creates one. if using an existing workspace, specifies "log analytics workspace resource id"
    location str
    Azure Kubernetes cluster location
    log_analytics_workspace str
    The name of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses '{resource group}-{subscription id}-{location code}'
    log_analytics_workspace_resource_group str
    The resource group of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses the 'Cluster' resource group
    max_pods int
    Maximum number of pods that can run on a node
    network_plugin str
    Network plugin used for building Kubernetes network. Chooses from [azure kubenet]
    network_policy str
    Network policy used for building Kubernetes network. Chooses from [calico]
    pod_cidr str
    A CIDR notation IP range from which to assign Kubernetes Pod IPs when "network plugin" is specified in "kubenet".
    service_cidr str
    A CIDR notation IP range from which to assign Kubernetes Service cluster IPs. It must not overlap with any Subnet IP ranges
    agentDnsPrefix String
    DNS prefix to be used to create the FQDN for the agent pool
    clientId String
    Azure client ID to use
    clientSecret String
    Azure client secret associated with the "client id"
    kubernetesVersion String
    Specify the version of Kubernetes
    loadBalancerSku String
    Load balancer type (basic | standard). Must be standard for auto-scaling
    masterDnsPrefix String
    DNS prefix to use the Kubernetes cluster control pane
    resourceGroup String
    The name of the Cluster resource group
    sshPublicKeyContents String
    Contents of the SSH public key used to authenticate with Linux hosts
    subnet String
    The name of an existing Azure Virtual Subnet. Composite of agent virtual network subnet ID
    subscriptionId String
    Subscription credentials which uniquely identify Microsoft Azure subscription
    tag Map<Any>
    Tags for Kubernetes cluster. For example, foo=bar

    Deprecated:Use tags argument instead as []string

    tags List<String>
    Tags for Kubernetes cluster. For example, ["foo=bar","bar=foo"]
    tenantId String
    Azure tenant ID to use
    virtualNetwork String
    The name of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    virtualNetworkResourceGroup String
    The resource group of an existing Azure Virtual Network. Composite of agent virtual network subnet ID
    aadServerAppSecret String
    The secret of an Azure Active Directory server application
    aadTenantId String
    The ID of an Azure Active Directory tenant
    addClientAppId String
    The ID of an Azure Active Directory client application of type "Native". This application is for user login via kubectl
    addServerAppId String
    The ID of an Azure Active Directory server application of type "Web app/API". This application represents the managed cluster's apiserver (Server application)
    adminUsername String
    The administrator username to use for Linux hosts
    agentOsDiskSize Number
    GB size to be used to specify the disk for every machine in the agent pool. If you specify 0, it will apply the default according to the "agent vm size" specified
    agentPoolName String
    Name for the agent pool, upto 12 alphanumeric characters
    agentStorageProfile String
    Storage profile specifies what kind of storage used on machine in the agent pool. Chooses from [ManagedDisks StorageAccount]
    agentVmSize String
    Size of machine in the agent pool
    authBaseUrl String
    Different authentication API url to use
    baseUrl String
    Different resource management API url to use
    count Number
    Number of machines (VMs) in the agent pool. Allowed values must be in the range of 1 to 100 (inclusive)
    dnsServiceIp String
    An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes Service address range specified in "service cidr"
    dockerBridgeCidr String
    A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes Service address range specified in "service cidr"
    enableHttpApplicationRouting Boolean
    Enable the Kubernetes ingress with automatic public DNS name creation
    enableMonitoring Boolean
    Turn on Azure Log Analytics monitoring. Uses the Log Analytics "Default" workspace if it exists, else creates one. if using an existing workspace, specifies "log analytics workspace resource id"
    location String
    Azure Kubernetes cluster location
    logAnalyticsWorkspace String
    The name of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses '{resource group}-{subscription id}-{location code}'
    logAnalyticsWorkspaceResourceGroup String
    The resource group of an existing Azure Log Analytics Workspace to use for storing monitoring data. If not specified, uses the 'Cluster' resource group
    maxPods Number
    Maximum number of pods that can run on a node
    networkPlugin String
    Network plugin used for building Kubernetes network. Chooses from [azure kubenet]
    networkPolicy String
    Network policy used for building Kubernetes network. Chooses from [calico]
    podCidr String
    A CIDR notation IP range from which to assign Kubernetes Pod IPs when "network plugin" is specified in "kubenet".
    serviceCidr String
    A CIDR notation IP range from which to assign Kubernetes Service cluster IPs. It must not overlap with any Subnet IP ranges

    GetClusterAksConfigV2

    CloudCredentialId string
    The AKS Cloud Credential ID to use
    HttpApplicationRouting bool
    Enable AKS http application routing?
    LinuxAdminUsername string
    The AKS linux admin username
    LinuxSshPublicKey string
    The AKS linux ssh public key
    LoadBalancerSku string
    The AKS load balancer sku
    LogAnalyticsWorkspaceGroup string
    The AKS log analytics workspace group
    LogAnalyticsWorkspaceName string
    The AKS log analytics workspace name
    Monitoring bool
    Is AKS cluster monitoring enabled?
    Name string
    The name of the Cluster (string)
    NetworkDnsServiceIp string
    The AKS network dns service ip
    NetworkDockerBridgeCidr string
    The AKS network docker bridge cidr
    NetworkPodCidr string
    The AKS network pod cidr
    NetworkPolicy string
    The AKS network policy
    NetworkServiceCidr string
    The AKS network service cidr
    PrivateCluster bool
    Is AKS cluster private?
    ResourceGroup string
    The AKS resource group
    ResourceLocation string
    The AKS resource location
    Subnet string
    The AKS subnet
    Tags Dictionary<string, object>
    The AKS cluster tags
    VirtualNetwork string
    The AKS virtual network
    VirtualNetworkResourceGroup string
    The AKS virtual network resource group
    AuthBaseUrl string
    The AKS auth base url
    AuthorizedIpRanges List<string>
    The AKS authorized ip ranges
    BaseUrl string
    The AKS base url
    DnsPrefix string
    The AKS dns prefix. Required if import=false
    Imported bool
    Is AKS cluster imported?
    KubernetesVersion string
    The kubernetes master version. Required if import=false
    NetworkPlugin string
    The AKS network plugin. Required if import=false
    NodePools List<GetClusterAksConfigV2NodePool>
    The AKS node pools to use. Required if import=false
    CloudCredentialId string
    The AKS Cloud Credential ID to use
    HttpApplicationRouting bool
    Enable AKS http application routing?
    LinuxAdminUsername string
    The AKS linux admin username
    LinuxSshPublicKey string
    The AKS linux ssh public key
    LoadBalancerSku string
    The AKS load balancer sku
    LogAnalyticsWorkspaceGroup string
    The AKS log analytics workspace group
    LogAnalyticsWorkspaceName string
    The AKS log analytics workspace name
    Monitoring bool
    Is AKS cluster monitoring enabled?
    Name string
    The name of the Cluster (string)
    NetworkDnsServiceIp string
    The AKS network dns service ip
    NetworkDockerBridgeCidr string
    The AKS network docker bridge cidr
    NetworkPodCidr string
    The AKS network pod cidr
    NetworkPolicy string
    The AKS network policy
    NetworkServiceCidr string
    The AKS network service cidr
    PrivateCluster bool
    Is AKS cluster private?
    ResourceGroup string
    The AKS resource group
    ResourceLocation string
    The AKS resource location
    Subnet string
    The AKS subnet
    Tags map[string]interface{}
    The AKS cluster tags
    VirtualNetwork string
    The AKS virtual network
    VirtualNetworkResourceGroup string
    The AKS virtual network resource group
    AuthBaseUrl string
    The AKS auth base url
    AuthorizedIpRanges []string
    The AKS authorized ip ranges
    BaseUrl string
    The AKS base url
    DnsPrefix string
    The AKS dns prefix. Required if import=false
    Imported bool
    Is AKS cluster imported?
    KubernetesVersion string
    The kubernetes master version. Required if import=false
    NetworkPlugin string
    The AKS network plugin. Required if import=false
    NodePools []GetClusterAksConfigV2NodePool
    The AKS node pools to use. Required if import=false
    cloudCredentialId String
    The AKS Cloud Credential ID to use
    httpApplicationRouting Boolean
    Enable AKS http application routing?
    linuxAdminUsername String
    The AKS linux admin username
    linuxSshPublicKey String
    The AKS linux ssh public key
    loadBalancerSku String
    The AKS load balancer sku
    logAnalyticsWorkspaceGroup String
    The AKS log analytics workspace group
    logAnalyticsWorkspaceName String
    The AKS log analytics workspace name
    monitoring Boolean
    Is AKS cluster monitoring enabled?
    name String
    The name of the Cluster (string)
    networkDnsServiceIp String
    The AKS network dns service ip
    networkDockerBridgeCidr String
    The AKS network docker bridge cidr
    networkPodCidr String
    The AKS network pod cidr
    networkPolicy String
    The AKS network policy
    networkServiceCidr String
    The AKS network service cidr
    privateCluster Boolean
    Is AKS cluster private?
    resourceGroup String
    The AKS resource group
    resourceLocation String
    The AKS resource location
    subnet String
    The AKS subnet
    tags Map<String,Object>
    The AKS cluster tags
    virtualNetwork String
    The AKS virtual network
    virtualNetworkResourceGroup String
    The AKS virtual network resource group
    authBaseUrl String
    The AKS auth base url
    authorizedIpRanges List<String>
    The AKS authorized ip ranges
    baseUrl String
    The AKS base url
    dnsPrefix String
    The AKS dns prefix. Required if import=false
    imported Boolean
    Is AKS cluster imported?
    kubernetesVersion String
    The kubernetes master version. Required if import=false
    networkPlugin String
    The AKS network plugin. Required if import=false
    nodePools List<GetClusterAksConfigV2NodePool>
    The AKS node pools to use. Required if import=false
    cloudCredentialId string
    The AKS Cloud Credential ID to use
    httpApplicationRouting boolean
    Enable AKS http application routing?
    linuxAdminUsername string
    The AKS linux admin username
    linuxSshPublicKey string
    The AKS linux ssh public key
    loadBalancerSku string
    The AKS load balancer sku
    logAnalyticsWorkspaceGroup string
    The AKS log analytics workspace group
    logAnalyticsWorkspaceName string
    The AKS log analytics workspace name
    monitoring boolean
    Is AKS cluster monitoring enabled?
    name string
    The name of the Cluster (string)
    networkDnsServiceIp string
    The AKS network dns service ip
    networkDockerBridgeCidr string
    The AKS network docker bridge cidr
    networkPodCidr string
    The AKS network pod cidr
    networkPolicy string
    The AKS network policy
    networkServiceCidr string
    The AKS network service cidr
    privateCluster boolean
    Is AKS cluster private?
    resourceGroup string
    The AKS resource group
    resourceLocation string
    The AKS resource location
    subnet string
    The AKS subnet
    tags {[key: string]: any}
    The AKS cluster tags
    virtualNetwork string
    The AKS virtual network
    virtualNetworkResourceGroup string
    The AKS virtual network resource group
    authBaseUrl string
    The AKS auth base url
    authorizedIpRanges string[]
    The AKS authorized ip ranges
    baseUrl string
    The AKS base url
    dnsPrefix string
    The AKS dns prefix. Required if import=false
    imported boolean
    Is AKS cluster imported?
    kubernetesVersion string
    The kubernetes master version. Required if import=false
    networkPlugin string
    The AKS network plugin. Required if import=false
    nodePools GetClusterAksConfigV2NodePool[]
    The AKS node pools to use. Required if import=false
    cloud_credential_id str
    The AKS Cloud Credential ID to use
    http_application_routing bool
    Enable AKS http application routing?
    linux_admin_username str
    The AKS linux admin username
    linux_ssh_public_key str
    The AKS linux ssh public key
    load_balancer_sku str
    The AKS load balancer sku
    log_analytics_workspace_group str
    The AKS log analytics workspace group
    log_analytics_workspace_name str
    The AKS log analytics workspace name
    monitoring bool
    Is AKS cluster monitoring enabled?
    name str
    The name of the Cluster (string)
    network_dns_service_ip str
    The AKS network dns service ip
    network_docker_bridge_cidr str
    The AKS network docker bridge cidr
    network_pod_cidr str
    The AKS network pod cidr
    network_policy str
    The AKS network policy
    network_service_cidr str
    The AKS network service cidr
    private_cluster bool
    Is AKS cluster private?
    resource_group str
    The AKS resource group
    resource_location str
    The AKS resource location
    subnet str
    The AKS subnet
    tags Mapping[str, Any]
    The AKS cluster tags
    virtual_network str
    The AKS virtual network
    virtual_network_resource_group str
    The AKS virtual network resource group
    auth_base_url str
    The AKS auth base url
    authorized_ip_ranges Sequence[str]
    The AKS authorized ip ranges
    base_url str
    The AKS base url
    dns_prefix str
    The AKS dns prefix. Required if import=false
    imported bool
    Is AKS cluster imported?
    kubernetes_version str
    The kubernetes master version. Required if import=false
    network_plugin str
    The AKS network plugin. Required if import=false
    node_pools Sequence[GetClusterAksConfigV2NodePool]
    The AKS node pools to use. Required if import=false
    cloudCredentialId String
    The AKS Cloud Credential ID to use
    httpApplicationRouting Boolean
    Enable AKS http application routing?
    linuxAdminUsername String
    The AKS linux admin username
    linuxSshPublicKey String
    The AKS linux ssh public key
    loadBalancerSku String
    The AKS load balancer sku
    logAnalyticsWorkspaceGroup String
    The AKS log analytics workspace group
    logAnalyticsWorkspaceName String
    The AKS log analytics workspace name
    monitoring Boolean
    Is AKS cluster monitoring enabled?
    name String
    The name of the Cluster (string)
    networkDnsServiceIp String
    The AKS network dns service ip
    networkDockerBridgeCidr String
    The AKS network docker bridge cidr
    networkPodCidr String
    The AKS network pod cidr
    networkPolicy String
    The AKS network policy
    networkServiceCidr String
    The AKS network service cidr
    privateCluster Boolean
    Is AKS cluster private?
    resourceGroup String
    The AKS resource group
    resourceLocation String
    The AKS resource location
    subnet String
    The AKS subnet
    tags Map<Any>
    The AKS cluster tags
    virtualNetwork String
    The AKS virtual network
    virtualNetworkResourceGroup String
    The AKS virtual network resource group
    authBaseUrl String
    The AKS auth base url
    authorizedIpRanges List<String>
    The AKS authorized ip ranges
    baseUrl String
    The AKS base url
    dnsPrefix String
    The AKS dns prefix. Required if import=false
    imported Boolean
    Is AKS cluster imported?
    kubernetesVersion String
    The kubernetes master version. Required if import=false
    networkPlugin String
    The AKS network plugin. Required if import=false
    nodePools List<Property Map>
    The AKS node pools to use. Required if import=false

    GetClusterAksConfigV2NodePool

    Labels Dictionary<string, object>
    (Computed) Labels for Node Pool object (map)
    Name string
    The name of the Cluster (string)
    Taints List<string>
    The AKS node pool taints
    VmSize string
    The AKS node pool vm size
    AvailabilityZones List<string>
    The AKS node pool availability zones
    Count int
    The AKS node pool count
    EnableAutoScaling bool
    Is AKS node pool auto scaling enabled?
    MaxCount int
    The AKS node pool max count
    MaxPods int
    The AKS node pool max pods
    MaxSurge string
    The AKS node pool max surge
    MinCount int
    The AKS node pool min count
    Mode string
    The AKS node pool mode
    OrchestratorVersion string
    The AKS node pool orchestrator version
    OsDiskSizeGb int
    The AKS node pool os disk size gb
    OsDiskType string
    The AKS node pool os disk type
    OsType string
    Enable AKS node pool os type
    Labels map[string]interface{}
    (Computed) Labels for Node Pool object (map)
    Name string
    The name of the Cluster (string)
    Taints []string
    The AKS node pool taints
    VmSize string
    The AKS node pool vm size
    AvailabilityZones []string
    The AKS node pool availability zones
    Count int
    The AKS node pool count
    EnableAutoScaling bool
    Is AKS node pool auto scaling enabled?
    MaxCount int
    The AKS node pool max count
    MaxPods int
    The AKS node pool max pods
    MaxSurge string
    The AKS node pool max surge
    MinCount int
    The AKS node pool min count
    Mode string
    The AKS node pool mode
    OrchestratorVersion string
    The AKS node pool orchestrator version
    OsDiskSizeGb int
    The AKS node pool os disk size gb
    OsDiskType string
    The AKS node pool os disk type
    OsType string
    Enable AKS node pool os type
    labels Map<String,Object>
    (Computed) Labels for Node Pool object (map)
    name String
    The name of the Cluster (string)
    taints List<String>
    The AKS node pool taints
    vmSize String
    The AKS node pool vm size
    availabilityZones List<String>
    The AKS node pool availability zones
    count Integer
    The AKS node pool count
    enableAutoScaling Boolean
    Is AKS node pool auto scaling enabled?
    maxCount Integer
    The AKS node pool max count
    maxPods Integer
    The AKS node pool max pods
    maxSurge String
    The AKS node pool max surge
    minCount Integer
    The AKS node pool min count
    mode String
    The AKS node pool mode
    orchestratorVersion String
    The AKS node pool orchestrator version
    osDiskSizeGb Integer
    The AKS node pool os disk size gb
    osDiskType String
    The AKS node pool os disk type
    osType String
    Enable AKS node pool os type
    labels {[key: string]: any}
    (Computed) Labels for Node Pool object (map)
    name string
    The name of the Cluster (string)
    taints string[]
    The AKS node pool taints
    vmSize string
    The AKS node pool vm size
    availabilityZones string[]
    The AKS node pool availability zones
    count number
    The AKS node pool count
    enableAutoScaling boolean
    Is AKS node pool auto scaling enabled?
    maxCount number
    The AKS node pool max count
    maxPods number
    The AKS node pool max pods
    maxSurge string
    The AKS node pool max surge
    minCount number
    The AKS node pool min count
    mode string
    The AKS node pool mode
    orchestratorVersion string
    The AKS node pool orchestrator version
    osDiskSizeGb number
    The AKS node pool os disk size gb
    osDiskType string
    The AKS node pool os disk type
    osType string
    Enable AKS node pool os type
    labels Mapping[str, Any]
    (Computed) Labels for Node Pool object (map)
    name str
    The name of the Cluster (string)
    taints Sequence[str]
    The AKS node pool taints
    vm_size str
    The AKS node pool vm size
    availability_zones Sequence[str]
    The AKS node pool availability zones
    count int
    The AKS node pool count
    enable_auto_scaling bool
    Is AKS node pool auto scaling enabled?
    max_count int
    The AKS node pool max count
    max_pods int
    The AKS node pool max pods
    max_surge str
    The AKS node pool max surge
    min_count int
    The AKS node pool min count
    mode str
    The AKS node pool mode
    orchestrator_version str
    The AKS node pool orchestrator version
    os_disk_size_gb int
    The AKS node pool os disk size gb
    os_disk_type str
    The AKS node pool os disk type
    os_type str
    Enable AKS node pool os type
    labels Map<Any>
    (Computed) Labels for Node Pool object (map)
    name String
    The name of the Cluster (string)
    taints List<String>
    The AKS node pool taints
    vmSize String
    The AKS node pool vm size
    availabilityZones List<String>
    The AKS node pool availability zones
    count Number
    The AKS node pool count
    enableAutoScaling Boolean
    Is AKS node pool auto scaling enabled?
    maxCount Number
    The AKS node pool max count
    maxPods Number
    The AKS node pool max pods
    maxSurge String
    The AKS node pool max surge
    minCount Number
    The AKS node pool min count
    mode String
    The AKS node pool mode
    orchestratorVersion String
    The AKS node pool orchestrator version
    osDiskSizeGb Number
    The AKS node pool os disk size gb
    osDiskType String
    The AKS node pool os disk type
    osType String
    Enable AKS node pool os type

    GetClusterClusterAuthEndpoint

    CaCerts string
    Enabled bool
    Fqdn string
    CaCerts string
    Enabled bool
    Fqdn string
    caCerts String
    enabled Boolean
    fqdn String
    caCerts string
    enabled boolean
    fqdn string
    ca_certs str
    enabled bool
    fqdn str
    caCerts String
    enabled Boolean
    fqdn String

    GetClusterClusterMonitoringInput

    Answers Dictionary<string, object>
    Answers for monitor input
    Version string
    Monitoring version
    Answers map[string]interface{}
    Answers for monitor input
    Version string
    Monitoring version
    answers Map<String,Object>
    Answers for monitor input
    version String
    Monitoring version
    answers {[key: string]: any}
    Answers for monitor input
    version string
    Monitoring version
    answers Mapping[str, Any]
    Answers for monitor input
    version str
    Monitoring version
    answers Map<Any>
    Answers for monitor input
    version String
    Monitoring version

    GetClusterClusterRegistrationToken

    Annotations Dictionary<string, object>
    (Computed) Annotations for Node Pool object (map)
    ClusterId string
    Command string
    Id string
    (Computed) The ID of the resource (string)
    InsecureCommand string
    InsecureNodeCommand string
    InsecureWindowsNodeCommand string
    Labels Dictionary<string, object>
    (Computed) Labels for Node Pool object (map)
    ManifestUrl string
    Name string
    The name of the Cluster (string)
    NodeCommand string
    Token string
    WindowsNodeCommand string
    Annotations map[string]interface{}
    (Computed) Annotations for Node Pool object (map)
    ClusterId string
    Command string
    Id string
    (Computed) The ID of the resource (string)
    InsecureCommand string
    InsecureNodeCommand string
    InsecureWindowsNodeCommand string
    Labels map[string]interface{}
    (Computed) Labels for Node Pool object (map)
    ManifestUrl string
    Name string
    The name of the Cluster (string)
    NodeCommand string
    Token string
    WindowsNodeCommand string
    annotations Map<String,Object>
    (Computed) Annotations for Node Pool object (map)
    clusterId String
    command String
    id String
    (Computed) The ID of the resource (string)
    insecureCommand String
    insecureNodeCommand String
    insecureWindowsNodeCommand String
    labels Map<String,Object>
    (Computed) Labels for Node Pool object (map)
    manifestUrl String
    name String
    The name of the Cluster (string)
    nodeCommand String
    token String
    windowsNodeCommand String
    annotations {[key: string]: any}
    (Computed) Annotations for Node Pool object (map)
    clusterId string
    command string
    id string
    (Computed) The ID of the resource (string)
    insecureCommand string
    insecureNodeCommand string
    insecureWindowsNodeCommand string
    labels {[key: string]: any}
    (Computed) Labels for Node Pool object (map)
    manifestUrl string
    name string
    The name of the Cluster (string)
    nodeCommand string
    token string
    windowsNodeCommand string
    annotations Mapping[str, Any]
    (Computed) Annotations for Node Pool object (map)
    cluster_id str
    command str
    id str
    (Computed) The ID of the resource (string)
    insecure_command str
    insecure_node_command str
    insecure_windows_node_command str
    labels Mapping[str, Any]
    (Computed) Labels for Node Pool object (map)
    manifest_url str
    name str
    The name of the Cluster (string)
    node_command str
    token str
    windows_node_command str
    annotations Map<Any>
    (Computed) Annotations for Node Pool object (map)
    clusterId String
    command String
    id String
    (Computed) The ID of the resource (string)
    insecureCommand String
    insecureNodeCommand String
    insecureWindowsNodeCommand String
    labels Map<Any>
    (Computed) Labels for Node Pool object (map)
    manifestUrl String
    name String
    The name of the Cluster (string)
    nodeCommand String
    token String
    windowsNodeCommand String

    GetClusterClusterTemplateAnswers

    ClusterId string
    Cluster ID for answer
    ProjectId string
    Project ID for answer
    Values Dictionary<string, object>
    Key/values for answer
    ClusterId string
    Cluster ID for answer
    ProjectId string
    Project ID for answer
    Values map[string]interface{}
    Key/values for answer
    clusterId String
    Cluster ID for answer
    projectId String
    Project ID for answer
    values Map<String,Object>
    Key/values for answer
    clusterId string
    Cluster ID for answer
    projectId string
    Project ID for answer
    values {[key: string]: any}
    Key/values for answer
    cluster_id str
    Cluster ID for answer
    project_id str
    Project ID for answer
    values Mapping[str, Any]
    Key/values for answer
    clusterId String
    Cluster ID for answer
    projectId String
    Project ID for answer
    values Map<Any>
    Key/values for answer

    GetClusterClusterTemplateQuestion

    Default string
    Default variable value
    Variable string
    Variable name
    Required bool
    Required variable
    Type string
    Variable type
    Default string
    Default variable value
    Variable string
    Variable name
    Required bool
    Required variable
    Type string
    Variable type
    default_ String
    Default variable value
    variable String
    Variable name
    required Boolean
    Required variable
    type String
    Variable type
    default string
    Default variable value
    variable string
    Variable name
    required boolean
    Required variable
    type string
    Variable type
    default str
    Default variable value
    variable str
    Variable name
    required bool
    Required variable
    type str
    Variable type
    default String
    Default variable value
    variable String
    Variable name
    required Boolean
    Required variable
    type String
    Variable type

    GetClusterEksConfig

    AccessKey string
    The AWS Client ID to use
    KubernetesVersion string
    The kubernetes master version
    SecretKey string
    The AWS Client Secret associated with the Client ID
    UserData string
    Pass user-data to the nodes to perform automated configuration tasks
    Ami string
    A custom AMI ID to use for the worker nodes instead of the default
    AssociateWorkerNodePublicIp bool
    Associate public ip EKS worker nodes
    DesiredNodes int
    The desired number of worker nodes
    EbsEncryption bool
    Enables EBS encryption of worker nodes
    InstanceType string
    The type of machine to use for worker nodes
    KeyPairName string
    Allow user to specify key name to use
    MaximumNodes int
    The maximum number of worker nodes
    MinimumNodes int
    The minimum number of worker nodes
    NodeVolumeSize int
    The volume size for each node
    Region string
    The AWS Region to create the EKS cluster in
    SecurityGroups List<string>
    List of security groups to use for the cluster
    ServiceRole string
    The service role to use to perform the cluster operations in AWS
    SessionToken string
    A session token to use with the client key and secret if applicable
    Subnets List<string>
    List of subnets in the virtual network to use
    VirtualNetwork string
    The name of the virtual network to use
    AccessKey string
    The AWS Client ID to use
    KubernetesVersion string
    The kubernetes master version
    SecretKey string
    The AWS Client Secret associated with the Client ID
    UserData string
    Pass user-data to the nodes to perform automated configuration tasks
    Ami string
    A custom AMI ID to use for the worker nodes instead of the default
    AssociateWorkerNodePublicIp bool
    Associate public ip EKS worker nodes
    DesiredNodes int
    The desired number of worker nodes
    EbsEncryption bool
    Enables EBS encryption of worker nodes
    InstanceType string
    The type of machine to use for worker nodes
    KeyPairName string
    Allow user to specify key name to use
    MaximumNodes int
    The maximum number of worker nodes
    MinimumNodes int
    The minimum number of worker nodes
    NodeVolumeSize int
    The volume size for each node
    Region string
    The AWS Region to create the EKS cluster in
    SecurityGroups []string
    List of security groups to use for the cluster
    ServiceRole string
    The service role to use to perform the cluster operations in AWS
    SessionToken string
    A session token to use with the client key and secret if applicable
    Subnets []string
    List of subnets in the virtual network to use
    VirtualNetwork string
    The name of the virtual network to use
    accessKey String
    The AWS Client ID to use
    kubernetesVersion String
    The kubernetes master version
    secretKey String
    The AWS Client Secret associated with the Client ID
    userData String
    Pass user-data to the nodes to perform automated configuration tasks
    ami String
    A custom AMI ID to use for the worker nodes instead of the default
    associateWorkerNodePublicIp Boolean
    Associate public ip EKS worker nodes
    desiredNodes Integer
    The desired number of worker nodes
    ebsEncryption Boolean
    Enables EBS encryption of worker nodes
    instanceType String
    The type of machine to use for worker nodes
    keyPairName String
    Allow user to specify key name to use
    maximumNodes Integer
    The maximum number of worker nodes
    minimumNodes Integer
    The minimum number of worker nodes
    nodeVolumeSize Integer
    The volume size for each node
    region String
    The AWS Region to create the EKS cluster in
    securityGroups List<String>
    List of security groups to use for the cluster
    serviceRole String
    The service role to use to perform the cluster operations in AWS
    sessionToken String
    A session token to use with the client key and secret if applicable
    subnets List<String>
    List of subnets in the virtual network to use
    virtualNetwork String
    The name of the virtual network to use
    accessKey string
    The AWS Client ID to use
    kubernetesVersion string
    The kubernetes master version
    secretKey string
    The AWS Client Secret associated with the Client ID
    userData string
    Pass user-data to the nodes to perform automated configuration tasks
    ami string
    A custom AMI ID to use for the worker nodes instead of the default
    associateWorkerNodePublicIp boolean
    Associate public ip EKS worker nodes
    desiredNodes number
    The desired number of worker nodes
    ebsEncryption boolean
    Enables EBS encryption of worker nodes
    instanceType string
    The type of machine to use for worker nodes
    keyPairName string
    Allow user to specify key name to use
    maximumNodes number
    The maximum number of worker nodes
    minimumNodes number
    The minimum number of worker nodes
    nodeVolumeSize number
    The volume size for each node
    region string
    The AWS Region to create the EKS cluster in
    securityGroups string[]
    List of security groups to use for the cluster
    serviceRole string
    The service role to use to perform the cluster operations in AWS
    sessionToken string
    A session token to use with the client key and secret if applicable
    subnets string[]
    List of subnets in the virtual network to use
    virtualNetwork string
    The name of the virtual network to use
    access_key str
    The AWS Client ID to use
    kubernetes_version str
    The kubernetes master version
    secret_key str
    The AWS Client Secret associated with the Client ID
    user_data str
    Pass user-data to the nodes to perform automated configuration tasks
    ami str
    A custom AMI ID to use for the worker nodes instead of the default
    associate_worker_node_public_ip bool
    Associate public ip EKS worker nodes
    desired_nodes int
    The desired number of worker nodes
    ebs_encryption bool
    Enables EBS encryption of worker nodes
    instance_type str
    The type of machine to use for worker nodes
    key_pair_name str
    Allow user to specify key name to use
    maximum_nodes int
    The maximum number of worker nodes
    minimum_nodes int
    The minimum number of worker nodes
    node_volume_size int
    The volume size for each node
    region str
    The AWS Region to create the EKS cluster in
    security_groups Sequence[str]
    List of security groups to use for the cluster
    service_role str
    The service role to use to perform the cluster operations in AWS
    session_token str
    A session token to use with the client key and secret if applicable
    subnets Sequence[str]
    List of subnets in the virtual network to use
    virtual_network str
    The name of the virtual network to use
    accessKey String
    The AWS Client ID to use
    kubernetesVersion String
    The kubernetes master version
    secretKey String
    The AWS Client Secret associated with the Client ID
    userData String
    Pass user-data to the nodes to perform automated configuration tasks
    ami String
    A custom AMI ID to use for the worker nodes instead of the default
    associateWorkerNodePublicIp Boolean
    Associate public ip EKS worker nodes
    desiredNodes Number
    The desired number of worker nodes
    ebsEncryption Boolean
    Enables EBS encryption of worker nodes
    instanceType String
    The type of machine to use for worker nodes
    keyPairName String
    Allow user to specify key name to use
    maximumNodes Number
    The maximum number of worker nodes
    minimumNodes Number
    The minimum number of worker nodes
    nodeVolumeSize Number
    The volume size for each node
    region String
    The AWS Region to create the EKS cluster in
    securityGroups List<String>
    List of security groups to use for the cluster
    serviceRole String
    The service role to use to perform the cluster operations in AWS
    sessionToken String
    A session token to use with the client key and secret if applicable
    subnets List<String>
    List of subnets in the virtual network to use
    virtualNetwork String
    The name of the virtual network to use

    GetClusterEksConfigV2

    CloudCredentialId string
    The AWS Cloud Credential ID to use
    KubernetesVersion string
    The kubernetes master version
    Name string
    The name of the Cluster (string)
    NodeGroups List<GetClusterEksConfigV2NodeGroup>
    The AWS node groups to use
    PrivateAccess bool
    The EKS cluster has private access
    PublicAccess bool
    The EKS cluster has public access
    PublicAccessSources List<string>
    The EKS cluster public access sources
    SecretsEncryption bool
    Enable EKS cluster secret encryption
    Imported bool
    Is EKS cluster imported?
    KmsKey string
    The AWS kms key to use
    LoggingTypes List<string>
    The AWS logging types
    Region string
    The AWS Region to create the EKS cluster in
    SecurityGroups List<string>
    List of security groups to use for the cluster
    ServiceRole string
    The AWS service role to use
    Subnets List<string>
    List of subnets in the virtual network to use
    Tags Dictionary<string, object>
    The EKS cluster tags
    CloudCredentialId string
    The AWS Cloud Credential ID to use
    KubernetesVersion string
    The kubernetes master version
    Name string
    The name of the Cluster (string)
    NodeGroups []GetClusterEksConfigV2NodeGroup
    The AWS node groups to use
    PrivateAccess bool
    The EKS cluster has private access
    PublicAccess bool
    The EKS cluster has public access
    PublicAccessSources []string
    The EKS cluster public access sources
    SecretsEncryption bool
    Enable EKS cluster secret encryption
    Imported bool
    Is EKS cluster imported?
    KmsKey string
    The AWS kms key to use
    LoggingTypes []string
    The AWS logging types
    Region string
    The AWS Region to create the EKS cluster in
    SecurityGroups []string
    List of security groups to use for the cluster
    ServiceRole string
    The AWS service role to use
    Subnets []string
    List of subnets in the virtual network to use
    Tags map[string]interface{}
    The EKS cluster tags
    cloudCredentialId String
    The AWS Cloud Credential ID to use
    kubernetesVersion String
    The kubernetes master version
    name String
    The name of the Cluster (string)
    nodeGroups List<GetClusterEksConfigV2NodeGroup>
    The AWS node groups to use
    privateAccess Boolean
    The EKS cluster has private access
    publicAccess Boolean
    The EKS cluster has public access
    publicAccessSources List<String>
    The EKS cluster public access sources
    secretsEncryption Boolean
    Enable EKS cluster secret encryption
    imported Boolean
    Is EKS cluster imported?
    kmsKey String
    The AWS kms key to use
    loggingTypes List<String>
    The AWS logging types
    region String
    The AWS Region to create the EKS cluster in
    securityGroups List<String>
    List of security groups to use for the cluster
    serviceRole String
    The AWS service role to use
    subnets List<String>
    List of subnets in the virtual network to use
    tags Map<String,Object>
    The EKS cluster tags
    cloudCredentialId string
    The AWS Cloud Credential ID to use
    kubernetesVersion string
    The kubernetes master version
    name string
    The name of the Cluster (string)
    nodeGroups GetClusterEksConfigV2NodeGroup[]
    The AWS node groups to use
    privateAccess boolean
    The EKS cluster has private access
    publicAccess boolean
    The EKS cluster has public access
    publicAccessSources string[]
    The EKS cluster public access sources
    secretsEncryption boolean
    Enable EKS cluster secret encryption
    imported boolean
    Is EKS cluster imported?
    kmsKey string
    The AWS kms key to use
    loggingTypes string[]
    The AWS logging types
    region string
    The AWS Region to create the EKS cluster in
    securityGroups string[]
    List of security groups to use for the cluster
    serviceRole string
    The AWS service role to use
    subnets string[]
    List of subnets in the virtual network to use
    tags {[key: string]: any}
    The EKS cluster tags
    cloud_credential_id str
    The AWS Cloud Credential ID to use
    kubernetes_version str
    The kubernetes master version
    name str
    The name of the Cluster (string)
    node_groups Sequence[GetClusterEksConfigV2NodeGroup]
    The AWS node groups to use
    private_access bool
    The EKS cluster has private access
    public_access bool
    The EKS cluster has public access
    public_access_sources Sequence[str]
    The EKS cluster public access sources
    secrets_encryption bool
    Enable EKS cluster secret encryption
    imported bool
    Is EKS cluster imported?
    kms_key str
    The AWS kms key to use
    logging_types Sequence[str]
    The AWS logging types
    region str
    The AWS Region to create the EKS cluster in
    security_groups Sequence[str]
    List of security groups to use for the cluster
    service_role str
    The AWS service role to use
    subnets Sequence[str]
    List of subnets in the virtual network to use
    tags Mapping[str, Any]
    The EKS cluster tags
    cloudCredentialId String
    The AWS Cloud Credential ID to use
    kubernetesVersion String
    The kubernetes master version
    name String
    The name of the Cluster (string)
    nodeGroups List<Property Map>
    The AWS node groups to use
    privateAccess Boolean
    The EKS cluster has private access
    publicAccess Boolean
    The EKS cluster has public access
    publicAccessSources List<String>
    The EKS cluster public access sources
    secretsEncryption Boolean
    Enable EKS cluster secret encryption
    imported Boolean
    Is EKS cluster imported?
    kmsKey String
    The AWS kms key to use
    loggingTypes List<String>
    The AWS logging types
    region String
    The AWS Region to create the EKS cluster in
    securityGroups List<String>
    List of security groups to use for the cluster
    serviceRole String
    The AWS service role to use
    subnets List<String>
    List of subnets in the virtual network to use
    tags Map<Any>
    The EKS cluster tags

    GetClusterEksConfigV2NodeGroup

    Name string
    The name of the Cluster (string)
    Subnets List<string>
    The EKS node group subnets
    UserData string
    The EKS node group user data
    Version string
    The EKS node group k8s version
    DesiredSize int
    The EKS node group desired size
    DiskSize int
    The EKS node group disk size
    Ec2SshKey string
    The EKS node group ssh key
    Gpu bool
    Is EKS cluster using gpu?
    ImageId string
    The EKS node group image ID
    InstanceType string
    The EKS node group instance type
    Labels Dictionary<string, object>
    (Computed) Labels for Node Pool object (map)
    LaunchTemplates List<GetClusterEksConfigV2NodeGroupLaunchTemplate>
    The EKS node groups launch template
    MaxSize int
    The EKS node group maximum size
    MinSize int
    The EKS node group minimum size
    NodeRole string
    The EKS node group node role ARN
    RequestSpotInstances bool
    Enable EKS node group request spot instances
    ResourceTags Dictionary<string, object>
    The EKS node group resource tags
    SpotInstanceTypes List<string>
    The EKS node group spot instance types
    Tags Dictionary<string, object>
    The EKS node group tags
    Name string
    The name of the Cluster (string)
    Subnets []string
    The EKS node group subnets
    UserData string
    The EKS node group user data
    Version string
    The EKS node group k8s version
    DesiredSize int
    The EKS node group desired size
    DiskSize int
    The EKS node group disk size
    Ec2SshKey string
    The EKS node group ssh key
    Gpu bool
    Is EKS cluster using gpu?
    ImageId string
    The EKS node group image ID
    InstanceType string
    The EKS node group instance type
    Labels map[string]interface{}
    (Computed) Labels for Node Pool object (map)
    LaunchTemplates []GetClusterEksConfigV2NodeGroupLaunchTemplate
    The EKS node groups launch template
    MaxSize int
    The EKS node group maximum size
    MinSize int
    The EKS node group minimum size
    NodeRole string
    The EKS node group node role ARN
    RequestSpotInstances bool
    Enable EKS node group request spot instances
    ResourceTags map[string]interface{}
    The EKS node group resource tags
    SpotInstanceTypes []string
    The EKS node group spot instance types
    Tags map[string]interface{}
    The EKS node group tags
    name String
    The name of the Cluster (string)
    subnets List<String>
    The EKS node group subnets
    userData String
    The EKS node group user data
    version String
    The EKS node group k8s version
    desiredSize Integer
    The EKS node group desired size
    diskSize Integer
    The EKS node group disk size
    ec2SshKey String
    The EKS node group ssh key
    gpu Boolean
    Is EKS cluster using gpu?
    imageId String
    The EKS node group image ID
    instanceType String
    The EKS node group instance type
    labels Map<String,Object>
    (Computed) Labels for Node Pool object (map)
    launchTemplates List<GetClusterEksConfigV2NodeGroupLaunchTemplate>
    The EKS node groups launch template
    maxSize Integer
    The EKS node group maximum size
    minSize Integer
    The EKS node group minimum size
    nodeRole String
    The EKS node group node role ARN
    requestSpotInstances Boolean
    Enable EKS node group request spot instances
    resourceTags Map<String,Object>
    The EKS node group resource tags
    spotInstanceTypes List<String>
    The EKS node group spot instance types
    tags Map<String,Object>
    The EKS node group tags
    name string
    The name of the Cluster (string)
    subnets string[]
    The EKS node group subnets
    userData string
    The EKS node group user data
    version string
    The EKS node group k8s version
    desiredSize number
    The EKS node group desired size
    diskSize number
    The EKS node group disk size
    ec2SshKey string
    The EKS node group ssh key
    gpu boolean
    Is EKS cluster using gpu?
    imageId string
    The EKS node group image ID
    instanceType string
    The EKS node group instance type
    labels {[key: string]: any}
    (Computed) Labels for Node Pool object (map)
    launchTemplates GetClusterEksConfigV2NodeGroupLaunchTemplate[]
    The EKS node groups launch template
    maxSize number
    The EKS node group maximum size
    minSize number
    The EKS node group minimum size
    nodeRole string
    The EKS node group node role ARN
    requestSpotInstances boolean
    Enable EKS node group request spot instances
    resourceTags {[key: string]: any}
    The EKS node group resource tags
    spotInstanceTypes string[]
    The EKS node group spot instance types
    tags {[key: string]: any}
    The EKS node group tags
    name str
    The name of the Cluster (string)
    subnets Sequence[str]
    The EKS node group subnets
    user_data str
    The EKS node group user data
    version str
    The EKS node group k8s version
    desired_size int
    The EKS node group desired size
    disk_size int
    The EKS node group disk size
    ec2_ssh_key str
    The EKS node group ssh key
    gpu bool
    Is EKS cluster using gpu?
    image_id str
    The EKS node group image ID
    instance_type str
    The EKS node group instance type
    labels Mapping[str, Any]
    (Computed) Labels for Node Pool object (map)
    launch_templates Sequence[GetClusterEksConfigV2NodeGroupLaunchTemplate]
    The EKS node groups launch template
    max_size int
    The EKS node group maximum size
    min_size int
    The EKS node group minimum size
    node_role str
    The EKS node group node role ARN
    request_spot_instances bool
    Enable EKS node group request spot instances
    resource_tags Mapping[str, Any]
    The EKS node group resource tags
    spot_instance_types Sequence[str]
    The EKS node group spot instance types
    tags Mapping[str, Any]
    The EKS node group tags
    name String
    The name of the Cluster (string)
    subnets List<String>
    The EKS node group subnets
    userData String
    The EKS node group user data
    version String
    The EKS node group k8s version
    desiredSize Number
    The EKS node group desired size
    diskSize Number
    The EKS node group disk size
    ec2SshKey String
    The EKS node group ssh key
    gpu Boolean
    Is EKS cluster using gpu?
    imageId String
    The EKS node group image ID
    instanceType String
    The EKS node group instance type
    labels Map<Any>
    (Computed) Labels for Node Pool object (map)
    launchTemplates List<Property Map>
    The EKS node groups launch template
    maxSize Number
    The EKS node group maximum size
    minSize Number
    The EKS node group minimum size
    nodeRole String
    The EKS node group node role ARN
    requestSpotInstances Boolean
    Enable EKS node group request spot instances
    resourceTags Map<Any>
    The EKS node group resource tags
    spotInstanceTypes List<String>
    The EKS node group spot instance types
    tags Map<Any>
    The EKS node group tags

    GetClusterEksConfigV2NodeGroupLaunchTemplate

    Id string
    (Computed) The ID of the resource (string)
    Name string
    The name of the Cluster (string)
    Version int
    The EKS node group launch template version
    Id string
    (Computed) The ID of the resource (string)
    Name string
    The name of the Cluster (string)
    Version int
    The EKS node group launch template version
    id String
    (Computed) The ID of the resource (string)
    name String
    The name of the Cluster (string)
    version Integer
    The EKS node group launch template version
    id string
    (Computed) The ID of the resource (string)
    name string
    The name of the Cluster (string)
    version number
    The EKS node group launch template version
    id str
    (Computed) The ID of the resource (string)
    name str
    The name of the Cluster (string)
    version int
    The EKS node group launch template version
    id String
    (Computed) The ID of the resource (string)
    name String
    The name of the Cluster (string)
    version Number
    The EKS node group launch template version

    GetClusterGkeConfig

    ClusterIpv4Cidr string
    The IP address range of the container pods
    Credential string
    The contents of the GC credential file
    DiskType string
    Type of the disk attached to each node
    ImageType string
    The image to use for the worker nodes
    IpPolicyClusterIpv4CidrBlock string
    The IP address range for the cluster pod IPs
    IpPolicyClusterSecondaryRangeName string
    The name of the secondary range to be used for the cluster CIDR block
    IpPolicyNodeIpv4CidrBlock string
    The IP address range of the instance IPs in this cluster
    IpPolicyServicesIpv4CidrBlock string
    The IP address range of the services IPs in this cluster
    IpPolicyServicesSecondaryRangeName string
    The name of the secondary range to be used for the services CIDR block
    IpPolicySubnetworkName string
    A custom subnetwork name to be used if createSubnetwork is true
    Labels Dictionary<string, object>
    (Computed) Labels for Node Pool object (map)
    Locations List<string>
    Locations to use for the cluster
    MachineType string
    The machine type to use for the worker nodes
    MaintenanceWindow string
    When to performance updates on the nodes, in 24-hour time
    MasterIpv4CidrBlock string
    The IP range in CIDR notation to use for the hosted master network
    MasterVersion string
    The kubernetes master version
    Network string
    The network to use for the cluster
    NodePool string
    The ID of the cluster node pool
    NodeVersion string
    The version of kubernetes to use on the nodes
    OauthScopes List<string>
    The set of Google API scopes to be made available on all of the node VMs under the default service account
    ProjectId string
    The ID of your project to use when creating a cluster
    ResourceLabels Dictionary<string, object>
    The map of Kubernetes labels (key/value pairs) to be applied to each cluster
    ServiceAccount string
    The Google Cloud Platform Service Account to be used by the node VMs
    SubNetwork string
    The sub-network to use for the cluster
    Description string
    (Computed) The description for Cluster (string)
    DiskSizeGb int
    Size of the disk attached to each node
    EnableAlphaFeature bool
    To enable kubernetes alpha feature
    EnableAutoRepair bool
    Specifies whether the node auto-repair is enabled for the node pool
    EnableAutoUpgrade bool
    Specifies whether node auto-upgrade is enabled for the node pool
    EnableHorizontalPodAutoscaling bool
    Enable horizontal pod autoscaling for the cluster
    EnableHttpLoadBalancing bool
    Enable http load balancing for the cluster
    EnableKubernetesDashboard bool
    Whether to enable the kubernetes dashboard
    EnableLegacyAbac bool
    Whether to enable legacy abac on the cluster
    EnableMasterAuthorizedNetwork bool
    Whether or not master authorized network is enabled
    EnableNetworkPolicyConfig bool
    Enable network policy config for the cluster
    EnableNodepoolAutoscaling bool
    Enable nodepool autoscaling
    EnablePrivateEndpoint bool
    Whether the master's internal IP address is used as the cluster endpoint
    EnablePrivateNodes bool
    Whether nodes have internal IP address only
    EnableStackdriverLogging bool
    Enable stackdriver logging
    EnableStackdriverMonitoring bool
    Enable stackdriver monitoring
    IpPolicyCreateSubnetwork bool
    Whether a new subnetwork will be created automatically for the cluster
    IssueClientCertificate bool
    Issue a client certificate
    KubernetesDashboard bool
    Enable the kubernetes dashboard
    LocalSsdCount int
    The number of local SSD disks to be attached to the node
    MasterAuthorizedNetworkCidrBlocks List<string>
    Define up to 10 external networks that could access Kubernetes master through HTTPS
    MaxNodeCount int
    Maximum number of nodes in the NodePool. Must be >= minNodeCount. There has to enough quota to scale up the cluster
    MinNodeCount int
    Minimmum number of nodes in the NodePool. Must be >= 1 and <= maxNodeCount
    NodeCount int
    The number of nodes to create in this cluster
    Preemptible bool
    Whether the nodes are created as preemptible VM instances
    Region string
    The region to launch the cluster. Region or zone should be used
    Taints List<string>
    List of kubernetes taints to be applied to each node
    UseIpAliases bool
    Whether alias IPs will be used for pod IPs in the cluster
    Zone string
    The zone to launch the cluster. Zone or region should be used
    ClusterIpv4Cidr string
    The IP address range of the container pods
    Credential string
    The contents of the GC credential file
    DiskType string
    Type of the disk attached to each node
    ImageType string
    The image to use for the worker nodes
    IpPolicyClusterIpv4CidrBlock string
    The IP address range for the cluster pod IPs
    IpPolicyClusterSecondaryRangeName string
    The name of the secondary range to be used for the cluster CIDR block
    IpPolicyNodeIpv4CidrBlock string
    The IP address range of the instance IPs in this cluster
    IpPolicyServicesIpv4CidrBlock string
    The IP address range of the services IPs in this cluster
    IpPolicyServicesSecondaryRangeName string
    The name of the secondary range to be used for the services CIDR block
    IpPolicySubnetworkName string
    A custom subnetwork name to be used if createSubnetwork is true
    Labels map[string]interface{}
    (Computed) Labels for Node Pool object (map)
    Locations []string
    Locations to use for the cluster
    MachineType string
    The machine type to use for the worker nodes
    MaintenanceWindow string
    When to performance updates on the nodes, in 24-hour time
    MasterIpv4CidrBlock string
    The IP range in CIDR notation to use for the hosted master network
    MasterVersion string
    The kubernetes master version
    Network string
    The network to use for the cluster
    NodePool string
    The ID of the cluster node pool
    NodeVersion string
    The version of kubernetes to use on the nodes
    OauthScopes []string
    The set of Google API scopes to be made available on all of the node VMs under the default service account
    ProjectId string
    The ID of your project to use when creating a cluster
    ResourceLabels map[string]interface{}
    The map of Kubernetes labels (key/value pairs) to be applied to each cluster
    ServiceAccount string
    The Google Cloud Platform Service Account to be used by the node VMs
    SubNetwork string
    The sub-network to use for the cluster
    Description string
    (Computed) The description for Cluster (string)
    DiskSizeGb int
    Size of the disk attached to each node
    EnableAlphaFeature bool
    To enable kubernetes alpha feature
    EnableAutoRepair bool
    Specifies whether the node auto-repair is enabled for the node pool
    EnableAutoUpgrade bool
    Specifies whether node auto-upgrade is enabled for the node pool
    EnableHorizontalPodAutoscaling bool
    Enable horizontal pod autoscaling for the cluster
    EnableHttpLoadBalancing bool
    Enable http load balancing for the cluster
    EnableKubernetesDashboard bool
    Whether to enable the kubernetes dashboard
    EnableLegacyAbac bool
    Whether to enable legacy abac on the cluster
    EnableMasterAuthorizedNetwork bool
    Whether or not master authorized network is enabled
    EnableNetworkPolicyConfig bool
    Enable network policy config for the cluster
    EnableNodepoolAutoscaling bool
    Enable nodepool autoscaling
    EnablePrivateEndpoint bool
    Whether the master's internal IP address is used as the cluster endpoint
    EnablePrivateNodes bool
    Whether nodes have internal IP address only
    EnableStackdriverLogging bool
    Enable stackdriver logging
    EnableStackdriverMonitoring bool
    Enable stackdriver monitoring
    IpPolicyCreateSubnetwork bool
    Whether a new subnetwork will be created automatically for the cluster
    IssueClientCertificate bool
    Issue a client certificate
    KubernetesDashboard bool
    Enable the kubernetes dashboard
    LocalSsdCount int
    The number of local SSD disks to be attached to the node
    MasterAuthorizedNetworkCidrBlocks []string
    Define up to 10 external networks that could access Kubernetes master through HTTPS
    MaxNodeCount int
    Maximum number of nodes in the NodePool. Must be >= minNodeCount. There has to enough quota to scale up the cluster
    MinNodeCount int
    Minimmum number of nodes in the NodePool. Must be >= 1 and <= maxNodeCount
    NodeCount int
    The number of nodes to create in this cluster
    Preemptible bool
    Whether the nodes are created as preemptible VM instances
    Region string
    The region to launch the cluster. Region or zone should be used
    Taints []string
    List of kubernetes taints to be applied to each node
    UseIpAliases bool
    Whether alias IPs will be used for pod IPs in the cluster
    Zone string
    The zone to launch the cluster. Zone or region should be used
    clusterIpv4Cidr String
    The IP address range of the container pods
    credential String
    The contents of the GC credential file
    diskType String
    Type of the disk attached to each node
    imageType String
    The image to use for the worker nodes
    ipPolicyClusterIpv4CidrBlock String
    The IP address range for the cluster pod IPs
    ipPolicyClusterSecondaryRangeName String
    The name of the secondary range to be used for the cluster CIDR block
    ipPolicyNodeIpv4CidrBlock String
    The IP address range of the instance IPs in this cluster
    ipPolicyServicesIpv4CidrBlock String
    The IP address range of the services IPs in this cluster
    ipPolicyServicesSecondaryRangeName String
    The name of the secondary range to be used for the services CIDR block
    ipPolicySubnetworkName String
    A custom subnetwork name to be used if createSubnetwork is true
    labels Map<String,Object>
    (Computed) Labels for Node Pool object (map)
    locations List<String>
    Locations to use for the cluster
    machineType String
    The machine type to use for the worker nodes
    maintenanceWindow String
    When to performance updates on the nodes, in 24-hour time
    masterIpv4CidrBlock String
    The IP range in CIDR notation to use for the hosted master network
    masterVersion String
    The kubernetes master version
    network String
    The network to use for the cluster
    nodePool String
    The ID of the cluster node pool
    nodeVersion String
    The version of kubernetes to use on the nodes
    oauthScopes List<String>
    The set of Google API scopes to be made available on all of the node VMs under the default service account
    projectId String
    The ID of your project to use when creating a cluster
    resourceLabels Map<String,Object>
    The map of Kubernetes labels (key/value pairs) to be applied to each cluster
    serviceAccount String
    The Google Cloud Platform Service Account to be used by the node VMs
    subNetwork String
    The sub-network to use for the cluster
    description String
    (Computed) The description for Cluster (string)
    diskSizeGb Integer
    Size of the disk attached to each node
    enableAlphaFeature Boolean
    To enable kubernetes alpha feature
    enableAutoRepair Boolean
    Specifies whether the node auto-repair is enabled for the node pool
    enableAutoUpgrade Boolean
    Specifies whether node auto-upgrade is enabled for the node pool
    enableHorizontalPodAutoscaling Boolean
    Enable horizontal pod autoscaling for the cluster
    enableHttpLoadBalancing Boolean
    Enable http load balancing for the cluster
    enableKubernetesDashboard Boolean
    Whether to enable the kubernetes dashboard
    enableLegacyAbac Boolean
    Whether to enable legacy abac on the cluster
    enableMasterAuthorizedNetwork Boolean
    Whether or not master authorized network is enabled
    enableNetworkPolicyConfig Boolean
    Enable network policy config for the cluster
    enableNodepoolAutoscaling Boolean
    Enable nodepool autoscaling
    enablePrivateEndpoint Boolean
    Whether the master's internal IP address is used as the cluster endpoint
    enablePrivateNodes Boolean
    Whether nodes have internal IP address only
    enableStackdriverLogging Boolean
    Enable stackdriver logging
    enableStackdriverMonitoring Boolean
    Enable stackdriver monitoring
    ipPolicyCreateSubnetwork Boolean
    Whether a new subnetwork will be created automatically for the cluster
    issueClientCertificate Boolean
    Issue a client certificate
    kubernetesDashboard Boolean
    Enable the kubernetes dashboard
    localSsdCount Integer
    The number of local SSD disks to be attached to the node
    masterAuthorizedNetworkCidrBlocks List<String>
    Define up to 10 external networks that could access Kubernetes master through HTTPS
    maxNodeCount Integer
    Maximum number of nodes in the NodePool. Must be >= minNodeCount. There has to enough quota to scale up the cluster
    minNodeCount Integer
    Minimmum number of nodes in the NodePool. Must be >= 1 and <= maxNodeCount
    nodeCount Integer
    The number of nodes to create in this cluster
    preemptible Boolean
    Whether the nodes are created as preemptible VM instances
    region String
    The region to launch the cluster. Region or zone should be used
    taints List<String>
    List of kubernetes taints to be applied to each node
    useIpAliases Boolean
    Whether alias IPs will be used for pod IPs in the cluster
    zone String
    The zone to launch the cluster. Zone or region should be used
    clusterIpv4Cidr string
    The IP address range of the container pods
    credential string
    The contents of the GC credential file
    diskType string
    Type of the disk attached to each node
    imageType string
    The image to use for the worker nodes
    ipPolicyClusterIpv4CidrBlock string
    The IP address range for the cluster pod IPs
    ipPolicyClusterSecondaryRangeName string
    The name of the secondary range to be used for the cluster CIDR block
    ipPolicyNodeIpv4CidrBlock string
    The IP address range of the instance IPs in this cluster
    ipPolicyServicesIpv4CidrBlock string
    The IP address range of the services IPs in this cluster
    ipPolicyServicesSecondaryRangeName string
    The name of the secondary range to be used for the services CIDR block
    ipPolicySubnetworkName string
    A custom subnetwork name to be used if createSubnetwork is true
    labels {[key: string]: any}
    (Computed) Labels for Node Pool object (map)
    locations string[]
    Locations to use for the cluster
    machineType string
    The machine type to use for the worker nodes
    maintenanceWindow string
    When to performance updates on the nodes, in 24-hour time
    masterIpv4CidrBlock string
    The IP range in CIDR notation to use for the hosted master network
    masterVersion string
    The kubernetes master version
    network string
    The network to use for the cluster
    nodePool string
    The ID of the cluster node pool
    nodeVersion string
    The version of kubernetes to use on the nodes
    oauthScopes string[]
    The set of Google API scopes to be made available on all of the node VMs under the default service account
    projectId string
    The ID of your project to use when creating a cluster
    resourceLabels {[key: string]: any}
    The map of Kubernetes labels (key/value pairs) to be applied to each cluster
    serviceAccount string
    The Google Cloud Platform Service Account to be used by the node VMs
    subNetwork string
    The sub-network to use for the cluster
    description string
    (Computed) The description for Cluster (string)
    diskSizeGb number
    Size of the disk attached to each node
    enableAlphaFeature boolean
    To enable kubernetes alpha feature
    enableAutoRepair boolean
    Specifies whether the node auto-repair is enabled for the node pool
    enableAutoUpgrade boolean
    Specifies whether node auto-upgrade is enabled for the node pool
    enableHorizontalPodAutoscaling boolean
    Enable horizontal pod autoscaling for the cluster
    enableHttpLoadBalancing boolean
    Enable http load balancing for the cluster
    enableKubernetesDashboard boolean
    Whether to enable the kubernetes dashboard
    enableLegacyAbac boolean
    Whether to enable legacy abac on the cluster
    enableMasterAuthorizedNetwork boolean
    Whether or not master authorized network is enabled
    enableNetworkPolicyConfig boolean
    Enable network policy config for the cluster
    enableNodepoolAutoscaling boolean
    Enable nodepool autoscaling
    enablePrivateEndpoint boolean
    Whether the master's internal IP address is used as the cluster endpoint
    enablePrivateNodes boolean
    Whether nodes have internal IP address only
    enableStackdriverLogging boolean
    Enable stackdriver logging
    enableStackdriverMonitoring boolean
    Enable stackdriver monitoring
    ipPolicyCreateSubnetwork boolean
    Whether a new subnetwork will be created automatically for the cluster
    issueClientCertificate boolean
    Issue a client certificate
    kubernetesDashboard boolean
    Enable the kubernetes dashboard
    localSsdCount number
    The number of local SSD disks to be attached to the node
    masterAuthorizedNetworkCidrBlocks string[]
    Define up to 10 external networks that could access Kubernetes master through HTTPS
    maxNodeCount number
    Maximum number of nodes in the NodePool. Must be >= minNodeCount. There has to enough quota to scale up the cluster
    minNodeCount number
    Minimmum number of nodes in the NodePool. Must be >= 1 and <= maxNodeCount
    nodeCount number
    The number of nodes to create in this cluster
    preemptible boolean
    Whether the nodes are created as preemptible VM instances
    region string
    The region to launch the cluster. Region or zone should be used
    taints string[]
    List of kubernetes taints to be applied to each node
    useIpAliases boolean
    Whether alias IPs will be used for pod IPs in the cluster
    zone string
    The zone to launch the cluster. Zone or region should be used
    cluster_ipv4_cidr str
    The IP address range of the container pods
    credential str
    The contents of the GC credential file
    disk_type str
    Type of the disk attached to each node
    image_type str
    The image to use for the worker nodes
    ip_policy_cluster_ipv4_cidr_block str
    The IP address range for the cluster pod IPs
    ip_policy_cluster_secondary_range_name str
    The name of the secondary range to be used for the cluster CIDR block
    ip_policy_node_ipv4_cidr_block str
    The IP address range of the instance IPs in this cluster
    ip_policy_services_ipv4_cidr_block str
    The IP address range of the services IPs in this cluster
    ip_policy_services_secondary_range_name str
    The name of the secondary range to be used for the services CIDR block
    ip_policy_subnetwork_name str
    A custom subnetwork name to be used if createSubnetwork is true
    labels Mapping[str, Any]
    (Computed) Labels for Node Pool object (map)
    locations Sequence[str]
    Locations to use for the cluster
    machine_type str
    The machine type to use for the worker nodes
    maintenance_window str
    When to performance updates on the nodes, in 24-hour time
    master_ipv4_cidr_block str
    The IP range in CIDR notation to use for the hosted master network
    master_version str
    The kubernetes master version
    network str
    The network to use for the cluster
    node_pool str
    The ID of the cluster node pool
    node_version str
    The version of kubernetes to use on the nodes
    oauth_scopes Sequence[str]
    The set of Google API scopes to be made available on all of the node VMs under the default service account
    project_id str
    The ID of your project to use when creating a cluster
    resource_labels Mapping[str, Any]
    The map of Kubernetes labels (key/value pairs) to be applied to each cluster
    service_account str
    The Google Cloud Platform Service Account to be used by the node VMs
    sub_network str
    The sub-network to use for the cluster
    description str
    (Computed) The description for Cluster (string)
    disk_size_gb int
    Size of the disk attached to each node
    enable_alpha_feature bool
    To enable kubernetes alpha feature
    enable_auto_repair bool
    Specifies whether the node auto-repair is enabled for the node pool
    enable_auto_upgrade bool
    Specifies whether node auto-upgrade is enabled for the node pool
    enable_horizontal_pod_autoscaling bool
    Enable horizontal pod autoscaling for the cluster
    enable_http_load_balancing bool
    Enable http load balancing for the cluster
    enable_kubernetes_dashboard bool
    Whether to enable the kubernetes dashboard
    enable_legacy_abac bool
    Whether to enable legacy abac on the cluster
    enable_master_authorized_network bool
    Whether or not master authorized network is enabled
    enable_network_policy_config bool
    Enable network policy config for the cluster
    enable_nodepool_autoscaling bool
    Enable nodepool autoscaling
    enable_private_endpoint bool
    Whether the master's internal IP address is used as the cluster endpoint
    enable_private_nodes bool
    Whether nodes have internal IP address only
    enable_stackdriver_logging bool
    Enable stackdriver logging
    enable_stackdriver_monitoring bool
    Enable stackdriver monitoring
    ip_policy_create_subnetwork bool
    Whether a new subnetwork will be created automatically for the cluster
    issue_client_certificate bool
    Issue a client certificate
    kubernetes_dashboard bool
    Enable the kubernetes dashboard
    local_ssd_count int
    The number of local SSD disks to be attached to the node
    master_authorized_network_cidr_blocks Sequence[str]
    Define up to 10 external networks that could access Kubernetes master through HTTPS
    max_node_count int
    Maximum number of nodes in the NodePool. Must be >= minNodeCount. There has to enough quota to scale up the cluster
    min_node_count int
    Minimmum number of nodes in the NodePool. Must be >= 1 and <= maxNodeCount
    node_count int
    The number of nodes to create in this cluster
    preemptible bool
    Whether the nodes are created as preemptible VM instances
    region str
    The region to launch the cluster. Region or zone should be used
    taints Sequence[str]
    List of kubernetes taints to be applied to each node
    use_ip_aliases bool
    Whether alias IPs will be used for pod IPs in the cluster
    zone str
    The zone to launch the cluster. Zone or region should be used
    clusterIpv4Cidr String
    The IP address range of the container pods
    credential String
    The contents of the GC credential file
    diskType String
    Type of the disk attached to each node
    imageType String
    The image to use for the worker nodes
    ipPolicyClusterIpv4CidrBlock String
    The IP address range for the cluster pod IPs
    ipPolicyClusterSecondaryRangeName String
    The name of the secondary range to be used for the cluster CIDR block
    ipPolicyNodeIpv4CidrBlock String
    The IP address range of the instance IPs in this cluster
    ipPolicyServicesIpv4CidrBlock String
    The IP address range of the services IPs in this cluster
    ipPolicyServicesSecondaryRangeName String
    The name of the secondary range to be used for the services CIDR block
    ipPolicySubnetworkName String
    A custom subnetwork name to be used if createSubnetwork is true
    labels Map<Any>
    (Computed) Labels for Node Pool object (map)
    locations List<String>
    Locations to use for the cluster
    machineType String
    The machine type to use for the worker nodes
    maintenanceWindow String
    When to performance updates on the nodes, in 24-hour time
    masterIpv4CidrBlock String
    The IP range in CIDR notation to use for the hosted master network
    masterVersion String
    The kubernetes master version
    network String
    The network to use for the cluster
    nodePool String
    The ID of the cluster node pool
    nodeVersion String
    The version of kubernetes to use on the nodes
    oauthScopes List<String>
    The set of Google API scopes to be made available on all of the node VMs under the default service account
    projectId String
    The ID of your project to use when creating a cluster
    resourceLabels Map<Any>
    The map of Kubernetes labels (key/value pairs) to be applied to each cluster
    serviceAccount String
    The Google Cloud Platform Service Account to be used by the node VMs
    subNetwork String
    The sub-network to use for the cluster
    description String
    (Computed) The description for Cluster (string)
    diskSizeGb Number
    Size of the disk attached to each node
    enableAlphaFeature Boolean
    To enable kubernetes alpha feature
    enableAutoRepair Boolean
    Specifies whether the node auto-repair is enabled for the node pool
    enableAutoUpgrade Boolean
    Specifies whether node auto-upgrade is enabled for the node pool
    enableHorizontalPodAutoscaling Boolean
    Enable horizontal pod autoscaling for the cluster
    enableHttpLoadBalancing Boolean
    Enable http load balancing for the cluster
    enableKubernetesDashboard Boolean
    Whether to enable the kubernetes dashboard
    enableLegacyAbac Boolean
    Whether to enable legacy abac on the cluster
    enableMasterAuthorizedNetwork Boolean
    Whether or not master authorized network is enabled
    enableNetworkPolicyConfig Boolean
    Enable network policy config for the cluster
    enableNodepoolAutoscaling Boolean
    Enable nodepool autoscaling
    enablePrivateEndpoint Boolean
    Whether the master's internal IP address is used as the cluster endpoint
    enablePrivateNodes Boolean
    Whether nodes have internal IP address only
    enableStackdriverLogging Boolean
    Enable stackdriver logging
    enableStackdriverMonitoring Boolean
    Enable stackdriver monitoring
    ipPolicyCreateSubnetwork Boolean
    Whether a new subnetwork will be created automatically for the cluster
    issueClientCertificate Boolean
    Issue a client certificate
    kubernetesDashboard Boolean
    Enable the kubernetes dashboard
    localSsdCount Number
    The number of local SSD disks to be attached to the node
    masterAuthorizedNetworkCidrBlocks List<String>
    Define up to 10 external networks that could access Kubernetes master through HTTPS
    maxNodeCount Number
    Maximum number of nodes in the NodePool. Must be >= minNodeCount. There has to enough quota to scale up the cluster
    minNodeCount Number
    Minimmum number of nodes in the NodePool. Must be >= 1 and <= maxNodeCount
    nodeCount Number
    The number of nodes to create in this cluster
    preemptible Boolean
    Whether the nodes are created as preemptible VM instances
    region String
    The region to launch the cluster. Region or zone should be used
    taints List<String>
    List of kubernetes taints to be applied to each node
    useIpAliases Boolean
    Whether alias IPs will be used for pod IPs in the cluster
    zone String
    The zone to launch the cluster. Zone or region should be used

    GetClusterGkeConfigV2

    ClusterAddons GetClusterGkeConfigV2ClusterAddons
    The GKE cluster addons
    ClusterIpv4CidrBlock string
    The GKE ip v4 cidr block
    Description string
    (Computed) The description for Cluster (string)
    EnableKubernetesAlpha bool
    Enable Kubernetes alpha
    GoogleCredentialSecret string
    Google credential secret
    IpAllocationPolicy GetClusterGkeConfigV2IpAllocationPolicy
    The GKE ip allocation policy
    KubernetesVersion string
    The kubernetes master version
    Labels Dictionary<string, object>
    (Computed) Labels for Node Pool object (map)
    Locations List<string>
    The GKE cluster locations
    LoggingService string
    The GKE cluster logging service
    MaintenanceWindow string
    The GKE cluster maintenance window
    MasterAuthorizedNetworksConfig GetClusterGkeConfigV2MasterAuthorizedNetworksConfig
    The GKE cluster master authorized networks config
    MonitoringService string
    The GKE cluster monitoring service
    Name string
    The name of the Cluster (string)
    Network string
    The GKE cluster network
    NetworkPolicyEnabled bool
    Is GKE cluster network policy enabled?
    NodePools List<GetClusterGkeConfigV2NodePool>
    The GKE cluster node pools
    PrivateClusterConfig GetClusterGkeConfigV2PrivateClusterConfig
    The GKE private cluster config
    ProjectId string
    The GKE project id
    Region string
    The GKE cluster region. Required if zone is empty
    Subnetwork string
    The GKE cluster subnetwork
    Zone string
    The GKE cluster zone. Required if region is empty
    Imported bool
    Is GKE cluster imported?
    ClusterAddons GetClusterGkeConfigV2ClusterAddons
    The GKE cluster addons
    ClusterIpv4CidrBlock string
    The GKE ip v4 cidr block
    Description string
    (Computed) The description for Cluster (string)
    EnableKubernetesAlpha bool
    Enable Kubernetes alpha
    GoogleCredentialSecret string
    Google credential secret
    IpAllocationPolicy GetClusterGkeConfigV2IpAllocationPolicy
    The GKE ip allocation policy
    KubernetesVersion string
    The kubernetes master version
    Labels map[string]interface{}
    (Computed) Labels for Node Pool object (map)
    Locations []string
    The GKE cluster locations
    LoggingService string
    The GKE cluster logging service
    MaintenanceWindow string
    The GKE cluster maintenance window
    MasterAuthorizedNetworksConfig GetClusterGkeConfigV2MasterAuthorizedNetworksConfig
    The GKE cluster master authorized networks config
    MonitoringService string
    The GKE cluster monitoring service
    Name string
    The name of the Cluster (string)
    Network string
    The GKE cluster network
    NetworkPolicyEnabled bool
    Is GKE cluster network policy enabled?
    NodePools []GetClusterGkeConfigV2NodePool
    The GKE cluster node pools
    PrivateClusterConfig GetClusterGkeConfigV2PrivateClusterConfig
    The GKE private cluster config
    ProjectId string
    The GKE project id
    Region string
    The GKE cluster region. Required if zone is empty
    Subnetwork string
    The GKE cluster subnetwork
    Zone string
    The GKE cluster zone. Required if region is empty
    Imported bool
    Is GKE cluster imported?
    clusterAddons GetClusterGkeConfigV2ClusterAddons
    The GKE cluster addons
    clusterIpv4CidrBlock String
    The GKE ip v4 cidr block
    description String
    (Computed) The description for Cluster (string)
    enableKubernetesAlpha Boolean
    Enable Kubernetes alpha
    googleCredentialSecret String
    Google credential secret
    ipAllocationPolicy GetClusterGkeConfigV2IpAllocationPolicy
    The GKE ip allocation policy
    kubernetesVersion String
    The kubernetes master version
    labels Map<String,Object>
    (Computed) Labels for Node Pool object (map)
    locations List<String>
    The GKE cluster locations
    loggingService String
    The GKE cluster logging service
    maintenanceWindow String
    The GKE cluster maintenance window
    masterAuthorizedNetworksConfig GetClusterGkeConfigV2MasterAuthorizedNetworksConfig
    The GKE cluster master authorized networks config
    monitoringService String
    The GKE cluster monitoring service
    name String
    The name of the Cluster (string)
    network String
    The GKE cluster network
    networkPolicyEnabled Boolean
    Is GKE cluster network policy enabled?
    nodePools List<GetClusterGkeConfigV2NodePool>
    The GKE cluster node pools
    privateClusterConfig GetClusterGkeConfigV2PrivateClusterConfig
    The GKE private cluster config
    projectId String
    The GKE project id
    region String
    The GKE cluster region. Required if zone is empty
    subnetwork String
    The GKE cluster subnetwork
    zone String
    The GKE cluster zone. Required if region is empty
    imported Boolean
    Is GKE cluster imported?
    clusterAddons GetClusterGkeConfigV2ClusterAddons
    The GKE cluster addons
    clusterIpv4CidrBlock string
    The GKE ip v4 cidr block
    description string
    (Computed) The description for Cluster (string)
    enableKubernetesAlpha boolean
    Enable Kubernetes alpha
    googleCredentialSecret string
    Google credential secret
    ipAllocationPolicy GetClusterGkeConfigV2IpAllocationPolicy
    The GKE ip allocation policy
    kubernetesVersion string
    The kubernetes master version
    labels {[key: string]: any}
    (Computed) Labels for Node Pool object (map)
    locations string[]
    The GKE cluster locations
    loggingService string
    The GKE cluster logging service
    maintenanceWindow string
    The GKE cluster maintenance window
    masterAuthorizedNetworksConfig GetClusterGkeConfigV2MasterAuthorizedNetworksConfig
    The GKE cluster master authorized networks config
    monitoringService string
    The GKE cluster monitoring service
    name string
    The name of the Cluster (string)
    network string
    The GKE cluster network
    networkPolicyEnabled boolean
    Is GKE cluster network policy enabled?
    nodePools GetClusterGkeConfigV2NodePool[]
    The GKE cluster node pools
    privateClusterConfig GetClusterGkeConfigV2PrivateClusterConfig
    The GKE private cluster config
    projectId string
    The GKE project id
    region string
    The GKE cluster region. Required if zone is empty
    subnetwork string
    The GKE cluster subnetwork
    zone string
    The GKE cluster zone. Required if region is empty
    imported boolean
    Is GKE cluster imported?
    cluster_addons GetClusterGkeConfigV2ClusterAddons
    The GKE cluster addons
    cluster_ipv4_cidr_block str
    The GKE ip v4 cidr block
    description str
    (Computed) The description for Cluster (string)
    enable_kubernetes_alpha bool
    Enable Kubernetes alpha
    google_credential_secret str
    Google credential secret
    ip_allocation_policy GetClusterGkeConfigV2IpAllocationPolicy
    The GKE ip allocation policy
    kubernetes_version str
    The kubernetes master version
    labels Mapping[str, Any]
    (Computed) Labels for Node Pool object (map)
    locations Sequence[str]
    The GKE cluster locations
    logging_service str
    The GKE cluster logging service
    maintenance_window str
    The GKE cluster maintenance window
    master_authorized_networks_config GetClusterGkeConfigV2MasterAuthorizedNetworksConfig
    The GKE cluster master authorized networks config
    monitoring_service str
    The GKE cluster monitoring service
    name str
    The name of the Cluster (string)
    network str
    The GKE cluster network
    network_policy_enabled bool
    Is GKE cluster network policy enabled?
    node_pools Sequence[GetClusterGkeConfigV2NodePool]
    The GKE cluster node pools
    private_cluster_config GetClusterGkeConfigV2PrivateClusterConfig
    The GKE private cluster config
    project_id str
    The GKE project id
    region str
    The GKE cluster region. Required if zone is empty
    subnetwork str
    The GKE cluster subnetwork
    zone str
    The GKE cluster zone. Required if region is empty
    imported bool
    Is GKE cluster imported?
    clusterAddons Property Map
    The GKE cluster addons
    clusterIpv4CidrBlock String
    The GKE ip v4 cidr block
    description String
    (Computed) The description for Cluster (string)
    enableKubernetesAlpha Boolean
    Enable Kubernetes alpha
    googleCredentialSecret String
    Google credential secret
    ipAllocationPolicy Property Map
    The GKE ip allocation policy
    kubernetesVersion String
    The kubernetes master version
    labels Map<Any>
    (Computed) Labels for Node Pool object (map)
    locations List<String>
    The GKE cluster locations
    loggingService String
    The GKE cluster logging service
    maintenanceWindow String
    The GKE cluster maintenance window
    masterAuthorizedNetworksConfig Property Map
    The GKE cluster master authorized networks config
    monitoringService String
    The GKE cluster monitoring service
    name String
    The name of the Cluster (string)
    network String
    The GKE cluster network
    networkPolicyEnabled Boolean
    Is GKE cluster network policy enabled?
    nodePools List<Property Map>
    The GKE cluster node pools
    privateClusterConfig Property Map
    The GKE private cluster config
    projectId String
    The GKE project id
    region String
    The GKE cluster region. Required if zone is empty
    subnetwork String
    The GKE cluster subnetwork
    zone String
    The GKE cluster zone. Required if region is empty
    imported Boolean
    Is GKE cluster imported?

    GetClusterGkeConfigV2ClusterAddons

    HorizontalPodAutoscaling bool
    Enable GKE horizontal pod autoscaling
    HttpLoadBalancing bool
    Enable GKE HTTP load balancing
    NetworkPolicyConfig bool
    Enable GKE network policy config
    HorizontalPodAutoscaling bool
    Enable GKE horizontal pod autoscaling
    HttpLoadBalancing bool
    Enable GKE HTTP load balancing
    NetworkPolicyConfig bool
    Enable GKE network policy config
    horizontalPodAutoscaling Boolean
    Enable GKE horizontal pod autoscaling
    httpLoadBalancing Boolean
    Enable GKE HTTP load balancing
    networkPolicyConfig Boolean
    Enable GKE network policy config
    horizontalPodAutoscaling boolean
    Enable GKE horizontal pod autoscaling
    httpLoadBalancing boolean
    Enable GKE HTTP load balancing
    networkPolicyConfig boolean
    Enable GKE network policy config
    horizontal_pod_autoscaling bool
    Enable GKE horizontal pod autoscaling
    http_load_balancing bool
    Enable GKE HTTP load balancing
    network_policy_config bool
    Enable GKE network policy config
    horizontalPodAutoscaling Boolean
    Enable GKE horizontal pod autoscaling
    httpLoadBalancing Boolean
    Enable GKE HTTP load balancing
    networkPolicyConfig Boolean
    Enable GKE network policy config

    GetClusterGkeConfigV2IpAllocationPolicy

    ClusterIpv4CidrBlock string
    The GKE cluster ip v4 allocation cidr block
    ClusterSecondaryRangeName string
    The GKE cluster ip v4 allocation secondary range name
    CreateSubnetwork bool
    Create GKE subnetwork?
    NodeIpv4CidrBlock string
    The GKE node ip v4 allocation cidr block
    ServicesIpv4CidrBlock string
    The GKE services ip v4 allocation cidr block
    ServicesSecondaryRangeName string
    The GKE services ip v4 allocation secondary range name
    SubnetworkName string
    The GKE cluster subnetwork name
    UseIpAliases bool
    Use GKE ip aliases?
    ClusterIpv4CidrBlock string
    The GKE cluster ip v4 allocation cidr block
    ClusterSecondaryRangeName string
    The GKE cluster ip v4 allocation secondary range name
    CreateSubnetwork bool
    Create GKE subnetwork?
    NodeIpv4CidrBlock string
    The GKE node ip v4 allocation cidr block
    ServicesIpv4CidrBlock string
    The GKE services ip v4 allocation cidr block
    ServicesSecondaryRangeName string
    The GKE services ip v4 allocation secondary range name
    SubnetworkName string
    The GKE cluster subnetwork name
    UseIpAliases bool
    Use GKE ip aliases?
    clusterIpv4CidrBlock String
    The GKE cluster ip v4 allocation cidr block
    clusterSecondaryRangeName String
    The GKE cluster ip v4 allocation secondary range name
    createSubnetwork Boolean
    Create GKE subnetwork?
    nodeIpv4CidrBlock String
    The GKE node ip v4 allocation cidr block
    servicesIpv4CidrBlock String
    The GKE services ip v4 allocation cidr block
    servicesSecondaryRangeName String
    The GKE services ip v4 allocation secondary range name
    subnetworkName String
    The GKE cluster subnetwork name
    useIpAliases Boolean
    Use GKE ip aliases?
    clusterIpv4CidrBlock string
    The GKE cluster ip v4 allocation cidr block
    clusterSecondaryRangeName string
    The GKE cluster ip v4 allocation secondary range name
    createSubnetwork boolean
    Create GKE subnetwork?
    nodeIpv4CidrBlock string
    The GKE node ip v4 allocation cidr block
    servicesIpv4CidrBlock string
    The GKE services ip v4 allocation cidr block
    servicesSecondaryRangeName string
    The GKE services ip v4 allocation secondary range name
    subnetworkName string
    The GKE cluster subnetwork name
    useIpAliases boolean
    Use GKE ip aliases?
    cluster_ipv4_cidr_block str
    The GKE cluster ip v4 allocation cidr block
    cluster_secondary_range_name str
    The GKE cluster ip v4 allocation secondary range name
    create_subnetwork bool
    Create GKE subnetwork?
    node_ipv4_cidr_block str
    The GKE node ip v4 allocation cidr block
    services_ipv4_cidr_block str
    The GKE services ip v4 allocation cidr block
    services_secondary_range_name str
    The GKE services ip v4 allocation secondary range name
    subnetwork_name str
    The GKE cluster subnetwork name
    use_ip_aliases bool
    Use GKE ip aliases?
    clusterIpv4CidrBlock String
    The GKE cluster ip v4 allocation cidr block
    clusterSecondaryRangeName String
    The GKE cluster ip v4 allocation secondary range name
    createSubnetwork Boolean
    Create GKE subnetwork?
    nodeIpv4CidrBlock String
    The GKE node ip v4 allocation cidr block
    servicesIpv4CidrBlock String
    The GKE services ip v4 allocation cidr block
    servicesSecondaryRangeName String
    The GKE services ip v4 allocation secondary range name
    subnetworkName String
    The GKE cluster subnetwork name
    useIpAliases Boolean
    Use GKE ip aliases?

    GetClusterGkeConfigV2MasterAuthorizedNetworksConfig

    CidrBlocks List<GetClusterGkeConfigV2MasterAuthorizedNetworksConfigCidrBlock>
    The GKE master authorized network config cidr blocks
    Enabled bool
    Enable GKE master authorized network config
    CidrBlocks []GetClusterGkeConfigV2MasterAuthorizedNetworksConfigCidrBlock
    The GKE master authorized network config cidr blocks
    Enabled bool
    Enable GKE master authorized network config
    cidrBlocks List<GetClusterGkeConfigV2MasterAuthorizedNetworksConfigCidrBlock>
    The GKE master authorized network config cidr blocks
    enabled Boolean
    Enable GKE master authorized network config
    cidrBlocks GetClusterGkeConfigV2MasterAuthorizedNetworksConfigCidrBlock[]
    The GKE master authorized network config cidr blocks
    enabled boolean
    Enable GKE master authorized network config
    cidr_blocks Sequence[GetClusterGkeConfigV2MasterAuthorizedNetworksConfigCidrBlock]
    The GKE master authorized network config cidr blocks
    enabled bool
    Enable GKE master authorized network config
    cidrBlocks List<Property Map>
    The GKE master authorized network config cidr blocks
    enabled Boolean
    Enable GKE master authorized network config

    GetClusterGkeConfigV2MasterAuthorizedNetworksConfigCidrBlock

    CidrBlock string
    The GKE master authorized network config cidr block
    DisplayName string
    The GKE master authorized network config cidr block dispaly name
    CidrBlock string
    The GKE master authorized network config cidr block
    DisplayName string
    The GKE master authorized network config cidr block dispaly name
    cidrBlock String
    The GKE master authorized network config cidr block
    displayName String
    The GKE master authorized network config cidr block dispaly name
    cidrBlock string
    The GKE master authorized network config cidr block
    displayName string
    The GKE master authorized network config cidr block dispaly name
    cidr_block str
    The GKE master authorized network config cidr block
    display_name str
    The GKE master authorized network config cidr block dispaly name
    cidrBlock String
    The GKE master authorized network config cidr block
    displayName String
    The GKE master authorized network config cidr block dispaly name

    GetClusterGkeConfigV2NodePool

    Autoscaling GetClusterGkeConfigV2NodePoolAutoscaling
    The GKE node pool config autoscaling
    Config GetClusterGkeConfigV2NodePoolConfig
    The GKE node pool node config
    InitialNodeCount int
    The GKE node pool config initial node count
    Management GetClusterGkeConfigV2NodePoolManagement
    The GKE node pool config management
    MaxPodsConstraint int
    The GKE node pool config max pods constraint
    Name string
    The name of the Cluster (string)
    Version string
    The GKE node pool config version
    Autoscaling GetClusterGkeConfigV2NodePoolAutoscaling
    The GKE node pool config autoscaling
    Config GetClusterGkeConfigV2NodePoolConfig
    The GKE node pool node config
    InitialNodeCount int
    The GKE node pool config initial node count
    Management GetClusterGkeConfigV2NodePoolManagement
    The GKE node pool config management
    MaxPodsConstraint int
    The GKE node pool config max pods constraint
    Name string
    The name of the Cluster (string)
    Version string
    The GKE node pool config version
    autoscaling GetClusterGkeConfigV2NodePoolAutoscaling
    The GKE node pool config autoscaling
    config GetClusterGkeConfigV2NodePoolConfig
    The GKE node pool node config
    initialNodeCount Integer
    The GKE node pool config initial node count
    management GetClusterGkeConfigV2NodePoolManagement
    The GKE node pool config management
    maxPodsConstraint Integer
    The GKE node pool config max pods constraint
    name String
    The name of the Cluster (string)
    version String
    The GKE node pool config version
    autoscaling GetClusterGkeConfigV2NodePoolAutoscaling
    The GKE node pool config autoscaling
    config GetClusterGkeConfigV2NodePoolConfig
    The GKE node pool node config
    initialNodeCount number
    The GKE node pool config initial node count
    management GetClusterGkeConfigV2NodePoolManagement
    The GKE node pool config management
    maxPodsConstraint number
    The GKE node pool config max pods constraint
    name string
    The name of the Cluster (string)
    version string
    The GKE node pool config version
    autoscaling GetClusterGkeConfigV2NodePoolAutoscaling
    The GKE node pool config autoscaling
    config GetClusterGkeConfigV2NodePoolConfig
    The GKE node pool node config
    initial_node_count int
    The GKE node pool config initial node count
    management GetClusterGkeConfigV2NodePoolManagement
    The GKE node pool config management
    max_pods_constraint int
    The GKE node pool config max pods constraint
    name str
    The name of the Cluster (string)
    version str
    The GKE node pool config version
    autoscaling Property Map
    The GKE node pool config autoscaling
    config Property Map
    The GKE node pool node config
    initialNodeCount Number
    The GKE node pool config initial node count
    management Property Map
    The GKE node pool config management
    maxPodsConstraint Number
    The GKE node pool config max pods constraint
    name String
    The name of the Cluster (string)
    version String
    The GKE node pool config version

    GetClusterGkeConfigV2NodePoolAutoscaling

    MaxNodeCount int
    The GKE node pool config max node count
    MinNodeCount int
    The GKE node pool config min node count
    Enabled bool
    Enable GKE node pool config autoscaling
    MaxNodeCount int
    The GKE node pool config max node count
    MinNodeCount int
    The GKE node pool config min node count
    Enabled bool
    Enable GKE node pool config autoscaling
    maxNodeCount Integer
    The GKE node pool config max node count
    minNodeCount Integer
    The GKE node pool config min node count
    enabled Boolean
    Enable GKE node pool config autoscaling
    maxNodeCount number
    The GKE node pool config max node count
    minNodeCount number
    The GKE node pool config min node count
    enabled boolean
    Enable GKE node pool config autoscaling
    max_node_count int
    The GKE node pool config max node count
    min_node_count int
    The GKE node pool config min node count
    enabled bool
    Enable GKE node pool config autoscaling
    maxNodeCount Number
    The GKE node pool config max node count
    minNodeCount Number
    The GKE node pool config min node count
    enabled Boolean
    Enable GKE node pool config autoscaling

    GetClusterGkeConfigV2NodePoolConfig

    Labels Dictionary<string, object>
    (Computed) Labels for Node Pool object (map)
    OauthScopes List<string>
    The GKE node config oauth scopes
    Tags List<string>
    The GKE node config tags
    DiskSizeGb int
    The GKE node config disk size (Gb)
    DiskType string
    The GKE node config disk type
    ImageType string
    The GKE node config image type
    LocalSsdCount int
    The GKE node config local ssd count
    MachineType string
    The GKE node config machine type
    Preemptible bool
    Enable GKE node config preemptible
    Taints List<GetClusterGkeConfigV2NodePoolConfigTaint>
    The GKE node config taints
    Labels map[string]interface{}
    (Computed) Labels for Node Pool object (map)
    OauthScopes []string
    The GKE node config oauth scopes
    Tags []string
    The GKE node config tags
    DiskSizeGb int
    The GKE node config disk size (Gb)
    DiskType string
    The GKE node config disk type
    ImageType string
    The GKE node config image type
    LocalSsdCount int
    The GKE node config local ssd count
    MachineType string
    The GKE node config machine type
    Preemptible bool
    Enable GKE node config preemptible
    Taints []GetClusterGkeConfigV2NodePoolConfigTaint
    The GKE node config taints
    labels Map<String,Object>
    (Computed) Labels for Node Pool object (map)
    oauthScopes List<String>
    The GKE node config oauth scopes
    tags List<String>
    The GKE node config tags
    diskSizeGb Integer
    The GKE node config disk size (Gb)
    diskType String
    The GKE node config disk type
    imageType String
    The GKE node config image type
    localSsdCount Integer
    The GKE node config local ssd count
    machineType String
    The GKE node config machine type
    preemptible Boolean
    Enable GKE node config preemptible
    taints List<GetClusterGkeConfigV2NodePoolConfigTaint>
    The GKE node config taints
    labels {[key: string]: any}
    (Computed) Labels for Node Pool object (map)
    oauthScopes string[]
    The GKE node config oauth scopes
    tags string[]
    The GKE node config tags
    diskSizeGb number
    The GKE node config disk size (Gb)
    diskType string
    The GKE node config disk type
    imageType string
    The GKE node config image type
    localSsdCount number
    The GKE node config local ssd count
    machineType string
    The GKE node config machine type
    preemptible boolean
    Enable GKE node config preemptible
    taints GetClusterGkeConfigV2NodePoolConfigTaint[]
    The GKE node config taints
    labels Mapping[str, Any]
    (Computed) Labels for Node Pool object (map)
    oauth_scopes Sequence[str]
    The GKE node config oauth scopes
    tags Sequence[str]
    The GKE node config tags
    disk_size_gb int
    The GKE node config disk size (Gb)
    disk_type str
    The GKE node config disk type
    image_type str
    The GKE node config image type
    local_ssd_count int
    The GKE node config local ssd count
    machine_type str
    The GKE node config machine type
    preemptible bool
    Enable GKE node config preemptible
    taints Sequence[GetClusterGkeConfigV2NodePoolConfigTaint]
    The GKE node config taints
    labels Map<Any>
    (Computed) Labels for Node Pool object (map)
    oauthScopes List<String>
    The GKE node config oauth scopes
    tags List<String>
    The GKE node config tags
    diskSizeGb Number
    The GKE node config disk size (Gb)
    diskType String
    The GKE node config disk type
    imageType String
    The GKE node config image type
    localSsdCount Number
    The GKE node config local ssd count
    machineType String
    The GKE node config machine type
    preemptible Boolean
    Enable GKE node config preemptible
    taints List<Property Map>
    The GKE node config taints

    GetClusterGkeConfigV2NodePoolConfigTaint

    Effect string
    Key string
    Value string
    Effect string
    Key string
    Value string
    effect String
    key String
    value String
    effect string
    key string
    value string
    effect str
    key str
    value str
    effect String
    key String
    value String

    GetClusterGkeConfigV2NodePoolManagement

    AutoRepair bool
    Enable GKE node pool config management auto repair
    AutoUpgrade bool
    Enable GKE node pool config management auto upgrade
    AutoRepair bool
    Enable GKE node pool config management auto repair
    AutoUpgrade bool
    Enable GKE node pool config management auto upgrade
    autoRepair Boolean
    Enable GKE node pool config management auto repair
    autoUpgrade Boolean
    Enable GKE node pool config management auto upgrade
    autoRepair boolean
    Enable GKE node pool config management auto repair
    autoUpgrade boolean
    Enable GKE node pool config management auto upgrade
    auto_repair bool
    Enable GKE node pool config management auto repair
    auto_upgrade bool
    Enable GKE node pool config management auto upgrade
    autoRepair Boolean
    Enable GKE node pool config management auto repair
    autoUpgrade Boolean
    Enable GKE node pool config management auto upgrade

    GetClusterGkeConfigV2PrivateClusterConfig

    MasterIpv4CidrBlock string
    The GKE cluster private master ip v4 cidr block
    EnablePrivateEndpoint bool
    Enable GKE cluster private endpoint
    EnablePrivateNodes bool
    Enable GKE cluster private nodes
    MasterIpv4CidrBlock string
    The GKE cluster private master ip v4 cidr block
    EnablePrivateEndpoint bool
    Enable GKE cluster private endpoint
    EnablePrivateNodes bool
    Enable GKE cluster private nodes
    masterIpv4CidrBlock String
    The GKE cluster private master ip v4 cidr block
    enablePrivateEndpoint Boolean
    Enable GKE cluster private endpoint
    enablePrivateNodes Boolean
    Enable GKE cluster private nodes
    masterIpv4CidrBlock string
    The GKE cluster private master ip v4 cidr block
    enablePrivateEndpoint boolean
    Enable GKE cluster private endpoint
    enablePrivateNodes boolean
    Enable GKE cluster private nodes
    master_ipv4_cidr_block str
    The GKE cluster private master ip v4 cidr block
    enable_private_endpoint bool
    Enable GKE cluster private endpoint
    enable_private_nodes bool
    Enable GKE cluster private nodes
    masterIpv4CidrBlock String
    The GKE cluster private master ip v4 cidr block
    enablePrivateEndpoint Boolean
    Enable GKE cluster private endpoint
    enablePrivateNodes Boolean
    Enable GKE cluster private nodes

    GetClusterK3sConfig

    UpgradeStrategy GetClusterK3sConfigUpgradeStrategy
    The K3S upgrade strategy
    Version string
    The K3S kubernetes version
    UpgradeStrategy GetClusterK3sConfigUpgradeStrategy
    The K3S upgrade strategy
    Version string
    The K3S kubernetes version
    upgradeStrategy GetClusterK3sConfigUpgradeStrategy
    The K3S upgrade strategy
    version String
    The K3S kubernetes version
    upgradeStrategy GetClusterK3sConfigUpgradeStrategy
    The K3S upgrade strategy
    version string
    The K3S kubernetes version
    upgrade_strategy GetClusterK3sConfigUpgradeStrategy
    The K3S upgrade strategy
    version str
    The K3S kubernetes version
    upgradeStrategy Property Map
    The K3S upgrade strategy
    version String
    The K3S kubernetes version

    GetClusterK3sConfigUpgradeStrategy

    DrainServerNodes bool
    Drain server nodes
    DrainWorkerNodes bool
    Drain worker nodes
    ServerConcurrency int
    Server concurrency
    WorkerConcurrency int
    Worker concurrency
    DrainServerNodes bool
    Drain server nodes
    DrainWorkerNodes bool
    Drain worker nodes
    ServerConcurrency int
    Server concurrency
    WorkerConcurrency int
    Worker concurrency
    drainServerNodes Boolean
    Drain server nodes
    drainWorkerNodes Boolean
    Drain worker nodes
    serverConcurrency Integer
    Server concurrency
    workerConcurrency Integer
    Worker concurrency
    drainServerNodes boolean
    Drain server nodes
    drainWorkerNodes boolean
    Drain worker nodes
    serverConcurrency number
    Server concurrency
    workerConcurrency number
    Worker concurrency
    drain_server_nodes bool
    Drain server nodes
    drain_worker_nodes bool
    Drain worker nodes
    server_concurrency int
    Server concurrency
    worker_concurrency int
    Worker concurrency
    drainServerNodes Boolean
    Drain server nodes
    drainWorkerNodes Boolean
    Drain worker nodes
    serverConcurrency Number
    Server concurrency
    workerConcurrency Number
    Worker concurrency

    GetClusterOkeConfig

    CompartmentId string
    The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
    Fingerprint string
    The fingerprint corresponding to the specified user's private API Key
    KubernetesVersion string
    The Kubernetes version that will be used for your master and worker nodes e.g. v1.19.7
    NodeImage string
    The OS for the node image
    NodeShape string
    The shape of the node (determines number of CPUs and amount of memory on each node)
    PrivateKeyContents string
    The private API key file contents for the specified user, in PEM format
    Region string
    The availability domain within the region to host the OKE cluster
    TenancyId string
    The OCID of the tenancy in which to create resources
    UserOcid string
    The OCID of a user who has access to the tenancy/compartment
    CustomBootVolumeSize int
    An optional custom boot volume size (in GB) for the nodes
    Description string
    (Computed) The description for Cluster (string)
    EnableKubernetesDashboard bool
    Enable the kubernetes dashboard
    EnablePrivateControlPlane bool
    Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
    EnablePrivateNodes bool
    Whether worker nodes are deployed into a new private subnet
    FlexOcpus int
    Optional number of OCPUs for nodes (requires flexible node_shape)
    KmsKeyId string
    Optional specify the OCID of the KMS Vault master key
    LimitNodeCount int
    Optional limit on the total number of nodes in the pool
    LoadBalancerSubnetName1 string
    The name of the first existing subnet to use for Kubernetes services / LB
    LoadBalancerSubnetName2 string
    The (optional) name of a second existing subnet to use for Kubernetes services / LB
    NodePoolDnsDomainName string
    Optional name for DNS domain of node pool subnet
    NodePoolSubnetName string
    Optional name for node pool subnet
    NodePublicKeyContents string
    The contents of the SSH public key file to use for the nodes
    PodCidr string
    Optional specify the pod CIDR, defaults to 10.244.0.0/16
    PrivateKeyPassphrase string
    The passphrase of the private key for the OKE cluster
    QuantityOfNodeSubnets int
    Number of node subnets (defaults to creating 1 regional subnet)
    QuantityPerSubnet int
    Number of worker nodes in each subnet / availability domain
    ServiceCidr string
    Optional specify the service CIDR, defaults to 10.96.0.0/16
    ServiceDnsDomainName string
    Optional name for DNS domain of service subnet
    SkipVcnDelete bool
    Whether to skip deleting VCN
    VcnCompartmentId string
    The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
    VcnName string
    The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
    WorkerNodeIngressCidr string
    Additional CIDR from which to allow ingress to worker nodes
    CompartmentId string
    The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
    Fingerprint string
    The fingerprint corresponding to the specified user's private API Key
    KubernetesVersion string
    The Kubernetes version that will be used for your master and worker nodes e.g. v1.19.7
    NodeImage string
    The OS for the node image
    NodeShape string
    The shape of the node (determines number of CPUs and amount of memory on each node)
    PrivateKeyContents string
    The private API key file contents for the specified user, in PEM format
    Region string
    The availability domain within the region to host the OKE cluster
    TenancyId string
    The OCID of the tenancy in which to create resources
    UserOcid string
    The OCID of a user who has access to the tenancy/compartment
    CustomBootVolumeSize int
    An optional custom boot volume size (in GB) for the nodes
    Description string
    (Computed) The description for Cluster (string)
    EnableKubernetesDashboard bool
    Enable the kubernetes dashboard
    EnablePrivateControlPlane bool
    Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
    EnablePrivateNodes bool
    Whether worker nodes are deployed into a new private subnet
    FlexOcpus int
    Optional number of OCPUs for nodes (requires flexible node_shape)
    KmsKeyId string
    Optional specify the OCID of the KMS Vault master key
    LimitNodeCount int
    Optional limit on the total number of nodes in the pool
    LoadBalancerSubnetName1 string
    The name of the first existing subnet to use for Kubernetes services / LB
    LoadBalancerSubnetName2 string
    The (optional) name of a second existing subnet to use for Kubernetes services / LB
    NodePoolDnsDomainName string
    Optional name for DNS domain of node pool subnet
    NodePoolSubnetName string
    Optional name for node pool subnet
    NodePublicKeyContents string
    The contents of the SSH public key file to use for the nodes
    PodCidr string
    Optional specify the pod CIDR, defaults to 10.244.0.0/16
    PrivateKeyPassphrase string
    The passphrase of the private key for the OKE cluster
    QuantityOfNodeSubnets int
    Number of node subnets (defaults to creating 1 regional subnet)
    QuantityPerSubnet int
    Number of worker nodes in each subnet / availability domain
    ServiceCidr string
    Optional specify the service CIDR, defaults to 10.96.0.0/16
    ServiceDnsDomainName string
    Optional name for DNS domain of service subnet
    SkipVcnDelete bool
    Whether to skip deleting VCN
    VcnCompartmentId string
    The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
    VcnName string
    The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
    WorkerNodeIngressCidr string
    Additional CIDR from which to allow ingress to worker nodes
    compartmentId String
    The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
    fingerprint String
    The fingerprint corresponding to the specified user's private API Key
    kubernetesVersion String
    The Kubernetes version that will be used for your master and worker nodes e.g. v1.19.7
    nodeImage String
    The OS for the node image
    nodeShape String
    The shape of the node (determines number of CPUs and amount of memory on each node)
    privateKeyContents String
    The private API key file contents for the specified user, in PEM format
    region String
    The availability domain within the region to host the OKE cluster
    tenancyId String
    The OCID of the tenancy in which to create resources
    userOcid String
    The OCID of a user who has access to the tenancy/compartment
    customBootVolumeSize Integer
    An optional custom boot volume size (in GB) for the nodes
    description String
    (Computed) The description for Cluster (string)
    enableKubernetesDashboard Boolean
    Enable the kubernetes dashboard
    enablePrivateControlPlane Boolean
    Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
    enablePrivateNodes Boolean
    Whether worker nodes are deployed into a new private subnet
    flexOcpus Integer
    Optional number of OCPUs for nodes (requires flexible node_shape)
    kmsKeyId String
    Optional specify the OCID of the KMS Vault master key
    limitNodeCount Integer
    Optional limit on the total number of nodes in the pool
    loadBalancerSubnetName1 String
    The name of the first existing subnet to use for Kubernetes services / LB
    loadBalancerSubnetName2 String
    The (optional) name of a second existing subnet to use for Kubernetes services / LB
    nodePoolDnsDomainName String
    Optional name for DNS domain of node pool subnet
    nodePoolSubnetName String
    Optional name for node pool subnet
    nodePublicKeyContents String
    The contents of the SSH public key file to use for the nodes
    podCidr String
    Optional specify the pod CIDR, defaults to 10.244.0.0/16
    privateKeyPassphrase String
    The passphrase of the private key for the OKE cluster
    quantityOfNodeSubnets Integer
    Number of node subnets (defaults to creating 1 regional subnet)
    quantityPerSubnet Integer
    Number of worker nodes in each subnet / availability domain
    serviceCidr String
    Optional specify the service CIDR, defaults to 10.96.0.0/16
    serviceDnsDomainName String
    Optional name for DNS domain of service subnet
    skipVcnDelete Boolean
    Whether to skip deleting VCN
    vcnCompartmentId String
    The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
    vcnName String
    The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
    workerNodeIngressCidr String
    Additional CIDR from which to allow ingress to worker nodes
    compartmentId string
    The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
    fingerprint string
    The fingerprint corresponding to the specified user's private API Key
    kubernetesVersion string
    The Kubernetes version that will be used for your master and worker nodes e.g. v1.19.7
    nodeImage string
    The OS for the node image
    nodeShape string
    The shape of the node (determines number of CPUs and amount of memory on each node)
    privateKeyContents string
    The private API key file contents for the specified user, in PEM format
    region string
    The availability domain within the region to host the OKE cluster
    tenancyId string
    The OCID of the tenancy in which to create resources
    userOcid string
    The OCID of a user who has access to the tenancy/compartment
    customBootVolumeSize number
    An optional custom boot volume size (in GB) for the nodes
    description string
    (Computed) The description for Cluster (string)
    enableKubernetesDashboard boolean
    Enable the kubernetes dashboard
    enablePrivateControlPlane boolean
    Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
    enablePrivateNodes boolean
    Whether worker nodes are deployed into a new private subnet
    flexOcpus number
    Optional number of OCPUs for nodes (requires flexible node_shape)
    kmsKeyId string
    Optional specify the OCID of the KMS Vault master key
    limitNodeCount number
    Optional limit on the total number of nodes in the pool
    loadBalancerSubnetName1 string
    The name of the first existing subnet to use for Kubernetes services / LB
    loadBalancerSubnetName2 string
    The (optional) name of a second existing subnet to use for Kubernetes services / LB
    nodePoolDnsDomainName string
    Optional name for DNS domain of node pool subnet
    nodePoolSubnetName string
    Optional name for node pool subnet
    nodePublicKeyContents string
    The contents of the SSH public key file to use for the nodes
    podCidr string
    Optional specify the pod CIDR, defaults to 10.244.0.0/16
    privateKeyPassphrase string
    The passphrase of the private key for the OKE cluster
    quantityOfNodeSubnets number
    Number of node subnets (defaults to creating 1 regional subnet)
    quantityPerSubnet number
    Number of worker nodes in each subnet / availability domain
    serviceCidr string
    Optional specify the service CIDR, defaults to 10.96.0.0/16
    serviceDnsDomainName string
    Optional name for DNS domain of service subnet
    skipVcnDelete boolean
    Whether to skip deleting VCN
    vcnCompartmentId string
    The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
    vcnName string
    The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
    workerNodeIngressCidr string
    Additional CIDR from which to allow ingress to worker nodes
    compartment_id str
    The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
    fingerprint str
    The fingerprint corresponding to the specified user's private API Key
    kubernetes_version str
    The Kubernetes version that will be used for your master and worker nodes e.g. v1.19.7
    node_image str
    The OS for the node image
    node_shape str
    The shape of the node (determines number of CPUs and amount of memory on each node)
    private_key_contents str
    The private API key file contents for the specified user, in PEM format
    region str
    The availability domain within the region to host the OKE cluster
    tenancy_id str
    The OCID of the tenancy in which to create resources
    user_ocid str
    The OCID of a user who has access to the tenancy/compartment
    custom_boot_volume_size int
    An optional custom boot volume size (in GB) for the nodes
    description str
    (Computed) The description for Cluster (string)
    enable_kubernetes_dashboard bool
    Enable the kubernetes dashboard
    enable_private_control_plane bool
    Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
    enable_private_nodes bool
    Whether worker nodes are deployed into a new private subnet
    flex_ocpus int
    Optional number of OCPUs for nodes (requires flexible node_shape)
    kms_key_id str
    Optional specify the OCID of the KMS Vault master key
    limit_node_count int
    Optional limit on the total number of nodes in the pool
    load_balancer_subnet_name1 str
    The name of the first existing subnet to use for Kubernetes services / LB
    load_balancer_subnet_name2 str
    The (optional) name of a second existing subnet to use for Kubernetes services / LB
    node_pool_dns_domain_name str
    Optional name for DNS domain of node pool subnet
    node_pool_subnet_name str
    Optional name for node pool subnet
    node_public_key_contents str
    The contents of the SSH public key file to use for the nodes
    pod_cidr str
    Optional specify the pod CIDR, defaults to 10.244.0.0/16
    private_key_passphrase str
    The passphrase of the private key for the OKE cluster
    quantity_of_node_subnets int
    Number of node subnets (defaults to creating 1 regional subnet)
    quantity_per_subnet int
    Number of worker nodes in each subnet / availability domain
    service_cidr str
    Optional specify the service CIDR, defaults to 10.96.0.0/16
    service_dns_domain_name str
    Optional name for DNS domain of service subnet
    skip_vcn_delete bool
    Whether to skip deleting VCN
    vcn_compartment_id str
    The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
    vcn_name str
    The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
    worker_node_ingress_cidr str
    Additional CIDR from which to allow ingress to worker nodes
    compartmentId String
    The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
    fingerprint String
    The fingerprint corresponding to the specified user's private API Key
    kubernetesVersion String
    The Kubernetes version that will be used for your master and worker nodes e.g. v1.19.7
    nodeImage String
    The OS for the node image
    nodeShape String
    The shape of the node (determines number of CPUs and amount of memory on each node)
    privateKeyContents String
    The private API key file contents for the specified user, in PEM format
    region String
    The availability domain within the region to host the OKE cluster
    tenancyId String
    The OCID of the tenancy in which to create resources
    userOcid String
    The OCID of a user who has access to the tenancy/compartment
    customBootVolumeSize Number
    An optional custom boot volume size (in GB) for the nodes
    description String
    (Computed) The description for Cluster (string)
    enableKubernetesDashboard Boolean
    Enable the kubernetes dashboard
    enablePrivateControlPlane Boolean
    Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
    enablePrivateNodes Boolean
    Whether worker nodes are deployed into a new private subnet
    flexOcpus Number
    Optional number of OCPUs for nodes (requires flexible node_shape)
    kmsKeyId String
    Optional specify the OCID of the KMS Vault master key
    limitNodeCount Number
    Optional limit on the total number of nodes in the pool
    loadBalancerSubnetName1 String
    The name of the first existing subnet to use for Kubernetes services / LB
    loadBalancerSubnetName2 String
    The (optional) name of a second existing subnet to use for Kubernetes services / LB
    nodePoolDnsDomainName String
    Optional name for DNS domain of node pool subnet
    nodePoolSubnetName String
    Optional name for node pool subnet
    nodePublicKeyContents String
    The contents of the SSH public key file to use for the nodes
    podCidr String
    Optional specify the pod CIDR, defaults to 10.244.0.0/16
    privateKeyPassphrase String
    The passphrase of the private key for the OKE cluster
    quantityOfNodeSubnets Number
    Number of node subnets (defaults to creating 1 regional subnet)
    quantityPerSubnet Number
    Number of worker nodes in each subnet / availability domain
    serviceCidr String
    Optional specify the service CIDR, defaults to 10.96.0.0/16
    serviceDnsDomainName String
    Optional name for DNS domain of service subnet
    skipVcnDelete Boolean
    Whether to skip deleting VCN
    vcnCompartmentId String
    The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
    vcnName String
    The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
    workerNodeIngressCidr String
    Additional CIDR from which to allow ingress to worker nodes

    GetClusterRke2Config

    UpgradeStrategy GetClusterRke2ConfigUpgradeStrategy
    The RKE2 upgrade strategy
    Version string
    The RKE2 kubernetes version
    UpgradeStrategy GetClusterRke2ConfigUpgradeStrategy
    The RKE2 upgrade strategy
    Version string
    The RKE2 kubernetes version
    upgradeStrategy GetClusterRke2ConfigUpgradeStrategy
    The RKE2 upgrade strategy
    version String
    The RKE2 kubernetes version
    upgradeStrategy GetClusterRke2ConfigUpgradeStrategy
    The RKE2 upgrade strategy
    version string
    The RKE2 kubernetes version
    upgrade_strategy GetClusterRke2ConfigUpgradeStrategy
    The RKE2 upgrade strategy
    version str
    The RKE2 kubernetes version
    upgradeStrategy Property Map
    The RKE2 upgrade strategy
    version String
    The RKE2 kubernetes version

    GetClusterRke2ConfigUpgradeStrategy

    DrainServerNodes bool
    Drain server nodes
    DrainWorkerNodes bool
    Drain worker nodes
    ServerConcurrency int
    Server concurrency
    WorkerConcurrency int
    Worker concurrency
    DrainServerNodes bool
    Drain server nodes
    DrainWorkerNodes bool
    Drain worker nodes
    ServerConcurrency int
    Server concurrency
    WorkerConcurrency int
    Worker concurrency
    drainServerNodes Boolean
    Drain server nodes
    drainWorkerNodes Boolean
    Drain worker nodes
    serverConcurrency Integer
    Server concurrency
    workerConcurrency Integer
    Worker concurrency
    drainServerNodes boolean
    Drain server nodes
    drainWorkerNodes boolean
    Drain worker nodes
    serverConcurrency number
    Server concurrency
    workerConcurrency number
    Worker concurrency
    drain_server_nodes bool
    Drain server nodes
    drain_worker_nodes bool
    Drain worker nodes
    server_concurrency int
    Server concurrency
    worker_concurrency int
    Worker concurrency
    drainServerNodes Boolean
    Drain server nodes
    drainWorkerNodes Boolean
    Drain worker nodes
    serverConcurrency Number
    Server concurrency
    workerConcurrency Number
    Worker concurrency

    GetClusterRkeConfig

    AddonJobTimeout int
    Optional duration in seconds of addon job.
    Authentication GetClusterRkeConfigAuthentication
    Kubernetes cluster authentication
    Authorization GetClusterRkeConfigAuthorization
    Kubernetes cluster authorization
    BastionHost GetClusterRkeConfigBastionHost
    RKE bastion host
    CloudProvider GetClusterRkeConfigCloudProvider
    Dns GetClusterRkeConfigDns
    Ingress GetClusterRkeConfigIngress
    Kubernetes ingress configuration
    KubernetesVersion string
    Optional kubernetes version to deploy
    Monitoring GetClusterRkeConfigMonitoring
    Kubernetes cluster monitoring
    Network GetClusterRkeConfigNetwork
    Kubernetes cluster networking
    PrefixPath string
    Optional prefix to customize kubernetes path
    Services GetClusterRkeConfigServices
    Kubernetes cluster services
    SshCertPath string
    Optional cluster level SSH certificate path
    SshKeyPath string
    Optional cluster level SSH private key path
    UpgradeStrategy GetClusterRkeConfigUpgradeStrategy
    RKE upgrade strategy
    WinPrefixPath string
    Optional prefix to customize kubernetes path for windows nodes
    Addons string
    Optional addons descripton to deploy on rke cluster.
    AddonsIncludes List<string>
    Optional addons yaml manisfest to deploy on rke cluster.
    EnableCriDockerd bool
    Enable/disable using cri-dockerd
    IgnoreDockerVersion bool
    Optional ignore docker version on nodes
    Nodes List<GetClusterRkeConfigNode>
    Optional RKE cluster nodes
    PrivateRegistries List<GetClusterRkeConfigPrivateRegistry>
    Optional private registries for docker images
    SshAgentAuth bool
    Optional use ssh agent auth
    AddonJobTimeout int
    Optional duration in seconds of addon job.
    Authentication GetClusterRkeConfigAuthentication
    Kubernetes cluster authentication
    Authorization GetClusterRkeConfigAuthorization
    Kubernetes cluster authorization
    BastionHost GetClusterRkeConfigBastionHost
    RKE bastion host
    CloudProvider GetClusterRkeConfigCloudProvider
    Dns GetClusterRkeConfigDns
    Ingress GetClusterRkeConfigIngress
    Kubernetes ingress configuration
    KubernetesVersion string
    Optional kubernetes version to deploy
    Monitoring GetClusterRkeConfigMonitoring
    Kubernetes cluster monitoring
    Network GetClusterRkeConfigNetwork
    Kubernetes cluster networking
    PrefixPath string
    Optional prefix to customize kubernetes path
    Services GetClusterRkeConfigServices
    Kubernetes cluster services
    SshCertPath string
    Optional cluster level SSH certificate path
    SshKeyPath string
    Optional cluster level SSH private key path
    UpgradeStrategy GetClusterRkeConfigUpgradeStrategy
    RKE upgrade strategy
    WinPrefixPath string
    Optional prefix to customize kubernetes path for windows nodes
    Addons string
    Optional addons descripton to deploy on rke cluster.
    AddonsIncludes []string
    Optional addons yaml manisfest to deploy on rke cluster.
    EnableCriDockerd bool
    Enable/disable using cri-dockerd
    IgnoreDockerVersion bool
    Optional ignore docker version on nodes
    Nodes []GetClusterRkeConfigNode
    Optional RKE cluster nodes
    PrivateRegistries []GetClusterRkeConfigPrivateRegistry
    Optional private registries for docker images
    SshAgentAuth bool
    Optional use ssh agent auth
    addonJobTimeout Integer
    Optional duration in seconds of addon job.
    authentication GetClusterRkeConfigAuthentication
    Kubernetes cluster authentication
    authorization GetClusterRkeConfigAuthorization
    Kubernetes cluster authorization
    bastionHost GetClusterRkeConfigBastionHost
    RKE bastion host
    cloudProvider GetClusterRkeConfigCloudProvider
    dns GetClusterRkeConfigDns
    ingress GetClusterRkeConfigIngress
    Kubernetes ingress configuration
    kubernetesVersion String
    Optional kubernetes version to deploy
    monitoring GetClusterRkeConfigMonitoring
    Kubernetes cluster monitoring
    network GetClusterRkeConfigNetwork
    Kubernetes cluster networking
    prefixPath String
    Optional prefix to customize kubernetes path
    services GetClusterRkeConfigServices
    Kubernetes cluster services
    sshCertPath String
    Optional cluster level SSH certificate path
    sshKeyPath String
    Optional cluster level SSH private key path
    upgradeStrategy GetClusterRkeConfigUpgradeStrategy
    RKE upgrade strategy
    winPrefixPath String
    Optional prefix to customize kubernetes path for windows nodes
    addons String
    Optional addons descripton to deploy on rke cluster.
    addonsIncludes List<String>
    Optional addons yaml manisfest to deploy on rke cluster.
    enableCriDockerd Boolean
    Enable/disable using cri-dockerd
    ignoreDockerVersion Boolean
    Optional ignore docker version on nodes
    nodes List<GetClusterRkeConfigNode>
    Optional RKE cluster nodes
    privateRegistries List<GetClusterRkeConfigPrivateRegistry>
    Optional private registries for docker images
    sshAgentAuth Boolean
    Optional use ssh agent auth
    addonJobTimeout number
    Optional duration in seconds of addon job.
    authentication GetClusterRkeConfigAuthentication
    Kubernetes cluster authentication
    authorization GetClusterRkeConfigAuthorization
    Kubernetes cluster authorization
    bastionHost GetClusterRkeConfigBastionHost
    RKE bastion host
    cloudProvider GetClusterRkeConfigCloudProvider
    dns GetClusterRkeConfigDns
    ingress GetClusterRkeConfigIngress
    Kubernetes ingress configuration
    kubernetesVersion string
    Optional kubernetes version to deploy
    monitoring GetClusterRkeConfigMonitoring
    Kubernetes cluster monitoring
    network GetClusterRkeConfigNetwork
    Kubernetes cluster networking
    prefixPath string
    Optional prefix to customize kubernetes path
    services GetClusterRkeConfigServices
    Kubernetes cluster services
    sshCertPath string
    Optional cluster level SSH certificate path
    sshKeyPath string
    Optional cluster level SSH private key path
    upgradeStrategy GetClusterRkeConfigUpgradeStrategy
    RKE upgrade strategy
    winPrefixPath string
    Optional prefix to customize kubernetes path for windows nodes
    addons string
    Optional addons descripton to deploy on rke cluster.
    addonsIncludes string[]
    Optional addons yaml manisfest to deploy on rke cluster.
    enableCriDockerd boolean
    Enable/disable using cri-dockerd
    ignoreDockerVersion boolean
    Optional ignore docker version on nodes
    nodes GetClusterRkeConfigNode[]
    Optional RKE cluster nodes
    privateRegistries GetClusterRkeConfigPrivateRegistry[]
    Optional private registries for docker images
    sshAgentAuth boolean
    Optional use ssh agent auth
    addon_job_timeout int
    Optional duration in seconds of addon job.
    authentication GetClusterRkeConfigAuthentication
    Kubernetes cluster authentication
    authorization GetClusterRkeConfigAuthorization
    Kubernetes cluster authorization
    bastion_host GetClusterRkeConfigBastionHost
    RKE bastion host
    cloud_provider GetClusterRkeConfigCloudProvider
    dns GetClusterRkeConfigDns
    ingress GetClusterRkeConfigIngress
    Kubernetes ingress configuration
    kubernetes_version str
    Optional kubernetes version to deploy
    monitoring GetClusterRkeConfigMonitoring
    Kubernetes cluster monitoring
    network GetClusterRkeConfigNetwork
    Kubernetes cluster networking
    prefix_path str
    Optional prefix to customize kubernetes path
    services GetClusterRkeConfigServices
    Kubernetes cluster services
    ssh_cert_path str
    Optional cluster level SSH certificate path
    ssh_key_path str
    Optional cluster level SSH private key path
    upgrade_strategy GetClusterRkeConfigUpgradeStrategy
    RKE upgrade strategy
    win_prefix_path str
    Optional prefix to customize kubernetes path for windows nodes
    addons str
    Optional addons descripton to deploy on rke cluster.
    addons_includes Sequence[str]
    Optional addons yaml manisfest to deploy on rke cluster.
    enable_cri_dockerd bool
    Enable/disable using cri-dockerd
    ignore_docker_version bool
    Optional ignore docker version on nodes
    nodes Sequence[GetClusterRkeConfigNode]
    Optional RKE cluster nodes
    private_registries Sequence[GetClusterRkeConfigPrivateRegistry]
    Optional private registries for docker images
    ssh_agent_auth bool
    Optional use ssh agent auth
    addonJobTimeout Number
    Optional duration in seconds of addon job.
    authentication Property Map
    Kubernetes cluster authentication
    authorization Property Map
    Kubernetes cluster authorization
    bastionHost Property Map
    RKE bastion host
    cloudProvider Property Map
    dns Property Map
    ingress Property Map
    Kubernetes ingress configuration
    kubernetesVersion String
    Optional kubernetes version to deploy
    monitoring Property Map
    Kubernetes cluster monitoring
    network Property Map
    Kubernetes cluster networking
    prefixPath String
    Optional prefix to customize kubernetes path
    services Property Map
    Kubernetes cluster services
    sshCertPath String
    Optional cluster level SSH certificate path
    sshKeyPath String
    Optional cluster level SSH private key path
    upgradeStrategy Property Map
    RKE upgrade strategy
    winPrefixPath String
    Optional prefix to customize kubernetes path for windows nodes
    addons String
    Optional addons descripton to deploy on rke cluster.
    addonsIncludes List<String>
    Optional addons yaml manisfest to deploy on rke cluster.
    enableCriDockerd Boolean
    Enable/disable using cri-dockerd
    ignoreDockerVersion Boolean
    Optional ignore docker version on nodes
    nodes List<Property Map>
    Optional RKE cluster nodes
    privateRegistries List<Property Map>
    Optional private registries for docker images
    sshAgentAuth Boolean
    Optional use ssh agent auth

    GetClusterRkeConfigAuthentication

    Sans List<string>
    Strategy string
    Sans []string
    Strategy string
    sans List<String>
    strategy String
    sans string[]
    strategy string
    sans Sequence[str]
    strategy str
    sans List<String>
    strategy String

    GetClusterRkeConfigAuthorization

    Options Dictionary<string, object>
    Mode string
    Options map[string]interface{}
    Mode string
    options Map<String,Object>
    mode String
    options {[key: string]: any}
    mode string
    options Mapping[str, Any]
    mode str
    options Map<Any>
    mode String

    GetClusterRkeConfigBastionHost

    Address string
    SshKey string
    SshKeyPath string
    User string
    Port string
    SshAgentAuth bool
    Address string
    SshKey string
    SshKeyPath string
    User string
    Port string
    SshAgentAuth bool
    address String
    sshKey String
    sshKeyPath String
    user String
    port String
    sshAgentAuth Boolean
    address string
    sshKey string
    sshKeyPath string
    user string
    port string
    sshAgentAuth boolean
    address String
    sshKey String
    sshKeyPath String
    user String
    port String
    sshAgentAuth Boolean

    GetClusterRkeConfigCloudProvider

    GetClusterRkeConfigCloudProviderAwsCloudProvider

    GetClusterRkeConfigCloudProviderAwsCloudProviderGlobal

    GetClusterRkeConfigCloudProviderAwsCloudProviderServiceOverride

    Region string
    Service string
    SigningMethod string
    SigningName string
    SigningRegion string
    Url string
    Region string
    Service string
    SigningMethod string
    SigningName string
    SigningRegion string
    Url string
    region String
    service String
    signingMethod String
    signingName String
    signingRegion String
    url String
    region string
    service string
    signingMethod string
    signingName string
    signingRegion string
    url string
    region String
    service String
    signingMethod String
    signingName String
    signingRegion String
    url String

    GetClusterRkeConfigCloudProviderAzureCloudProvider

    aadClientCertPassword String
    aadClientCertPath String
    aadClientId String
    aadClientSecret String
    cloud String
    cloudProviderBackoff Boolean
    cloudProviderBackoffDuration Integer
    cloudProviderBackoffExponent Integer
    cloudProviderBackoffJitter Integer
    cloudProviderBackoffRetries Integer
    cloudProviderRateLimit Boolean
    cloudProviderRateLimitBucket Integer
    cloudProviderRateLimitQps Integer
    location String
    maximumLoadBalancerRuleCount Integer
    primaryAvailabilitySetName String
    primaryScaleSetName String
    resourceGroup String
    routeTableName String
    securityGroupName String
    subnetName String
    subscriptionId String
    tenantId String
    useInstanceMetadata Boolean
    useManagedIdentityExtension Boolean
    vmType String
    vnetName String
    vnetResourceGroup String
    loadBalancerSku String
    Load balancer type (basic | standard). Must be standard for auto-scaling
    aadClientCertPassword string
    aadClientCertPath string
    aadClientId string
    aadClientSecret string
    cloud string
    cloudProviderBackoff boolean
    cloudProviderBackoffDuration number
    cloudProviderBackoffExponent number
    cloudProviderBackoffJitter number
    cloudProviderBackoffRetries number
    cloudProviderRateLimit boolean
    cloudProviderRateLimitBucket number
    cloudProviderRateLimitQps number
    location string
    maximumLoadBalancerRuleCount number
    primaryAvailabilitySetName string
    primaryScaleSetName string
    resourceGroup string
    routeTableName string
    securityGroupName string
    subnetName string
    subscriptionId string
    tenantId string
    useInstanceMetadata boolean
    useManagedIdentityExtension boolean
    vmType string
    vnetName string
    vnetResourceGroup string
    loadBalancerSku string
    Load balancer type (basic | standard). Must be standard for auto-scaling
    aadClientCertPassword String
    aadClientCertPath String
    aadClientId String
    aadClientSecret String
    cloud String
    cloudProviderBackoff Boolean
    cloudProviderBackoffDuration Number
    cloudProviderBackoffExponent Number
    cloudProviderBackoffJitter Number
    cloudProviderBackoffRetries Number
    cloudProviderRateLimit Boolean
    cloudProviderRateLimitBucket Number
    cloudProviderRateLimitQps Number
    location String
    maximumLoadBalancerRuleCount Number
    primaryAvailabilitySetName String
    primaryScaleSetName String
    resourceGroup String
    routeTableName String
    securityGroupName String
    subnetName String
    subscriptionId String
    tenantId String
    useInstanceMetadata Boolean
    useManagedIdentityExtension Boolean
    vmType String
    vnetName String
    vnetResourceGroup String
    loadBalancerSku String
    Load balancer type (basic | standard). Must be standard for auto-scaling

    GetClusterRkeConfigCloudProviderOpenstackCloudProvider

    GetClusterRkeConfigCloudProviderOpenstackCloudProviderBlockStorage

    GetClusterRkeConfigCloudProviderOpenstackCloudProviderGlobal

    AuthUrl string
    CaFile string
    DomainId string
    DomainName string
    Password string
    Region string
    TenantId string
    TenantName string
    TrustId string
    Username string
    AuthUrl string
    CaFile string
    DomainId string
    DomainName string
    Password string
    Region string
    TenantId string
    TenantName string
    TrustId string
    Username string
    authUrl String
    caFile String
    domainId String
    domainName String
    password String
    region String
    tenantId String
    tenantName String
    trustId String
    username String
    authUrl string
    caFile string
    domainId string
    domainName string
    password string
    region string
    tenantId string
    tenantName string
    trustId string
    username string
    authUrl String
    caFile String
    domainId String
    domainName String
    password String
    region String
    tenantId String
    tenantName String
    trustId String
    username String

    GetClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancer

    GetClusterRkeConfigCloudProviderOpenstackCloudProviderMetadata

    GetClusterRkeConfigCloudProviderOpenstackCloudProviderRoute

    RouterId string
    RouterId string
    routerId String
    routerId string
    routerId String

    GetClusterRkeConfigCloudProviderVsphereCloudProvider

    GetClusterRkeConfigCloudProviderVsphereCloudProviderDisk

    GetClusterRkeConfigCloudProviderVsphereCloudProviderGlobal

    GetClusterRkeConfigCloudProviderVsphereCloudProviderNetwork

    GetClusterRkeConfigCloudProviderVsphereCloudProviderVirtualCenter

    Datacenters string
    Name string
    The name of the Cluster (string)
    Password string
    Port string
    SoapRoundtripCount int
    User string
    Datacenters string
    Name string
    The name of the Cluster (string)
    Password string
    Port string
    SoapRoundtripCount int
    User string
    datacenters String
    name String
    The name of the Cluster (string)
    password String
    port String
    soapRoundtripCount Integer
    user String
    datacenters string
    name string
    The name of the Cluster (string)
    password string
    port string
    soapRoundtripCount number
    user string
    datacenters str
    name str
    The name of the Cluster (string)
    password str
    port str
    soap_roundtrip_count int
    user str
    datacenters String
    name String
    The name of the Cluster (string)
    password String
    port String
    soapRoundtripCount Number
    user String

    GetClusterRkeConfigCloudProviderVsphereCloudProviderWorkspace

    GetClusterRkeConfigDns

    NodeSelector Dictionary<string, object>
    Options Dictionary<string, object>
    ReverseCidrs List<string>
    UpstreamNameservers List<string>
    LinearAutoscalerParams GetClusterRkeConfigDnsLinearAutoscalerParams
    Linear Autoscaler Params
    Nodelocal GetClusterRkeConfigDnsNodelocal
    Nodelocal dns
    Provider string
    Tolerations List<GetClusterRkeConfigDnsToleration>
    DNS service tolerations
    UpdateStrategy GetClusterRkeConfigDnsUpdateStrategy
    Update deployment strategy
    nodeSelector Map<Any>
    options Map<Any>
    reverseCidrs List<String>
    upstreamNameservers List<String>
    linearAutoscalerParams Property Map
    Linear Autoscaler Params
    nodelocal Property Map
    Nodelocal dns
    provider String
    tolerations List<Property Map>
    DNS service tolerations
    updateStrategy Property Map
    Update deployment strategy

    GetClusterRkeConfigDnsLinearAutoscalerParams

    GetClusterRkeConfigDnsNodelocal

    IpAddress string
    NodeSelector Dictionary<string, object>
    Node selector key pair
    IpAddress string
    NodeSelector map[string]interface{}
    Node selector key pair
    ipAddress String
    nodeSelector Map<String,Object>
    Node selector key pair
    ipAddress string
    nodeSelector {[key: string]: any}
    Node selector key pair
    ip_address str
    node_selector Mapping[str, Any]
    Node selector key pair
    ipAddress String
    nodeSelector Map<Any>
    Node selector key pair

    GetClusterRkeConfigDnsToleration

    Key string
    Seconds int
    Effect string
    Operator string
    Value string
    Key string
    Seconds int
    Effect string
    Operator string
    Value string
    key String
    seconds Integer
    effect String
    operator String
    value String
    key string
    seconds number
    effect string
    operator string
    value string
    key str
    seconds int
    effect str
    operator str
    value str
    key String
    seconds Number
    effect String
    operator String
    value String

    GetClusterRkeConfigDnsUpdateStrategy

    RollingUpdate GetClusterRkeConfigDnsUpdateStrategyRollingUpdate
    Rolling update for update strategy
    Strategy string
    Strategy
    RollingUpdate GetClusterRkeConfigDnsUpdateStrategyRollingUpdate
    Rolling update for update strategy
    Strategy string
    Strategy
    rollingUpdate GetClusterRkeConfigDnsUpdateStrategyRollingUpdate
    Rolling update for update strategy
    strategy String
    Strategy
    rollingUpdate GetClusterRkeConfigDnsUpdateStrategyRollingUpdate
    Rolling update for update strategy
    strategy string
    Strategy
    rollingUpdate Property Map
    Rolling update for update strategy
    strategy String
    Strategy

    GetClusterRkeConfigDnsUpdateStrategyRollingUpdate

    MaxSurge int
    Rolling update max surge
    MaxUnavailable int
    Rolling update max unavailable
    MaxSurge int
    Rolling update max surge
    MaxUnavailable int
    Rolling update max unavailable
    maxSurge Integer
    Rolling update max surge
    maxUnavailable Integer
    Rolling update max unavailable
    maxSurge number
    Rolling update max surge
    maxUnavailable number
    Rolling update max unavailable
    max_surge int
    Rolling update max surge
    max_unavailable int
    Rolling update max unavailable
    maxSurge Number
    Rolling update max surge
    maxUnavailable Number
    Rolling update max unavailable

    GetClusterRkeConfigIngress

    DnsPolicy string
    ExtraArgs Dictionary<string, object>
    HttpPort int
    HttpsPort int
    NetworkMode string
    NodeSelector Dictionary<string, object>
    Options Dictionary<string, object>
    Provider string
    DefaultBackend bool
    Tolerations List<GetClusterRkeConfigIngressToleration>
    Ingress add-on tolerations
    UpdateStrategy GetClusterRkeConfigIngressUpdateStrategy
    Update daemon set strategy
    DnsPolicy string
    ExtraArgs map[string]interface{}
    HttpPort int
    HttpsPort int
    NetworkMode string
    NodeSelector map[string]interface{}
    Options map[string]interface{}
    Provider string
    DefaultBackend bool
    Tolerations []GetClusterRkeConfigIngressToleration
    Ingress add-on tolerations
    UpdateStrategy GetClusterRkeConfigIngressUpdateStrategy
    Update daemon set strategy
    dnsPolicy String
    extraArgs Map<String,Object>
    httpPort Integer
    httpsPort Integer
    networkMode String
    nodeSelector Map<String,Object>
    options Map<String,Object>
    provider String
    defaultBackend Boolean
    tolerations List<GetClusterRkeConfigIngressToleration>
    Ingress add-on tolerations
    updateStrategy GetClusterRkeConfigIngressUpdateStrategy
    Update daemon set strategy
    dnsPolicy string
    extraArgs {[key: string]: any}
    httpPort number
    httpsPort number
    networkMode string
    nodeSelector {[key: string]: any}
    options {[key: string]: any}
    provider string
    defaultBackend boolean
    tolerations GetClusterRkeConfigIngressToleration[]
    Ingress add-on tolerations
    updateStrategy GetClusterRkeConfigIngressUpdateStrategy
    Update daemon set strategy
    dnsPolicy String
    extraArgs Map<Any>
    httpPort Number
    httpsPort Number
    networkMode String
    nodeSelector Map<Any>
    options Map<Any>
    provider String
    defaultBackend Boolean
    tolerations List<Property Map>
    Ingress add-on tolerations
    updateStrategy Property Map
    Update daemon set strategy

    GetClusterRkeConfigIngressToleration

    Key string
    Seconds int
    Effect string
    Operator string
    Value string
    Key string
    Seconds int
    Effect string
    Operator string
    Value string
    key String
    seconds Integer
    effect String
    operator String
    value String
    key string
    seconds number
    effect string
    operator string
    value string
    key str
    seconds int
    effect str
    operator str
    value str
    key String
    seconds Number
    effect String
    operator String
    value String

    GetClusterRkeConfigIngressUpdateStrategy

    RollingUpdate GetClusterRkeConfigIngressUpdateStrategyRollingUpdate
    Rolling update for update strategy
    Strategy string
    Strategy
    RollingUpdate GetClusterRkeConfigIngressUpdateStrategyRollingUpdate
    Rolling update for update strategy
    Strategy string
    Strategy
    rollingUpdate GetClusterRkeConfigIngressUpdateStrategyRollingUpdate
    Rolling update for update strategy
    strategy String
    Strategy
    rollingUpdate GetClusterRkeConfigIngressUpdateStrategyRollingUpdate
    Rolling update for update strategy
    strategy string
    Strategy
    rollingUpdate Property Map
    Rolling update for update strategy
    strategy String
    Strategy

    GetClusterRkeConfigIngressUpdateStrategyRollingUpdate

    MaxUnavailable int
    Rolling update max unavailable
    MaxUnavailable int
    Rolling update max unavailable
    maxUnavailable Integer
    Rolling update max unavailable
    maxUnavailable number
    Rolling update max unavailable
    max_unavailable int
    Rolling update max unavailable
    maxUnavailable Number
    Rolling update max unavailable

    GetClusterRkeConfigMonitoring

    Options Dictionary<string, object>
    Provider string
    Replicas int
    NodeSelector Dictionary<string, object>
    Tolerations List<GetClusterRkeConfigMonitoringToleration>
    Monitoring add-on tolerations
    UpdateStrategy GetClusterRkeConfigMonitoringUpdateStrategy
    Update deployment strategy
    Options map[string]interface{}
    Provider string
    Replicas int
    NodeSelector map[string]interface{}
    Tolerations []GetClusterRkeConfigMonitoringToleration
    Monitoring add-on tolerations
    UpdateStrategy GetClusterRkeConfigMonitoringUpdateStrategy
    Update deployment strategy
    options Map<String,Object>
    provider String
    replicas Integer
    nodeSelector Map<String,Object>
    tolerations List<GetClusterRkeConfigMonitoringToleration>
    Monitoring add-on tolerations
    updateStrategy GetClusterRkeConfigMonitoringUpdateStrategy
    Update deployment strategy
    options {[key: string]: any}
    provider string
    replicas number
    nodeSelector {[key: string]: any}
    tolerations GetClusterRkeConfigMonitoringToleration[]
    Monitoring add-on tolerations
    updateStrategy GetClusterRkeConfigMonitoringUpdateStrategy
    Update deployment strategy
    options Map<Any>
    provider String
    replicas Number
    nodeSelector Map<Any>
    tolerations List<Property Map>
    Monitoring add-on tolerations
    updateStrategy Property Map
    Update deployment strategy

    GetClusterRkeConfigMonitoringToleration

    Key string
    Seconds int
    Effect string
    Operator string
    Value string
    Key string
    Seconds int
    Effect string
    Operator string
    Value string
    key String
    seconds Integer
    effect String
    operator String
    value String
    key string
    seconds number
    effect string
    operator string
    value string
    key str
    seconds int
    effect str
    operator str
    value str
    key String
    seconds Number
    effect String
    operator String
    value String

    GetClusterRkeConfigMonitoringUpdateStrategy

    rollingUpdate Property Map
    Rolling update for update strategy
    strategy String
    Strategy

    GetClusterRkeConfigMonitoringUpdateStrategyRollingUpdate

    MaxSurge int
    Rolling update max surge
    MaxUnavailable int
    Rolling update max unavailable
    MaxSurge int
    Rolling update max surge
    MaxUnavailable int
    Rolling update max unavailable
    maxSurge Integer
    Rolling update max surge
    maxUnavailable Integer
    Rolling update max unavailable
    maxSurge number
    Rolling update max surge
    maxUnavailable number
    Rolling update max unavailable
    max_surge int
    Rolling update max surge
    max_unavailable int
    Rolling update max unavailable
    maxSurge Number
    Rolling update max surge
    maxUnavailable Number
    Rolling update max unavailable

    GetClusterRkeConfigNetwork

    GetClusterRkeConfigNetworkAciNetworkProvider

    Aep string
    ApicHosts List<string>
    ApicUserCrt string
    ApicUserKey string
    ApicUserName string
    EncapType string
    ExternDynamic string
    ExternStatic string
    KubeApiVlan string
    L3out string
    L3outExternalNetworks List<string>
    McastRangeEnd string
    McastRangeStart string
    NodeSubnet string
    NodeSvcSubnet string
    ServiceVlan string
    SystemId string
    Token string
    VrfName string
    VrfTenant string
    ApicRefreshTickerAdjust string
    ApicRefreshTime string
    ApicSubscriptionDelay string
    Capic string
    ControllerLogLevel string
    DisablePeriodicSnatGlobalInfoSync string
    DisableWaitForNetwork string
    DropLogEnable string
    DurationWaitForNetwork string
    EnableEndpointSlice string
    EpRegistry string
    GbpPodSubnet string
    HostAgentLogLevel string
    ImagePullPolicy string
    ImagePullSecret string
    InfraVlan string
    InstallIstio string
    IstioProfile string
    KafkaBrokers List<string>
    KafkaClientCrt string
    KafkaClientKey string
    MaxNodesSvcGraph string
    MtuHeadRoom string
    MultusDisable string
    NoPriorityClass string
    NodePodIfEnable string
    OpflexClientSsl string
    OpflexDeviceDeleteTimeout string
    OpflexLogLevel string
    OpflexMode string
    OpflexServerPort string
    OverlayVrfName string
    OvsMemoryLimit string
    PbrTrackingNonSnat string
    PodSubnetChunkSize string
    RunGbpContainer string
    RunOpflexServerContainer string
    ServiceMonitorInterval string
    SnatContractScope string
    SnatNamespace string
    SnatPortRangeEnd string
    SnatPortRangeStart string
    SnatPortsPerNode string
    SriovEnable string
    SubnetDomainName string
    Tenant string
    UseAciAnywhereCrd string
    UseAciCniPriorityClass string
    UseClusterRole string
    UseHostNetnsVolume string
    UseOpflexServerVolume string
    UsePrivilegedContainer string
    VmmController string
    VmmDomain string
    Aep string
    ApicHosts []string
    ApicUserCrt string
    ApicUserKey string
    ApicUserName string
    EncapType string
    ExternDynamic string
    ExternStatic string
    KubeApiVlan string
    L3out string
    L3outExternalNetworks []string
    McastRangeEnd string
    McastRangeStart string
    NodeSubnet string
    NodeSvcSubnet string
    ServiceVlan string
    SystemId string
    Token string
    VrfName string
    VrfTenant string
    ApicRefreshTickerAdjust string
    ApicRefreshTime string
    ApicSubscriptionDelay string
    Capic string
    ControllerLogLevel string
    DisablePeriodicSnatGlobalInfoSync string
    DisableWaitForNetwork string
    DropLogEnable string
    DurationWaitForNetwork string
    EnableEndpointSlice string
    EpRegistry string
    GbpPodSubnet string
    HostAgentLogLevel string
    ImagePullPolicy string
    ImagePullSecret string
    InfraVlan string
    InstallIstio string
    IstioProfile string
    KafkaBrokers []string
    KafkaClientCrt string
    KafkaClientKey string
    MaxNodesSvcGraph string
    MtuHeadRoom string
    MultusDisable string
    NoPriorityClass string
    NodePodIfEnable string
    OpflexClientSsl string
    OpflexDeviceDeleteTimeout string
    OpflexLogLevel string
    OpflexMode string
    OpflexServerPort string
    OverlayVrfName string
    OvsMemoryLimit string
    PbrTrackingNonSnat string
    PodSubnetChunkSize string
    RunGbpContainer string
    RunOpflexServerContainer string
    ServiceMonitorInterval string
    SnatContractScope string
    SnatNamespace string
    SnatPortRangeEnd string
    SnatPortRangeStart string
    SnatPortsPerNode string
    SriovEnable string
    SubnetDomainName string
    Tenant string
    UseAciAnywhereCrd string
    UseAciCniPriorityClass string
    UseClusterRole string
    UseHostNetnsVolume string
    UseOpflexServerVolume string
    UsePrivilegedContainer string
    VmmController string
    VmmDomain string
    aep String
    apicHosts List<String>
    apicUserCrt String
    apicUserKey String
    apicUserName String
    encapType String
    externDynamic String
    externStatic String
    kubeApiVlan String
    l3out String
    l3outExternalNetworks List<String>
    mcastRangeEnd String
    mcastRangeStart String
    nodeSubnet String
    nodeSvcSubnet String
    serviceVlan String
    systemId String
    token String
    vrfName String
    vrfTenant String
    apicRefreshTickerAdjust String
    apicRefreshTime String
    apicSubscriptionDelay String
    capic String
    controllerLogLevel String
    disablePeriodicSnatGlobalInfoSync String
    disableWaitForNetwork String
    dropLogEnable String
    durationWaitForNetwork String
    enableEndpointSlice String
    epRegistry String
    gbpPodSubnet String
    hostAgentLogLevel String
    imagePullPolicy String
    imagePullSecret String
    infraVlan String
    installIstio String
    istioProfile String
    kafkaBrokers List<String>
    kafkaClientCrt String
    kafkaClientKey String
    maxNodesSvcGraph String
    mtuHeadRoom String
    multusDisable String
    noPriorityClass String
    nodePodIfEnable String
    opflexClientSsl String
    opflexDeviceDeleteTimeout String
    opflexLogLevel String
    opflexMode String
    opflexServerPort String
    overlayVrfName String
    ovsMemoryLimit String
    pbrTrackingNonSnat String
    podSubnetChunkSize String
    runGbpContainer String
    runOpflexServerContainer String
    serviceMonitorInterval String
    snatContractScope String
    snatNamespace String
    snatPortRangeEnd String
    snatPortRangeStart String
    snatPortsPerNode String
    sriovEnable String
    subnetDomainName String
    tenant String
    useAciAnywhereCrd String
    useAciCniPriorityClass String
    useClusterRole String
    useHostNetnsVolume String
    useOpflexServerVolume String
    usePrivilegedContainer String
    vmmController String
    vmmDomain String
    aep string
    apicHosts string[]
    apicUserCrt string
    apicUserKey string
    apicUserName string
    encapType string
    externDynamic string
    externStatic string
    kubeApiVlan string
    l3out string
    l3outExternalNetworks string[]
    mcastRangeEnd string
    mcastRangeStart string
    nodeSubnet string
    nodeSvcSubnet string
    serviceVlan string
    systemId string
    token string
    vrfName string
    vrfTenant string
    apicRefreshTickerAdjust string
    apicRefreshTime string
    apicSubscriptionDelay string
    capic string
    controllerLogLevel string
    disablePeriodicSnatGlobalInfoSync string
    disableWaitForNetwork string
    dropLogEnable string
    durationWaitForNetwork string
    enableEndpointSlice string
    epRegistry string
    gbpPodSubnet string
    hostAgentLogLevel string
    imagePullPolicy string
    imagePullSecret string
    infraVlan string
    installIstio string
    istioProfile string
    kafkaBrokers string[]
    kafkaClientCrt string
    kafkaClientKey string
    maxNodesSvcGraph string
    mtuHeadRoom string
    multusDisable string
    noPriorityClass string
    nodePodIfEnable string
    opflexClientSsl string
    opflexDeviceDeleteTimeout string
    opflexLogLevel string
    opflexMode string
    opflexServerPort string
    overlayVrfName string
    ovsMemoryLimit string
    pbrTrackingNonSnat string
    podSubnetChunkSize string
    runGbpContainer string
    runOpflexServerContainer string
    serviceMonitorInterval string
    snatContractScope string
    snatNamespace string
    snatPortRangeEnd string
    snatPortRangeStart string
    snatPortsPerNode string
    sriovEnable string
    subnetDomainName string
    tenant string
    useAciAnywhereCrd string
    useAciCniPriorityClass string
    useClusterRole string
    useHostNetnsVolume string
    useOpflexServerVolume string
    usePrivilegedContainer string
    vmmController string
    vmmDomain string
    aep str
    apic_hosts Sequence[str]
    apic_user_crt str
    apic_user_key str
    apic_user_name str
    encap_type str
    extern_dynamic str
    extern_static str
    kube_api_vlan str
    l3out str
    l3out_external_networks Sequence[str]
    mcast_range_end str
    mcast_range_start str
    node_subnet str
    node_svc_subnet str
    service_vlan str
    system_id str
    token str
    vrf_name str
    vrf_tenant str
    apic_refresh_ticker_adjust str
    apic_refresh_time str
    apic_subscription_delay str
    capic str
    controller_log_level str
    disable_periodic_snat_global_info_sync str
    disable_wait_for_network str
    drop_log_enable str
    duration_wait_for_network str
    enable_endpoint_slice str
    ep_registry str
    gbp_pod_subnet str
    host_agent_log_level str
    image_pull_policy str
    image_pull_secret str
    infra_vlan str
    install_istio str
    istio_profile str
    kafka_brokers Sequence[str]
    kafka_client_crt str
    kafka_client_key str
    max_nodes_svc_graph str
    mtu_head_room str
    multus_disable str
    no_priority_class str
    node_pod_if_enable str
    opflex_client_ssl str
    opflex_device_delete_timeout str
    opflex_log_level str
    opflex_mode str
    opflex_server_port str
    overlay_vrf_name str
    ovs_memory_limit str
    pbr_tracking_non_snat str
    pod_subnet_chunk_size str
    run_gbp_container str
    run_opflex_server_container str
    service_monitor_interval str
    snat_contract_scope str
    snat_namespace str
    snat_port_range_end str
    snat_port_range_start str
    snat_ports_per_node str
    sriov_enable str
    subnet_domain_name str
    tenant str
    use_aci_anywhere_crd str
    use_aci_cni_priority_class str
    use_cluster_role str
    use_host_netns_volume str
    use_opflex_server_volume str
    use_privileged_container str
    vmm_controller str
    vmm_domain str
    aep String
    apicHosts List<String>
    apicUserCrt String
    apicUserKey String
    apicUserName String
    encapType String
    externDynamic String
    externStatic String
    kubeApiVlan String
    l3out String
    l3outExternalNetworks List<String>
    mcastRangeEnd String
    mcastRangeStart String
    nodeSubnet String
    nodeSvcSubnet String
    serviceVlan String
    systemId String
    token String
    vrfName String
    vrfTenant String
    apicRefreshTickerAdjust String
    apicRefreshTime String
    apicSubscriptionDelay String
    capic String
    controllerLogLevel String
    disablePeriodicSnatGlobalInfoSync String
    disableWaitForNetwork String
    dropLogEnable String
    durationWaitForNetwork String
    enableEndpointSlice String
    epRegistry String
    gbpPodSubnet String
    hostAgentLogLevel String
    imagePullPolicy String
    imagePullSecret String
    infraVlan String
    installIstio String
    istioProfile String
    kafkaBrokers List<String>
    kafkaClientCrt String
    kafkaClientKey String
    maxNodesSvcGraph String
    mtuHeadRoom String
    multusDisable String
    noPriorityClass String
    nodePodIfEnable String
    opflexClientSsl String
    opflexDeviceDeleteTimeout String
    opflexLogLevel String
    opflexMode String
    opflexServerPort String
    overlayVrfName String
    ovsMemoryLimit String
    pbrTrackingNonSnat String
    podSubnetChunkSize String
    runGbpContainer String
    runOpflexServerContainer String
    serviceMonitorInterval String
    snatContractScope String
    snatNamespace String
    snatPortRangeEnd String
    snatPortRangeStart String
    snatPortsPerNode String
    sriovEnable String
    subnetDomainName String
    tenant String
    useAciAnywhereCrd String
    useAciCniPriorityClass String
    useClusterRole String
    useHostNetnsVolume String
    useOpflexServerVolume String
    usePrivilegedContainer String
    vmmController String
    vmmDomain String

    GetClusterRkeConfigNetworkCalicoNetworkProvider

    GetClusterRkeConfigNetworkCanalNetworkProvider

    Iface string
    Iface string
    iface String
    iface string
    iface str
    iface String

    GetClusterRkeConfigNetworkFlannelNetworkProvider

    Iface string
    Iface string
    iface String
    iface string
    iface str
    iface String

    GetClusterRkeConfigNetworkToleration

    Key string
    Seconds int
    Effect string
    Operator string
    Value string
    Key string
    Seconds int
    Effect string
    Operator string
    Value string
    key String
    seconds Integer
    effect String
    operator String
    value String
    key string
    seconds number
    effect string
    operator string
    value string
    key str
    seconds int
    effect str
    operator str
    value str
    key String
    seconds Number
    effect String
    operator String
    value String

    GetClusterRkeConfigNetworkWeaveNetworkProvider

    Password string
    Password string
    password String
    password string
    password String

    GetClusterRkeConfigNode

    Address string
    DockerSocket string
    Roles List<string>
    SshKey string
    SshKeyPath string
    User string
    HostnameOverride string
    InternalAddress string
    Labels Dictionary<string, object>
    (Computed) Labels for Node Pool object (map)
    NodeId string
    Port string
    SshAgentAuth bool
    Address string
    DockerSocket string
    Roles []string
    SshKey string
    SshKeyPath string
    User string
    HostnameOverride string
    InternalAddress string
    Labels map[string]interface{}
    (Computed) Labels for Node Pool object (map)
    NodeId string
    Port string
    SshAgentAuth bool
    address String
    dockerSocket String
    roles List<String>
    sshKey String
    sshKeyPath String
    user String
    hostnameOverride String
    internalAddress String
    labels Map<String,Object>
    (Computed) Labels for Node Pool object (map)
    nodeId String
    port String
    sshAgentAuth Boolean
    address string
    dockerSocket string
    roles string[]
    sshKey string
    sshKeyPath string
    user string
    hostnameOverride string
    internalAddress string
    labels {[key: string]: any}
    (Computed) Labels for Node Pool object (map)
    nodeId string
    port string
    sshAgentAuth boolean
    address str
    docker_socket str
    roles Sequence[str]
    ssh_key str
    ssh_key_path str
    user str
    hostname_override str
    internal_address str
    labels Mapping[str, Any]
    (Computed) Labels for Node Pool object (map)
    node_id str
    port str
    ssh_agent_auth bool
    address String
    dockerSocket String
    roles List<String>
    sshKey String
    sshKeyPath String
    user String
    hostnameOverride String
    internalAddress String
    labels Map<Any>
    (Computed) Labels for Node Pool object (map)
    nodeId String
    port String
    sshAgentAuth Boolean

    GetClusterRkeConfigPrivateRegistry

    url String
    ecrCredentialPlugin Property Map
    ECR credential plugin config
    isDefault Boolean
    password String
    user String

    GetClusterRkeConfigPrivateRegistryEcrCredentialPlugin

    GetClusterRkeConfigServices

    GetClusterRkeConfigServicesEtcd

    BackupConfig GetClusterRkeConfigServicesEtcdBackupConfig
    CaCert string
    (Computed) K8s cluster ca cert (string)
    Cert string
    Creation string
    ExtraArgs Dictionary<string, object>
    Image string
    Key string
    Path string
    Retention string
    Snapshot bool
    ExternalUrls List<string>
    ExtraBinds List<string>
    ExtraEnvs List<string>
    Gid int
    Uid int
    BackupConfig GetClusterRkeConfigServicesEtcdBackupConfig
    CaCert string
    (Computed) K8s cluster ca cert (string)
    Cert string
    Creation string
    ExtraArgs map[string]interface{}
    Image string
    Key string
    Path string
    Retention string
    Snapshot bool
    ExternalUrls []string
    ExtraBinds []string
    ExtraEnvs []string
    Gid int
    Uid int
    backupConfig GetClusterRkeConfigServicesEtcdBackupConfig
    caCert String
    (Computed) K8s cluster ca cert (string)
    cert String
    creation String
    extraArgs Map<String,Object>
    image String
    key String
    path String
    retention String
    snapshot Boolean
    externalUrls List<String>
    extraBinds List<String>
    extraEnvs List<String>
    gid Integer
    uid Integer
    backupConfig GetClusterRkeConfigServicesEtcdBackupConfig
    caCert string
    (Computed) K8s cluster ca cert (string)
    cert string
    creation string
    extraArgs {[key: string]: any}
    image string
    key string
    path string
    retention string
    snapshot boolean
    externalUrls string[]
    extraBinds string[]
    extraEnvs string[]
    gid number
    uid number
    backup_config GetClusterRkeConfigServicesEtcdBackupConfig
    ca_cert str
    (Computed) K8s cluster ca cert (string)
    cert str
    creation str
    extra_args Mapping[str, Any]
    image str
    key str
    path str
    retention str
    snapshot bool
    external_urls Sequence[str]
    extra_binds Sequence[str]
    extra_envs Sequence[str]
    gid int
    uid int
    backupConfig Property Map
    caCert String
    (Computed) K8s cluster ca cert (string)
    cert String
    creation String
    extraArgs Map<Any>
    image String
    key String
    path String
    retention String
    snapshot Boolean
    externalUrls List<String>
    extraBinds List<String>
    extraEnvs List<String>
    gid Number
    uid Number

    GetClusterRkeConfigServicesEtcdBackupConfig

    GetClusterRkeConfigServicesEtcdBackupConfigS3BackupConfig

    BucketName string
    Endpoint string
    AccessKey string
    CustomCa string
    Folder string
    Region string
    SecretKey string
    BucketName string
    Endpoint string
    AccessKey string
    CustomCa string
    Folder string
    Region string
    SecretKey string
    bucketName String
    endpoint String
    accessKey String
    customCa String
    folder String
    region String
    secretKey String
    bucketName string
    endpoint string
    accessKey string
    customCa string
    folder string
    region string
    secretKey string
    bucketName String
    endpoint String
    accessKey String
    customCa String
    folder String
    region String
    secretKey String

    GetClusterRkeConfigServicesKubeApi

    GetClusterRkeConfigServicesKubeApiAdmissionConfiguration

    Plugins List<GetClusterRkeConfigServicesKubeApiAdmissionConfigurationPlugin>
    Admission configuration plugins
    ApiVersion string
    Admission configuration ApiVersion
    Kind string
    Admission configuration Kind
    Plugins []GetClusterRkeConfigServicesKubeApiAdmissionConfigurationPlugin
    Admission configuration plugins
    ApiVersion string
    Admission configuration ApiVersion
    Kind string
    Admission configuration Kind
    plugins List<GetClusterRkeConfigServicesKubeApiAdmissionConfigurationPlugin>
    Admission configuration plugins
    apiVersion String
    Admission configuration ApiVersion
    kind String
    Admission configuration Kind
    plugins GetClusterRkeConfigServicesKubeApiAdmissionConfigurationPlugin[]
    Admission configuration plugins
    apiVersion string
    Admission configuration ApiVersion
    kind string
    Admission configuration Kind
    plugins Sequence[GetClusterRkeConfigServicesKubeApiAdmissionConfigurationPlugin]
    Admission configuration plugins
    api_version str
    Admission configuration ApiVersion
    kind str
    Admission configuration Kind
    plugins List<Property Map>
    Admission configuration plugins
    apiVersion String
    Admission configuration ApiVersion
    kind String
    Admission configuration Kind

    GetClusterRkeConfigServicesKubeApiAdmissionConfigurationPlugin

    Configuration string
    Plugin configuration
    Name string
    The name of the Cluster (string)
    Path string
    Plugin path
    Configuration string
    Plugin configuration
    Name string
    The name of the Cluster (string)
    Path string
    Plugin path
    configuration String
    Plugin configuration
    name String
    The name of the Cluster (string)
    path String
    Plugin path
    configuration string
    Plugin configuration
    name string
    The name of the Cluster (string)
    path string
    Plugin path
    configuration str
    Plugin configuration
    name str
    The name of the Cluster (string)
    path str
    Plugin path
    configuration String
    Plugin configuration
    name String
    The name of the Cluster (string)
    path String
    Plugin path

    GetClusterRkeConfigServicesKubeApiAuditLog

    GetClusterRkeConfigServicesKubeApiAuditLogConfiguration

    Policy string
    Format string
    MaxAge int
    MaxBackup int
    MaxSize int
    Path string
    Policy string
    Format string
    MaxAge int
    MaxBackup int
    MaxSize int
    Path string
    policy String
    format String
    maxAge Integer
    maxBackup Integer
    maxSize Integer
    path String
    policy string
    format string
    maxAge number
    maxBackup number
    maxSize number
    path string
    policy String
    format String
    maxAge Number
    maxBackup Number
    maxSize Number
    path String

    GetClusterRkeConfigServicesKubeApiEventRateLimit

    configuration String
    enabled Boolean
    configuration string
    enabled boolean
    configuration String
    enabled Boolean

    GetClusterRkeConfigServicesKubeApiSecretsEncryptionConfig

    customConfig String
    enabled Boolean
    customConfig string
    enabled boolean
    customConfig String
    enabled Boolean

    GetClusterRkeConfigServicesKubeController

    ClusterCidr string
    ExtraArgs Dictionary<string, object>
    Image string
    ServiceClusterIpRange string
    ExtraBinds List<string>
    ExtraEnvs List<string>
    ClusterCidr string
    ExtraArgs map[string]interface{}
    Image string
    ServiceClusterIpRange string
    ExtraBinds []string
    ExtraEnvs []string
    clusterCidr String
    extraArgs Map<String,Object>
    image String
    serviceClusterIpRange String
    extraBinds List<String>
    extraEnvs List<String>
    clusterCidr string
    extraArgs {[key: string]: any}
    image string
    serviceClusterIpRange string
    extraBinds string[]
    extraEnvs string[]
    cluster_cidr str
    extra_args Mapping[str, Any]
    image str
    service_cluster_ip_range str
    extra_binds Sequence[str]
    extra_envs Sequence[str]
    clusterCidr String
    extraArgs Map<Any>
    image String
    serviceClusterIpRange String
    extraBinds List<String>
    extraEnvs List<String>

    GetClusterRkeConfigServicesKubelet

    ClusterDnsServer string
    ClusterDomain string
    ExtraArgs Dictionary<string, object>
    FailSwapOn bool
    Image string
    InfraContainerImage string
    ExtraBinds List<string>
    ExtraEnvs List<string>
    GenerateServingCertificate bool
    ClusterDnsServer string
    ClusterDomain string
    ExtraArgs map[string]interface{}
    FailSwapOn bool
    Image string
    InfraContainerImage string
    ExtraBinds []string
    ExtraEnvs []string
    GenerateServingCertificate bool
    clusterDnsServer String
    clusterDomain String
    extraArgs Map<String,Object>
    failSwapOn Boolean
    image String
    infraContainerImage String
    extraBinds List<String>
    extraEnvs List<String>
    generateServingCertificate Boolean
    clusterDnsServer string
    clusterDomain string
    extraArgs {[key: string]: any}
    failSwapOn boolean
    image string
    infraContainerImage string
    extraBinds string[]
    extraEnvs string[]
    generateServingCertificate boolean
    clusterDnsServer String
    clusterDomain String
    extraArgs Map<Any>
    failSwapOn Boolean
    image String
    infraContainerImage String
    extraBinds List<String>
    extraEnvs List<String>
    generateServingCertificate Boolean

    GetClusterRkeConfigServicesKubeproxy

    ExtraArgs Dictionary<string, object>
    Image string
    ExtraBinds List<string>
    ExtraEnvs List<string>
    ExtraArgs map[string]interface{}
    Image string
    ExtraBinds []string
    ExtraEnvs []string
    extraArgs Map<String,Object>
    image String
    extraBinds List<String>
    extraEnvs List<String>
    extraArgs {[key: string]: any}
    image string
    extraBinds string[]
    extraEnvs string[]
    extra_args Mapping[str, Any]
    image str
    extra_binds Sequence[str]
    extra_envs Sequence[str]
    extraArgs Map<Any>
    image String
    extraBinds List<String>
    extraEnvs List<String>

    GetClusterRkeConfigServicesScheduler

    ExtraArgs Dictionary<string, object>
    Image string
    ExtraBinds List<string>
    ExtraEnvs List<string>
    ExtraArgs map[string]interface{}
    Image string
    ExtraBinds []string
    ExtraEnvs []string
    extraArgs Map<String,Object>
    image String
    extraBinds List<String>
    extraEnvs List<String>
    extraArgs {[key: string]: any}
    image string
    extraBinds string[]
    extraEnvs string[]
    extra_args Mapping[str, Any]
    image str
    extra_binds Sequence[str]
    extra_envs Sequence[str]
    extraArgs Map<Any>
    image String
    extraBinds List<String>
    extraEnvs List<String>

    GetClusterRkeConfigUpgradeStrategy

    GetClusterRkeConfigUpgradeStrategyDrainInput

    deleteLocalData Boolean
    force Boolean
    gracePeriod Integer
    ignoreDaemonSets Boolean
    timeout Integer
    deleteLocalData boolean
    force boolean
    gracePeriod number
    ignoreDaemonSets boolean
    timeout number
    deleteLocalData Boolean
    force Boolean
    gracePeriod Number
    ignoreDaemonSets Boolean
    timeout Number

    Package Details

    Repository
    Rancher2 pulumi/pulumi-rancher2
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the rancher2 Terraform Provider.
    rancher2 logo
    Rancher 2 v6.1.0 published on Tuesday, Mar 12, 2024 by Pulumi