Struct k8s_openapi::api::core::v1::ServiceStatus
source · pub struct ServiceStatus {
pub conditions: Option<Vec<Condition>>,
pub load_balancer: Option<LoadBalancerStatus>,
}
Expand description
ServiceStatus represents the current status of a service.
Fields§
§conditions: Option<Vec<Condition>>
Current service state
load_balancer: Option<LoadBalancerStatus>
LoadBalancer contains the current status of the load-balancer, if one is present.
Trait Implementations§
source§impl Clone for ServiceStatus
impl Clone for ServiceStatus
source§fn clone(&self) -> ServiceStatus
fn clone(&self) -> ServiceStatus
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 ServiceStatus
impl Debug for ServiceStatus
source§impl DeepMerge for ServiceStatus
impl DeepMerge for ServiceStatus
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for ServiceStatus
impl Default for ServiceStatus
source§fn default() -> ServiceStatus
fn default() -> ServiceStatus
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServiceStatus
impl<'de> Deserialize<'de> for ServiceStatus
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 ServiceStatus
impl PartialEq for ServiceStatus
source§impl Serialize for ServiceStatus
impl Serialize for ServiceStatus
impl StructuralPartialEq for ServiceStatus
Auto Trait Implementations§
impl Freeze for ServiceStatus
impl RefUnwindSafe for ServiceStatus
impl Send for ServiceStatus
impl Sync for ServiceStatus
impl Unpin for ServiceStatus
impl UnwindSafe for ServiceStatus
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)