Struct k8s_openapi::api::authorization::v1::NonResourceRule [−][src]
Expand description
NonResourceRule holds information that describes a rule for the non-resource
Fields
non_resource_urls: Option<Vec<String>>
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.
verbs: Vec<String>
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. “*” means all.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NonResourceRule
impl Send for NonResourceRule
impl Sync for NonResourceRule
impl Unpin for NonResourceRule
impl UnwindSafe for NonResourceRule
Blanket Implementations
Mutably borrows from an owned value. Read more