Google Cloud Container V1 Client - Class Type (1.10.3)

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

name

Parameter
NameDescription
value mixed

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;