class K8S::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.

Included Modules

Defined in:

versions/v1.16/api/authorization/v1/resource_rule.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(*, verbs : Array(String), api_groups : Array(String)? = nil, resource_names : Array(String)? = nil, resources : Array(String)? = nil) #

[View source]

Instance Method Detail

def api_groups : Array(String)? #

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

[View source]
def resource_names : Array(String)? #

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

[View source]
def resources : Array(String)? #

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

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

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

[View source]