Struct k8s_openapi::api::networking::v1::IngressServiceBackend [−][src]
pub struct IngressServiceBackend {
pub name: String,
pub port: Option<ServiceBackendPort>,
}
Expand description
IngressServiceBackend references a Kubernetes Service as a Backend.
Fields
name: String
Name is the referenced service. The service must exist in the same namespace as the Ingress object.
port: Option<ServiceBackendPort>
Port of the referenced service. A port name or port number is required for a IngressServiceBackend.
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 IngressServiceBackend
impl Send for IngressServiceBackend
impl Sync for IngressServiceBackend
impl Unpin for IngressServiceBackend
impl UnwindSafe for IngressServiceBackend
Blanket Implementations
Mutably borrows from an owned value. Read more