Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::SandboxConfig.
SandboxConfig contains configurations of the sandbox to use for the node.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#sandbox_type
def sandbox_type() -> ::String
Returns
- (::String) — Type of the sandbox to use for the node (e.g. 'gvisor')
#sandbox_type=
def sandbox_type=(value) -> ::String
Parameter
- value (::String) — Type of the sandbox to use for the node (e.g. 'gvisor')
Returns
- (::String) — Type of the sandbox to use for the node (e.g. 'gvisor')
#type
def type() -> ::Google::Cloud::Container::V1beta1::SandboxConfig::Type
Returns
- (::Google::Cloud::Container::V1beta1::SandboxConfig::Type) — Type of the sandbox to use for the node.
#type=
def type=(value) -> ::Google::Cloud::Container::V1beta1::SandboxConfig::Type
Parameter
- value (::Google::Cloud::Container::V1beta1::SandboxConfig::Type) — Type of the sandbox to use for the node.
Returns
- (::Google::Cloud::Container::V1beta1::SandboxConfig::Type) — Type of the sandbox to use for the node.