Class V1beta2QueuingConfigurationFluentImpl<A extends V1beta2QueuingConfigurationFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2QueuingConfigurationFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1beta2QueuingConfigurationFluent<A>
- Direct Known Subclasses:
V1beta2QueuingConfigurationBuilder
public class V1beta2QueuingConfigurationFluentImpl<A extends V1beta2QueuingConfigurationFluent<A>>
extends BaseFluent<A>
implements V1beta2QueuingConfigurationFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1beta2QueuingConfigurationFluentImpl(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()withHandSize(Integer handSize) withQueueLengthLimit(Integer queueLengthLimit) withQueues(Integer queues) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta2QueuingConfigurationFluentImpl
public V1beta2QueuingConfigurationFluentImpl() -
V1beta2QueuingConfigurationFluentImpl
public V1beta2QueuingConfigurationFluentImpl(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration instance)
-
-
Method Details
-
getHandSize
- Specified by:
getHandSizein interfaceV1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
withHandSize
- Specified by:
withHandSizein interfaceV1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
hasHandSize
- Specified by:
hasHandSizein interfaceV1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
getQueueLengthLimit
- Specified by:
getQueueLengthLimitin interfaceV1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
withQueueLengthLimit
- Specified by:
withQueueLengthLimitin interfaceV1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
hasQueueLengthLimit
- Specified by:
hasQueueLengthLimitin interfaceV1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
getQueues
- Specified by:
getQueuesin interfaceV1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
withQueues
- Specified by:
withQueuesin interfaceV1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
hasQueues
- Specified by:
hasQueuesin interfaceV1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1beta2QueuingConfigurationFluent<A>>
-
toString
-