Struct k8s_openapi::v1_9::api::core::v1::ServiceStatus[][src]

pub struct ServiceStatus {
    pub load_balancer: Option<LoadBalancerStatus>,
}

ServiceStatus represents the current status of a service.

Fields

LoadBalancer contains the current status of the load-balancer, if one is present.

Trait Implementations

impl Clone for ServiceStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ServiceStatus
[src]

Formats the value using the given formatter. Read more

impl Default for ServiceStatus
[src]

Returns the "default value" for a type. Read more

impl PartialEq for ServiceStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for ServiceStatus
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for ServiceStatus
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations