public interface QueuingConfigurationFluent<A extends QueuingConfigurationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHandSize() |
Integer |
getQueueLengthLimit() |
Integer |
getQueues() |
Boolean |
hasHandSize() |
Boolean |
hasQueueLengthLimit() |
Boolean |
hasQueues() |
A |
withHandSize(Integer handSize) |
A |
withQueueLengthLimit(Integer queueLengthLimit) |
A |
withQueues(Integer queues) |
Copyright © 2015–2021 Red Hat. All rights reserved.