class K8S::Api::Authorization::V1::NonResourceRule
- K8S::Api::Authorization::V1::NonResourceRule
- Reference
- Object
Overview
NonResourceRule holds information that describes a rule for the non-resource
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/authorization/v1/non_resource_rule.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, verbs : Array(String), non_resource_urls : Array(String)? = nil)
Instance Method Summary
- #non_resource_urls : Array(String)?
- #non_resource_urls=(non_resource_urls : Array(String)?)
- #verbs : Array(String)
- #verbs=(verbs : Array(String))