Package org.cdk8s.plus25.k8s
Interface EndpointHints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EndpointHints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.513Z") @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 classEndpointHints.BuilderA builder forEndpointHintsstatic classEndpointHints.Jsii$ProxyAn implementation forEndpointHints
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EndpointHints.Builderbuilder()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.BuilderofEndpointHints
-
-