public interface V1beta1EndpointConditionsFluent<A extends V1beta1EndpointConditionsFluent<A>> extends 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 © 2022. All rights reserved.