Distributed Cloud Edge Container V1 API - Class Google::Cloud::EdgeContainer::V1::NodePool::NodeConfig (v0.2.0)

Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::NodePool::NodeConfig.

Configuration for each node in the NodePool

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. The Kubernetes node labels

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. The Kubernetes node labels
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. The Kubernetes node labels

#node_storage_schema

def node_storage_schema() -> ::String
Returns
  • (::String) — Optional. Name for the storage schema of worker nodes.

    Warning: Configurable node local storage schema feature is an experimental feature, and is not recommended for general use in production clusters/nodepools.

#node_storage_schema=

def node_storage_schema=(value) -> ::String
Parameter
  • value (::String) — Optional. Name for the storage schema of worker nodes.

    Warning: Configurable node local storage schema feature is an experimental feature, and is not recommended for general use in production clusters/nodepools.

Returns
  • (::String) — Optional. Name for the storage schema of worker nodes.

    Warning: Configurable node local storage schema feature is an experimental feature, and is not recommended for general use in production clusters/nodepools.