Struct k8s_openapi::api::core::v1::LoadBalancerStatus [−][src]
pub struct LoadBalancerStatus {
pub ingress: Option<Vec<LoadBalancerIngress>>,
}
Expand description
LoadBalancerStatus represents the status of a load-balancer.
Fields
ingress: Option<Vec<LoadBalancerIngress>>
Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LoadBalancerStatus
impl Send for LoadBalancerStatus
impl Sync for LoadBalancerStatus
impl Unpin for LoadBalancerStatus
impl UnwindSafe for LoadBalancerStatus
Blanket Implementations
Mutably borrows from an owned value. Read more