Struct k8s_openapi::api::networking::v1::NetworkPolicyStatus
source · [−]Expand description
NetworkPolicyStatus describe the current state of the NetworkPolicy.
Fields
conditions: Option<Vec<Condition>>
Conditions holds an array of metav1.Condition that describe the state of the NetworkPolicy. Current service state
Trait Implementations
sourceimpl Clone for NetworkPolicyStatus
impl Clone for NetworkPolicyStatus
sourcefn clone(&self) -> NetworkPolicyStatus
fn clone(&self) -> NetworkPolicyStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for NetworkPolicyStatus
impl Debug for NetworkPolicyStatus
sourceimpl DeepMerge for NetworkPolicyStatus
impl DeepMerge for NetworkPolicyStatus
sourcefn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge other
into self
.
sourceimpl Default for NetworkPolicyStatus
impl Default for NetworkPolicyStatus
sourcefn default() -> NetworkPolicyStatus
fn default() -> NetworkPolicyStatus
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for NetworkPolicyStatus
impl<'de> Deserialize<'de> for NetworkPolicyStatus
sourcefn 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
sourceimpl PartialEq<NetworkPolicyStatus> for NetworkPolicyStatus
impl PartialEq<NetworkPolicyStatus> for NetworkPolicyStatus
sourcefn eq(&self, other: &NetworkPolicyStatus) -> bool
fn eq(&self, other: &NetworkPolicyStatus) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for NetworkPolicyStatus
impl Serialize for NetworkPolicyStatus
impl StructuralPartialEq for NetworkPolicyStatus
Auto Trait Implementations
impl RefUnwindSafe for NetworkPolicyStatus
impl Send for NetworkPolicyStatus
impl Sync for NetworkPolicyStatus
impl Unpin for NetworkPolicyStatus
impl UnwindSafe for NetworkPolicyStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more