class K8S::Api::Core::V1::TopologySelectorLabelRequirement

Overview

A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.

Included Modules

Defined in:

versions/v1.15/api/core/v1/topology_selector_label_requirement.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(*, key : String, values : Array(String)) #

[View source]

Instance Method Detail

def key : String #

[View source]
def key=(key : String) #

[View source]
def values : Array(String) #

[View source]
def values=(values : Array(String)) #

[View source]