Uses of Class
io.fabric8.kubernetes.api.model.EndpointAddress
-
Packages that use EndpointAddress Package Description io.fabric8.kubernetes.api.model -
-
Uses of EndpointAddress in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return EndpointAddress Modifier and Type Method Description EndpointAddressEndpointAddressBuilder. build()EndpointAddressEndpointSubsetFluent. buildAddress(int index)EndpointAddressEndpointSubsetFluent. buildFirstAddress()EndpointAddressEndpointSubsetFluent. buildFirstNotReadyAddress()EndpointAddressEndpointSubsetFluent. buildLastAddress()EndpointAddressEndpointSubsetFluent. buildLastNotReadyAddress()EndpointAddressEndpointSubsetFluent. buildMatchingAddress(Predicate<EndpointAddressBuilder> predicate)EndpointAddressEndpointSubsetFluent. buildMatchingNotReadyAddress(Predicate<EndpointAddressBuilder> predicate)EndpointAddressEndpointSubsetFluent. buildNotReadyAddress(int index)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type EndpointAddress Modifier and Type Method Description List<EndpointAddress>EndpointSubsetFluent. buildAddresses()List<EndpointAddress>EndpointSubsetFluent. buildNotReadyAddresses()List<EndpointAddress>EndpointSubset. getAddresses()IP addresses which offer the related ports that are marked as ready.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.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type EndpointAddress Modifier and Type Method Description AEndpointSubsetFluent. addAllToAddresses(Collection<EndpointAddress> items)AEndpointSubsetFluent. addAllToNotReadyAddresses(Collection<EndpointAddress> items)AEndpointSubsetFluent. removeAllFromAddresses(Collection<EndpointAddress> items)AEndpointSubsetFluent. removeAllFromNotReadyAddresses(Collection<EndpointAddress> items)voidEndpointSubset. setAddresses(List<EndpointAddress> addresses)IP addresses which offer the related ports that are marked as ready.voidEndpointSubset. setNotReadyAddresses(List<EndpointAddress> notReadyAddresses)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.AEndpointSubsetFluent. withAddresses(List<EndpointAddress> addresses)AEndpointSubsetFluent. withNotReadyAddresses(List<EndpointAddress> notReadyAddresses)Constructors in io.fabric8.kubernetes.api.model with parameters of type EndpointAddress Constructor Description EndpointAddressBuilder(EndpointAddress instance)EndpointAddressBuilder(EndpointAddressFluent<?> fluent, EndpointAddress instance)EndpointAddressFluent(EndpointAddress instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type EndpointAddress Constructor Description EndpointSubset(List<EndpointAddress> addresses, List<EndpointAddress> notReadyAddresses, List<EndpointPort> ports)
-