Cluster Node Pool Node Config Secondary Boot Disk Args
data class ClusterNodePoolNodeConfigSecondaryBootDiskArgs(val diskImage: Output<String>, val mode: Output<String>? = null) : ConvertibleToJava<ClusterNodePoolNodeConfigSecondaryBootDiskArgs>
Properties
Link copied to clipboard
Path to disk image to create the secondary boot disk from. After using the gke-disk-image-builder, this argument should be global/images/DISK_IMAGE_NAME
.