Kubernetes Cluster Args
constructor(autoUpgrade: Output<Boolean>? = null, clusterAutoscalerConfigurations: Output<List<KubernetesClusterClusterAutoscalerConfigurationArgs>>? = null, clusterSubnet: Output<String>? = null, controlPlaneFirewall: Output<KubernetesClusterControlPlaneFirewallArgs>? = null, destroyAllAssociatedResources: Output<Boolean>? = null, ha: Output<Boolean>? = null, kubeconfigExpireSeconds: Output<Int>? = null, maintenancePolicy: Output<KubernetesClusterMaintenancePolicyArgs>? = null, name: Output<String>? = null, nodePool: Output<KubernetesClusterNodePoolArgs>? = null, region: Output<Either<String, Region>>? = null, registryIntegration: Output<Boolean>? = null, routingAgent: Output<KubernetesClusterRoutingAgentArgs>? = null, serviceSubnet: Output<String>? = null, surgeUpgrade: Output<Boolean>? = null, tags: Output<List<String>>? = null, version: Output<String>? = null, vpcUuid: Output<String>? = null)