NodePoolAutoConfigArgs

data class NodePoolAutoConfigArgs(val networkTags: Output<NetworkTagsArgs>? = null) : ConvertibleToJava<NodePoolAutoConfigArgs>

Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.

Constructors

Link copied to clipboard
fun NodePoolAutoConfigArgs(networkTags: Output<NetworkTagsArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NodePoolAutoConfigArgs

Properties

Link copied to clipboard
val networkTags: Output<NetworkTagsArgs>? = null

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.