class K8S::Api::Authorization::V1::ResourceAttributes
- K8S::Api::Authorization::V1::ResourceAttributes
 - Reference
 - Object
 
Overview
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/authorization/v1/resource_attributes.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, group : String? = nil, name : String? = nil, namespace : String? = nil, resource : String? = nil, subresource : String? = nil, verb : String? = nil, version : String? = nil)
 
Instance Method Summary
- #group : String?
 - #group=(group : String?)
 - #name : String?
 - #name=(name : String?)
 - #namespace : String?
 - #namespace=(namespace : String?)
 - #resource : String?
 - #resource=(resource : String?)
 - #subresource : String?
 - #subresource=(subresource : String?)
 - #verb : String?
 - #verb=(verb : String?)
 - #version : String?
 - #version=(version : String?)
 
Constructor Detail
        
        def self.new(*, group : String? = nil, name : String? = nil, namespace : String? = nil, resource : String? = nil, subresource : String? = nil, verb : String? = nil, version : String? = nil)
        #