remotePort
on the first
ready Pod
in the supplied Listable
using
the supplied OkHttpClient
.Pod
encountered in the supplied Iterable
of Pod
s for which the isReady(Pod)
method returns Boolean.TRUE
, or null
.Pod
encountered in the supplied PodList
of Pod
s for which the isReady(Pod)
method returns Boolean.TRUE
, or null
.Pod
reachable from the supplied Listable
of PodList
s 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
PodCondition
s contains a PodCondition
whose
PodCondition.getType()
method returns Ready
and
whose PodCondition.getStatus()
method returns True
.Pod
s.Copyright © 2017–2019, MicroBean. All rights reserved.