Interface V1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1beta2LimitedPriorityLevelConfigurationFluent.LimitResponseNested<N>
- All Known Implementing Classes:
V1beta2LimitResponseBuilder
,V1beta2LimitResponseFluentImpl
public interface V1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta2QueuingConfiguration
editOrNewQueuingLike
(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item) io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration
Deprecated.getType()
hasType()
withNewQueuingLike
(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item) withQueuing
(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration queuing)
-
Method Details
-
getQueuing
Deprecated.This method has been deprecated, please use method buildQueuing instead.- Returns:
- The buildable object.
-
buildQueuing
io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration buildQueuing() -
withQueuing
-
hasQueuing
Boolean hasQueuing() -
withNewQueuing
V1beta2LimitResponseFluent.QueuingNested<A> withNewQueuing() -
withNewQueuingLike
V1beta2LimitResponseFluent.QueuingNested<A> withNewQueuingLike(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item) -
editQueuing
V1beta2LimitResponseFluent.QueuingNested<A> editQueuing() -
editOrNewQueuing
V1beta2LimitResponseFluent.QueuingNested<A> editOrNewQueuing() -
editOrNewQueuingLike
V1beta2LimitResponseFluent.QueuingNested<A> editOrNewQueuingLike(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item) -
getType
String getType() -
withType
-
hasType
Boolean hasType()
-