pub struct PodSecurityPolicySelfSubjectReviewSpec {
pub template: PodTemplateSpec,
}
Expand description
PodSecurityPolicySelfSubjectReviewSpec contains specification for PodSecurityPolicySelfSubjectReview.
Fields§
§template: PodTemplateSpec
template is the PodTemplateSpec to check.
Trait Implementations§
Source§impl Clone for PodSecurityPolicySelfSubjectReviewSpec
impl Clone for PodSecurityPolicySelfSubjectReviewSpec
Source§fn clone(&self) -> PodSecurityPolicySelfSubjectReviewSpec
fn clone(&self) -> PodSecurityPolicySelfSubjectReviewSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for PodSecurityPolicySelfSubjectReviewSpec
impl Default for PodSecurityPolicySelfSubjectReviewSpec
Source§fn default() -> PodSecurityPolicySelfSubjectReviewSpec
fn default() -> PodSecurityPolicySelfSubjectReviewSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PodSecurityPolicySelfSubjectReviewSpec
impl<'de> Deserialize<'de> for PodSecurityPolicySelfSubjectReviewSpec
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PodSecurityPolicySelfSubjectReviewSpec
impl PartialEq for PodSecurityPolicySelfSubjectReviewSpec
Source§fn eq(&self, other: &PodSecurityPolicySelfSubjectReviewSpec) -> bool
fn eq(&self, other: &PodSecurityPolicySelfSubjectReviewSpec) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PodSecurityPolicySelfSubjectReviewSpec
Auto Trait Implementations§
impl Freeze for PodSecurityPolicySelfSubjectReviewSpec
impl RefUnwindSafe for PodSecurityPolicySelfSubjectReviewSpec
impl Send for PodSecurityPolicySelfSubjectReviewSpec
impl Sync for PodSecurityPolicySelfSubjectReviewSpec
impl Unpin for PodSecurityPolicySelfSubjectReviewSpec
impl UnwindSafe for PodSecurityPolicySelfSubjectReviewSpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more