ClusterNodeConfigSecondaryBootDisk

data class ClusterNodeConfigSecondaryBootDisk(val diskImage: String, val mode: String? = null)

Constructors

Link copied to clipboard
constructor(diskImage: String, mode: String? = null)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard
val mode: String? = null

Mode for how the secondary boot disk is used. An example mode is CONTAINER_IMAGE_CACHE.