Struct k8s_openapi::v1_10::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 NonResourceRulefn clone(&self) -> NonResourceRule[src]
fn clone(&self) -> NonResourceRuleReturns 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 NonResourceRulefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for NonResourceRule[src]
impl Default for NonResourceRulefn default() -> NonResourceRule[src]
fn default() -> NonResourceRuleReturns the "default value" for a type. Read more
impl PartialEq for NonResourceRule[src]
impl PartialEq for NonResourceRulefn eq(&self, other: &NonResourceRule) -> bool[src]
fn eq(&self, other: &NonResourceRule) -> boolThis 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) -> boolThis method tests for !=.
impl<'de> Deserialize<'de> for NonResourceRule[src]
impl<'de> Deserialize<'de> for NonResourceRulefn 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 NonResourceRuleAuto Trait Implementations
impl Send for NonResourceRule
impl Send for NonResourceRuleimpl Sync for NonResourceRule
impl Sync for NonResourceRule