class Pyrite::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 .

Defined in:

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

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

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


def self.new(pull : JSON::PullParser) #

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


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

Instance Method Detail

def effect : String? #

def effect=(effect : String?) #

def key : String? #

def key=(key : String?) #

def operator : String? #

def operator=(operator : String?) #

def toleration_seconds : Int32? #

def toleration_seconds=(toleration_seconds : Int32?) #

def value : String? #

def value=(value : String?) #