Cluster Args
constructor(authorization: Output<ClusterAuthorizationArgs>? = null, controlPlane: Output<ClusterControlPlaneArgs>? = null, controlPlaneEncryption: Output<ClusterControlPlaneEncryptionArgs>? = null, defaultMaxPodsPerNode: Output<Int>? = null, externalLoadBalancerIpv4AddressPools: Output<List<String>>? = null, fleet: Output<ClusterFleetArgs>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, maintenancePolicy: Output<ClusterMaintenancePolicyArgs>? = null, name: Output<String>? = null, networking: Output<ClusterNetworkingArgs>? = null, project: Output<String>? = null, releaseChannel: Output<String>? = null, systemAddonsConfig: Output<ClusterSystemAddonsConfigArgs>? = null, targetVersion: Output<String>? = null)