class K8S::Api::Authorization::V1::NonResourceAttributes

Overview

NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface

Included Modules

Defined in:

versions/v1.11/api/authorization/v1/non_resource_attributes.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(*, path : String? = nil, verb : String? = nil) #

[View source]

Instance Method Detail

def path : String? #

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

[View source]
def verb : String? #

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

[View source]