class Pyrite::Api::Rbac::V1::AggregationRule

Overview

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

Defined in:

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

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole


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

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole


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

Instance Method Detail

def cluster_role_selectors : Array(Apimachinery::Apis::Meta::V1::LabelSelector)? #

def cluster_role_selectors=(cluster_role_selectors : Array(Apimachinery::Apis::Meta::V1::LabelSelector)?) #