Uses of Interface
org.cdk8s.plus24.k8s.EndpointAddress
-
Packages that use EndpointAddress Package Description org.cdk8s.plus24.k8s -
-
Uses of EndpointAddress in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement EndpointAddress Modifier and Type Class Description static class
EndpointAddress.Jsii$Proxy
An implementation forEndpointAddress
Methods in org.cdk8s.plus24.k8s that return EndpointAddress Modifier and Type Method Description EndpointAddress
EndpointAddress.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type EndpointAddress Modifier and Type Method Description default List<EndpointAddress>
EndpointSubset. getAddresses()
IP addresses which offer the related ports that are marked as ready.List<EndpointAddress>
EndpointSubset.Jsii$Proxy. getAddresses()
default List<EndpointAddress>
EndpointSubset. getNotReadyAddresses()
IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.List<EndpointAddress>
EndpointSubset.Jsii$Proxy. getNotReadyAddresses()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type EndpointAddress Modifier and Type Method Description EndpointSubset.Builder
EndpointSubset.Builder. addresses(List<? extends EndpointAddress> addresses)
Sets the value ofEndpointSubset.getAddresses()
EndpointSubset.Builder
EndpointSubset.Builder. notReadyAddresses(List<? extends EndpointAddress> notReadyAddresses)
Sets the value ofEndpointSubset.getNotReadyAddresses()
-