class Pyrite::Api::Rbac::V1beta1::PolicyRule

Overview

PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.

Defined in:

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

PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.


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

PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.


def self.new(*, api_groups : Array? = nil, non_resource_urls : 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 non_resource_urls : Array(String)? #

def non_resource_urls=(non_resource_urls : 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)) #