Package org.cdk8s.plus24.k8s
Interface EndpointHints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EndpointHints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-01T02:39:48.058Z") @Stability(Stable) public interface EndpointHints extends software.amazon.jsii.JsiiSerializable
EndpointHints provides hints describing how an endpoint should be consumed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EndpointHints.Builder
A builder forEndpointHints
static class
EndpointHints.Jsii$Proxy
An implementation forEndpointHints
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EndpointHints.Builder
builder()
default List<ForZone>
getForZones()
forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.
-
-
-
Method Detail
-
getForZones
@Stability(Stable) @Nullable default List<ForZone> getForZones()
forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.
-
builder
@Stability(Stable) static EndpointHints.Builder builder()
- Returns:
- a
EndpointHints.Builder
ofEndpointHints
-
-