public interface ExponentialFluent<A extends ExponentialFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Double |
getGrowthFactor() |
Integer |
getNumFiniteBuckets() |
Double |
getScale() |
Boolean |
hasGrowthFactor() |
Boolean |
hasNumFiniteBuckets() |
Boolean |
hasScale() |
A |
withGrowthFactor(Double growthFactor) |
A |
withNewGrowthFactor(double arg1) |
A |
withNewGrowthFactor(String arg1) |
A |
withNewNumFiniteBuckets(int arg1) |
A |
withNewNumFiniteBuckets(String arg1) |
A |
withNewScale(double arg1) |
A |
withNewScale(String arg1) |
A |
withNumFiniteBuckets(Integer numFiniteBuckets) |
A |
withScale(Double scale) |
Double getGrowthFactor()
Boolean hasGrowthFactor()
A withNewGrowthFactor(double arg1)
Integer getNumFiniteBuckets()
Boolean hasNumFiniteBuckets()
A withNewNumFiniteBuckets(int arg1)
Double getScale()
Boolean hasScale()
A withNewScale(double arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.