public interface LimitResponseFluent<A extends LimitResponseFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LimitResponseFluent.QueuingNested<N> |
| Modifier and Type | Method and Description |
|---|---|
QueuingConfiguration |
buildQueuing() |
LimitResponseFluent.QueuingNested<A> |
editOrNewQueuing() |
LimitResponseFluent.QueuingNested<A> |
editOrNewQueuingLike(QueuingConfiguration item) |
LimitResponseFluent.QueuingNested<A> |
editQueuing() |
QueuingConfiguration |
getQueuing()
Deprecated.
|
String |
getType() |
Boolean |
hasQueuing() |
Boolean |
hasType() |
LimitResponseFluent.QueuingNested<A> |
withNewQueuing() |
A |
withNewQueuing(Integer handSize,
Integer queueLengthLimit,
Integer queues) |
LimitResponseFluent.QueuingNested<A> |
withNewQueuingLike(QueuingConfiguration item) |
A |
withNewType(String arg0)
Deprecated.
|
A |
withQueuing(QueuingConfiguration queuing) |
A |
withType(String type) |
@Deprecated QueuingConfiguration getQueuing()
QueuingConfiguration buildQueuing()
A withQueuing(QueuingConfiguration queuing)
Boolean hasQueuing()
LimitResponseFluent.QueuingNested<A> withNewQueuing()
LimitResponseFluent.QueuingNested<A> withNewQueuingLike(QueuingConfiguration item)
LimitResponseFluent.QueuingNested<A> editQueuing()
LimitResponseFluent.QueuingNested<A> editOrNewQueuing()
LimitResponseFluent.QueuingNested<A> editOrNewQueuingLike(QueuingConfiguration item)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.