Google Cloud Container V1 Client - Class Type (1.14.0)

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

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

UNSPECIFIED

Value: 0

Default value. This should not be used.

Generated from protobuf enum UNSPECIFIED = 0;

GVISOR

Value: 1

Run sandbox using gvisor.

Generated from protobuf enum GVISOR = 1;