Struct k8s_openapi::api::discovery::v1beta1::EndpointHints [−][src]
Expand description
EndpointHints provides hints describing how an endpoint should be consumed.
Fields
for_zones: 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 EndpointHintsimpl Send for EndpointHintsimpl Sync for EndpointHintsimpl Unpin for EndpointHintsimpl UnwindSafe for EndpointHintsBlanket Implementations
Mutably borrows from an owned value. Read more