class Pyrite::Api::Core::V1::Taint
- Pyrite::Api::Core::V1::Taint
- Pyrite::Kubernetes::Spec
- Reference
- Object
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.crConstructors
-
.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.
-
.new(pull : JSON::PullParser)
The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
- .new(*, effect : String, key : String, time_added : Time? = nil, value : String? = nil)
Instance Method Summary
- #effect : String
- #effect=(effect : String)
- #key : String
- #key=(key : String)
- #time_added : Time?
- #time_added=(time_added : Time?)
- #value : String?
- #value=(value : String?)
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.