Class SandboxConfig (2.45.0)

SandboxConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

SandboxConfig contains configurations of the sandbox to use for the node.

Attribute

NameDescription
type_ google.cloud.container_v1.types.SandboxConfig.Type
Type of the sandbox to use for the node.

Classes

Type

Type(value)

Possible types of sandboxes.

Values: UNSPECIFIED (0): Default value. This should not be used. GVISOR (1): Run sandbox using gvisor.