Struct k8s_openapi::v1_8::api::authorization::v1::NonResourceRule [−][src]
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
impl Clone for NonResourceRule
[src]
impl Clone for NonResourceRule
fn clone(&self) -> NonResourceRule
[src]
fn clone(&self) -> NonResourceRule
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for NonResourceRule
[src]
impl Debug for NonResourceRule
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for NonResourceRule
[src]
impl Default for NonResourceRule
fn default() -> NonResourceRule
[src]
fn default() -> NonResourceRule
Returns the "default value" for a type. Read more
impl PartialEq for NonResourceRule
[src]
impl PartialEq for NonResourceRule
fn eq(&self, other: &NonResourceRule) -> bool
[src]
fn eq(&self, other: &NonResourceRule) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &NonResourceRule) -> bool
[src]
fn ne(&self, other: &NonResourceRule) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for NonResourceRule
[src]
impl<'de> Deserialize<'de> for NonResourceRule
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for NonResourceRule
[src]
impl Serialize for NonResourceRule
Auto Trait Implementations
impl Send for NonResourceRule
impl Send for NonResourceRule
impl Sync for NonResourceRule
impl Sync for NonResourceRule