class K8S::Api::Node::V1::Scheduling

Overview

Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.

Included Modules

Defined in:

versions/v1.20/api/node/v1/scheduling.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(*, node_selector : Hash(String, String)? = nil, tolerations : Array(Api::Core::V1::Toleration)? = nil) #

[View source]

Instance Method Detail

def node_selector : Hash(String, String)? #

[View source]
def node_selector=(node_selector : Hash(String, String)?) #

[View source]
def tolerations : Array(Api::Core::V1::Toleration)? #

[View source]
def tolerations=(tolerations : Array(Api::Core::V1::Toleration)?) #

[View source]