Kubernetes Cluster Args
fun KubernetesClusterArgs(autoUpgrade: Output<Boolean>? = null, destroyAllAssociatedResources: Output<Boolean>? = null, ha: Output<Boolean>? = null, maintenancePolicy: Output<KubernetesClusterMaintenancePolicyArgs>? = null, name: Output<String>? = null, nodePool: Output<KubernetesClusterNodePoolArgs>? = null, region: Output<Either<String, Region>>? = null, registryIntegration: Output<Boolean>? = null, surgeUpgrade: Output<Boolean>? = null, tags: Output<List<String>>? = null, version: Output<String>? = null, vpcUuid: Output<String>? = null)