Anthos Multi-Cloud V1 API - Class Google::Cloud::GkeMultiCloud::V1::Toleration (v0.18.0)

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

Toleration defines the fields for tolerations for pods created by auto-installed components.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#effect

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

#effect=

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

#key

def key() -> ::String
Returns
  • (::String) — Key is the taint key that the toleration applies to.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — Key is the taint key that the toleration applies to.
Returns
  • (::String) — Key is the taint key that the toleration applies to.

#key_operator

def key_operator() -> ::Google::Cloud::GkeMultiCloud::V1::Toleration::KeyOperator
Returns

#key_operator=

def key_operator=(value) -> ::Google::Cloud::GkeMultiCloud::V1::Toleration::KeyOperator
Parameter
Returns

#value

def value() -> ::String
Returns
  • (::String) — Value is the taint value that the toleration applies to.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — Value is the taint value that the toleration applies to.
Returns
  • (::String) — Value is the taint value that the toleration applies to.