Uses of Interface
org.cdk8s.plus24.k8s.ForZone
-
Packages that use ForZone Package Description org.cdk8s.plus24.k8s -
-
Uses of ForZone in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement ForZone Modifier and Type Class Description static class
ForZone.Jsii$Proxy
An implementation forForZone
Methods in org.cdk8s.plus24.k8s that return ForZone Modifier and Type Method Description ForZone
ForZone.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type ForZone Modifier and Type Method Description default List<ForZone>
EndpointHints. getForZones()
forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.List<ForZone>
EndpointHints.Jsii$Proxy. getForZones()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type ForZone Modifier and Type Method Description EndpointHints.Builder
EndpointHints.Builder. forZones(List<? extends ForZone> forZones)
Sets the value ofEndpointHints.getForZones()
-