Struct k8s_openapi::api::networking::v1::ServiceBackendPort [−][src]
Expand description
ServiceBackendPort is the service port being referenced.
Fields
name: Option<String>
Name is the name of the port on the Service. This is a mutually exclusive setting with “Number”.
number: Option<i32>
Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with “Name”.
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 ServiceBackendPort
impl Send for ServiceBackendPort
impl Sync for ServiceBackendPort
impl Unpin for ServiceBackendPort
impl UnwindSafe for ServiceBackendPort
Blanket Implementations
Mutably borrows from an owned value. Read more