class K8S::Api::Core::V1::NodeSelector

Overview

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

Included Modules

Defined in:

versions/v1.15/api/core/v1/node_selector.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_terms : Array(Api::Core::V1::NodeSelectorTerm)) #

[View source]

Instance Method Detail

def node_selector_terms : Array(Api::Core::V1::NodeSelectorTerm) #

[View source]
def node_selector_terms=(node_selector_terms : Array(Api::Core::V1::NodeSelectorTerm)) #

[View source]