class

Kubernetes::Resources::Pod::Spec::Toleration

Inherits YAML::Serializable::Unmapped < YAML::Serializable < Reference < Object

Constructors

new(effect : Nil | String, key : Nil | String, value : Nil | String)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

effect
Source
effect=(effect : String | Nil)
Source
key=(key : String | Nil)
Source
value
Source
value=(value : String | Nil)
Source