class Pyrite::Api::Authorization::V1::NonResourceAttributes

Overview

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

Defined in:

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

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


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

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


def self.new(*, path : String? = nil, verb : String? = nil) #

Instance Method Detail

def path : String? #

def path=(path : String?) #

def verb : String? #

def verb=(verb : String?) #