class Pyrite::Api::Core::V1::ScopeSelector

Overview

A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.

Defined in:

versions/v1.14/api/core/v1/scope_selector.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) #

A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.


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

A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.


def self.new(*, match_expressions : Array? = nil) #

Instance Method Detail

def match_expressions : Array(Api::Core::V1::ScopedResourceSelectorRequirement)? #

def match_expressions=(match_expressions : Array(Api::Core::V1::ScopedResourceSelectorRequirement)?) #