public interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getReady() |
Boolean |
getServing() |
Boolean |
getTerminating() |
Boolean |
hasReady() |
Boolean |
hasServing() |
Boolean |
hasTerminating() |
A |
withReady(Boolean ready) |
A |
withServing(Boolean serving) |
A |
withTerminating(Boolean terminating) |
Copyright © 2015–2020 Red Hat. All rights reserved.