Reference documentation and code samples for the Google Cloud Container V1 Client class Type.
Possible types of sandboxes.
Protobuf type google.container.v1.SandboxConfig.Type
Namespace
Google \ Cloud \ Container \ V1 \ SandboxConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNSPECIFIED
Value: 0Default value. This should not be used.
Generated from protobuf enum UNSPECIFIED = 0;
GVISOR
Value: 1Run sandbox using gvisor.
Generated from protobuf enum GVISOR = 1;