Struct k8s_openapi::api::extensions::v1beta1::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 IngressStatusimpl Send for IngressStatusimpl Sync for IngressStatusimpl Unpin for IngressStatusimpl UnwindSafe for IngressStatusBlanket Implementations
Mutably borrows from an owned value. Read more