public class GlobalAutoScalingFluentImpl<A extends GlobalAutoScalingFluent<A>> extends io.dekorate.deps.kubernetes.api.builder.BaseFluent<A> implements GlobalAutoScalingFluent<A>
_visitables| Constructor and Description |
|---|
GlobalAutoScalingFluentImpl() |
GlobalAutoScalingFluentImpl(GlobalAutoScaling instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AutoScalerClass |
getAutoScalerClass() |
int |
getContainerConcurrency() |
int |
getRequestsPerSecond() |
int |
getTargetUtilizationPercentage() |
Boolean |
hasAutoScalerClass() |
Boolean |
hasContainerConcurrency() |
int |
hashCode() |
Boolean |
hasRequestsPerSecond() |
Boolean |
hasTargetUtilizationPercentage() |
A |
withAutoScalerClass(AutoScalerClass autoScalerClass) |
A |
withContainerConcurrency(int containerConcurrency) |
A |
withRequestsPerSecond(int requestsPerSecond) |
A |
withTargetUtilizationPercentage(int targetUtilizationPercentage) |
accept, aggregate, aggregate, build, build, builderOfpublic GlobalAutoScalingFluentImpl()
public GlobalAutoScalingFluentImpl(GlobalAutoScaling instance)
public AutoScalerClass getAutoScalerClass()
getAutoScalerClass in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public A withAutoScalerClass(AutoScalerClass autoScalerClass)
withAutoScalerClass in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public Boolean hasAutoScalerClass()
hasAutoScalerClass in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public int getContainerConcurrency()
getContainerConcurrency in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public A withContainerConcurrency(int containerConcurrency)
withContainerConcurrency in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public Boolean hasContainerConcurrency()
hasContainerConcurrency in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public int getTargetUtilizationPercentage()
getTargetUtilizationPercentage in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public A withTargetUtilizationPercentage(int targetUtilizationPercentage)
withTargetUtilizationPercentage in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public Boolean hasTargetUtilizationPercentage()
hasTargetUtilizationPercentage in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public int getRequestsPerSecond()
getRequestsPerSecond in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public A withRequestsPerSecond(int requestsPerSecond)
withRequestsPerSecond in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>public Boolean hasRequestsPerSecond()
hasRequestsPerSecond in interface GlobalAutoScalingFluent<A extends GlobalAutoScalingFluent<A>>Copyright © 2018–2020 Red Hat. All rights reserved.