Struct k8s_openapi::api::networking::v1::IngressStatus [−][src]
pub struct IngressStatus {
pub load_balancer: Option<LoadBalancerStatus>,
}
Expand description
IngressStatus describe the current state of the Ingress.
Fields
load_balancer: Option<LoadBalancerStatus>
LoadBalancer contains the current status of the load-balancer.
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 IngressStatus
impl Send for IngressStatus
impl Sync for IngressStatus
impl Unpin for IngressStatus
impl UnwindSafe for IngressStatus
Blanket Implementations
Mutably borrows from an owned value. Read more