public interface V1EndpointConditionsFluent<A extends V1EndpointConditionsFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getReady() |
Boolean |
getServing() |
Boolean |
getTerminating() |
Boolean |
hasReady() |
Boolean |
hasServing() |
Boolean |
hasTerminating() |
A |
withReady() |
A |
withReady(Boolean ready) |
A |
withServing() |
A |
withServing(Boolean serving) |
A |
withTerminating() |
A |
withTerminating(Boolean terminating) |
Boolean getReady()
Boolean hasReady()
Boolean getServing()
Boolean hasServing()
Boolean getTerminating()
Boolean hasTerminating()
A withReady()
A withServing()
A withTerminating()
Copyright © 2022. All rights reserved.