class Pyrite::Api::Authorization::V1beta1::ResourceAttributes
Overview
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
Defined in:
versions/v1.14/api/authorization/v1beta1/resource_attributes.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
-
.new(pull : JSON::PullParser)
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
- .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 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)
#