Struct k8s_openapi::v1_8::api::extensions::v1beta1::IngressBackend
source · pub struct IngressBackend {
pub service_name: String,
pub service_port: IntOrString,
}
Expand description
IngressBackend describes all endpoints for a given service and port.
Fields§
§service_name: String
Specifies the name of the referenced service.
service_port: IntOrString
Specifies the port of the referenced service.
Trait Implementations§
source§impl Clone for IngressBackend
impl Clone for IngressBackend
source§fn clone(&self) -> IngressBackend
fn clone(&self) -> IngressBackend
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IngressBackend
impl Debug for IngressBackend
source§impl Default for IngressBackend
impl Default for IngressBackend
source§fn default() -> IngressBackend
fn default() -> IngressBackend
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IngressBackend
impl<'de> Deserialize<'de> for IngressBackend
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more