public interface V1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V1beta2LimitResponseFluent.QueuingNested<N> |
| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration |
buildQueuing() |
V1beta2LimitResponseFluent.QueuingNested<A> |
editOrNewQueuing() |
V1beta2LimitResponseFluent.QueuingNested<A> |
editOrNewQueuingLike(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item) |
V1beta2LimitResponseFluent.QueuingNested<A> |
editQueuing() |
io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration |
getQueuing()
Deprecated.
|
String |
getType() |
Boolean |
hasQueuing() |
Boolean |
hasType() |
V1beta2LimitResponseFluent.QueuingNested<A> |
withNewQueuing() |
V1beta2LimitResponseFluent.QueuingNested<A> |
withNewQueuingLike(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item) |
A |
withQueuing(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration queuing) |
A |
withType(String type) |
@Deprecated io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration getQueuing()
io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration buildQueuing()
A withQueuing(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration queuing)
Boolean hasQueuing()
V1beta2LimitResponseFluent.QueuingNested<A> withNewQueuing()
V1beta2LimitResponseFluent.QueuingNested<A> withNewQueuingLike(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item)
V1beta2LimitResponseFluent.QueuingNested<A> editQueuing()
V1beta2LimitResponseFluent.QueuingNested<A> editOrNewQueuing()
V1beta2LimitResponseFluent.QueuingNested<A> editOrNewQueuingLike(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item)
String getType()
Boolean hasType()
Copyright © 2022. All rights reserved.