Struct k8s_openapi::api::discovery::v1beta1::EndpointHints [−][src]
Expand description
EndpointHints provides hints describing how an endpoint should be consumed.
Fields
for_zones: Option<Vec<ForZone>>
forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. May contain a maximum of 8 entries.
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 EndpointHints
impl Send for EndpointHints
impl Sync for EndpointHints
impl Unpin for EndpointHints
impl UnwindSafe for EndpointHints
Blanket Implementations
Mutably borrows from an owned value. Read more