Reference documentation and code samples for the Google Cloud Container V1 Client class Mode.
Mode specifies how the secondary boot disk will be used.
This triggers mode-specified logic in the control plane.
Protobuf type google.container.v1.SecondaryBootDisk.Mode
Namespace
Google \ Cloud \ Container \ V1 \ SecondaryBootDiskMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0
MODE_UNSPECIFIED is when mode is not set.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
CONTAINER_IMAGE_CACHE
Value: 1
CONTAINER_IMAGE_CACHE is for using the secondary boot disk as a container image cache.
Generated from protobuf enum CONTAINER_IMAGE_CACHE = 1;