remotePort on the first
ready Pod in the supplied Listable using
the supplied OkHttpClient.Pod encountered in the supplied Iterable of Pods for which the isReady(Pod)
method returns Boolean.TRUE, or null.Pod encountered in the supplied PodList of Pods for which the isReady(Pod)
method returns Boolean.TRUE, or null.Pod reachable from the supplied Listable of PodLists for which the isReady(Pod)
method returns Boolean.TRUE, or null.Boolean.TRUE if the supplied Pod is known
to be ready, Boolean.FALSE if it is known to be not ready
and null if its readiness status is unknown.Boolean.TRUE if the supplied PodStatus is
known to be ready, Boolean.FALSE if it is known to be not
ready and null if its readiness status is unknown.Boolean.TRUE if the supplied Iterable of
PodConditions contains a PodCondition whose
PodCondition.getType() method returns Ready and
whose PodCondition.getStatus() method returns True.Pods.Copyright © 2017–2019, MicroBean. All rights reserved.