class Pyrite::Api::Authorization::V1::ResourceAttributes

Overview

ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface

Defined in:

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

ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface


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

ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface


def self.new(*, group : String? = nil, name : String? = nil, namespace : String? = nil, resource : String? = nil, subresource : String? = nil, verb : String? = nil, version : String? = nil) #

Instance Method Detail

def group : String? #

def group=(group : String?) #

def name : String? #

def name=(name : String?) #

def namespace : String? #

def namespace=(namespace : String?) #

def resource : String? #

def resource=(resource : String?) #

def subresource : String? #

def subresource=(subresource : String?) #

def verb : String? #

def verb=(verb : String?) #

def version : String? #

def version=(version : String?) #