Struct k8s_openapi::api::networking::v1::NetworkPolicyStatus
source · pub struct NetworkPolicyStatus {
pub conditions: Option<Vec<Condition>>,
}
Expand description
NetworkPolicyStatus describes 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§
source§impl Clone for NetworkPolicyStatus
impl Clone for NetworkPolicyStatus
source§fn clone(&self) -> NetworkPolicyStatus
fn clone(&self) -> NetworkPolicyStatus
Returns a copy 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 Debug for NetworkPolicyStatus
impl Debug for NetworkPolicyStatus
source§impl DeepMerge for NetworkPolicyStatus
impl DeepMerge for NetworkPolicyStatus
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for NetworkPolicyStatus
impl Default for NetworkPolicyStatus
source§fn default() -> NetworkPolicyStatus
fn default() -> NetworkPolicyStatus
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NetworkPolicyStatus
impl<'de> Deserialize<'de> for NetworkPolicyStatus
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<NetworkPolicyStatus> for NetworkPolicyStatus
impl PartialEq<NetworkPolicyStatus> for NetworkPolicyStatus
source§fn 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 ==
.source§impl 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§
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