Cluster Node Pool
constructor(autoscaling: ClusterNodePoolAutoscaling? = null, initialNodeCount: Int? = null, instanceGroupUrls: List<String>? = null, managedInstanceGroupUrls: List<String>? = null, management: ClusterNodePoolManagement? = null, maxPodsPerNode: Int? = null, name: String? = null, namePrefix: String? = null, networkConfig: ClusterNodePoolNetworkConfig? = null, nodeConfig: ClusterNodePoolNodeConfig? = null, nodeCount: Int? = null, nodeLocations: List<String>? = null, placementPolicy: ClusterNodePoolPlacementPolicy? = null, queuedProvisioning: ClusterNodePoolQueuedProvisioning? = null, upgradeSettings: ClusterNodePoolUpgradeSettings? = null, version: String? = null)