Anthos Multi-Cloud V1 API - Class Google::Cloud::GkeMultiCloud::V1::NodeTaint (v0.3.0)

Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::NodeTaint.

The taint content for the node taint.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#effect

def effect() -> ::Google::Cloud::GkeMultiCloud::V1::NodeTaint::Effect
Returns

#effect=

def effect=(value) -> ::Google::Cloud::GkeMultiCloud::V1::NodeTaint::Effect
Parameter
Returns

#key

def key() -> ::String
Returns
  • (::String) — Required. Key for the taint.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — Required. Key for the taint.
Returns
  • (::String) — Required. Key for the taint.

#value

def value() -> ::String
Returns
  • (::String) — Required. Value for the taint.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — Required. Value for the taint.
Returns
  • (::String) — Required. Value for the taint.