class Pyrite::Api::Authorization::V1::ResourceRule

Overview

ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

Defined in:

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

ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.


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

ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.


def self.new(*, api_groups : Array? = nil, resource_names : Array? = nil, resources : Array? = nil, verbs : Array) #

Instance Method Detail

def api_groups : Array(String)? #

def api_groups=(api_groups : Array(String)?) #

def resource_names : Array(String)? #

def resource_names=(resource_names : Array(String)?) #

def resources : Array(String)? #

def resources=(resources : Array(String)?) #

def verbs : Array(String) #

def verbs=(verbs : Array(String)) #