class Pyrite::Api::Core::V1::Taint

Overview

The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.

Defined in:

versions/v1.14/api/core/v1/taint.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 node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.


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

The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.


def self.new(*, effect : String, key : String, time_added : Time? = nil, value : String? = nil) #

Instance Method Detail

def effect : String #

def effect=(effect : String) #

def key : String #

def key=(key : String) #

def time_added : Time? #

def time_added=(time_added : Time?) #

def value : String? #

def value=(value : String?) #