class K8S::Api::Core::V1::Toleration

Overview

The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .

Included Modules

Defined in:

versions/v1.22/api/core/v1/toleration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, effect : String? = nil, key : String? = nil, operator : String? = nil, toleration_seconds : Int32? = nil, value : String? = nil) #

[View source]

Instance Method Detail

def effect : String? #

[View source]
def effect=(effect : String?) #

[View source]
def key : String? #

[View source]
def key=(key : String?) #

[View source]
def operator : String? #

[View source]
def operator=(operator : String?) #

[View source]
def toleration_seconds : Int32? #

[View source]
def toleration_seconds=(toleration_seconds : Int32?) #

[View source]
def value : String? #

[View source]
def value=(value : String?) #

[View source]