Package org.cdk8s.plus24.k8s
Interface EndpointHintsV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EndpointHintsV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)", date="2023-05-05T16:22:33.872Z") @Stability(Stable) public interface EndpointHintsV1Beta1 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
EndpointHintsV1Beta1.Builder
A builder forEndpointHintsV1Beta1
static class
EndpointHintsV1Beta1.Jsii$Proxy
An implementation forEndpointHintsV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EndpointHintsV1Beta1.Builder
builder()
default List<ForZoneV1Beta1>
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<ForZoneV1Beta1> getForZones()
forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.May contain a maximum of 8 entries.
-
builder
@Stability(Stable) static EndpointHintsV1Beta1.Builder builder()
- Returns:
- a
EndpointHintsV1Beta1.Builder
ofEndpointHintsV1Beta1
-
-