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
- (::Google::Cloud::GkeMultiCloud::V1::Toleration::Effect) — Effect indicates the taint effect to match e.g. 'NoSchedule'
#effect=
def effect=(value) -> ::Google::Cloud::GkeMultiCloud::V1::Toleration::Effect
Parameter
- value (::Google::Cloud::GkeMultiCloud::V1::Toleration::Effect) — Effect indicates the taint effect to match e.g. 'NoSchedule'
Returns
- (::Google::Cloud::GkeMultiCloud::V1::Toleration::Effect) — Effect indicates the taint effect to match e.g. 'NoSchedule'
#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
- (::Google::Cloud::GkeMultiCloud::V1::Toleration::KeyOperator) — KeyOperator represents a key's relationship to the value e.g. 'Exist'.
#key_operator=
def key_operator=(value) -> ::Google::Cloud::GkeMultiCloud::V1::Toleration::KeyOperator
Parameter
- value (::Google::Cloud::GkeMultiCloud::V1::Toleration::KeyOperator) — KeyOperator represents a key's relationship to the value e.g. 'Exist'.
Returns
- (::Google::Cloud::GkeMultiCloud::V1::Toleration::KeyOperator) — KeyOperator represents a key's relationship to the value e.g. 'Exist'.
#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.