struct
Kubernetes::NonResourceRule
- Kubernetes::NonResourceRule
- Struct
- Value
- Object
Overview
NonResourceRule holds information that describes a rule for the non-resource
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_authorization_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#non_resource_ur_ls : Array(String) | Nil
NonResourceURLs is a set of partial urls that a user should have access to.
-
#non_resource_ur_ls=(non_resource_ur_ls : Array(String) | Nil)
NonResourceURLs is a set of partial urls that a user should have access to.
-
#verbs : Array(String) | Nil
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.
-
#verbs=(verbs : Array(String) | Nil)
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
NonResourceURLs is a set of partial urls that a user should have access to. s are allowed, but only as the full, final step in the path. "" means all.
NonResourceURLs is a set of partial urls that a user should have access to. s are allowed, but only as the full, final step in the path. "" means all.
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.