public interface ExponentialBucketsDefinitionFluent<A extends ExponentialBucketsDefinitionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<N> |
| Modifier and Type | Method and Description |
|---|---|
Exponential |
buildExponentialBuckets() |
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<A> |
editExponentialBuckets() |
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<A> |
editOrNewExponentialBuckets() |
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<A> |
editOrNewExponentialBucketsLike(Exponential item) |
Exponential |
getExponentialBuckets()
Deprecated.
|
Boolean |
hasExponentialBuckets() |
A |
withExponentialBuckets(Exponential exponentialBuckets) |
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<A> |
withNewExponentialBuckets() |
A |
withNewExponentialBuckets(Double growthFactor,
Integer numFiniteBuckets,
Double scale) |
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<A> |
withNewExponentialBucketsLike(Exponential item) |
@Deprecated Exponential getExponentialBuckets()
Exponential buildExponentialBuckets()
A withExponentialBuckets(Exponential exponentialBuckets)
Boolean hasExponentialBuckets()
A withNewExponentialBuckets(Double growthFactor, Integer numFiniteBuckets, Double scale)
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<A> withNewExponentialBuckets()
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<A> withNewExponentialBucketsLike(Exponential item)
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<A> editExponentialBuckets()
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<A> editOrNewExponentialBuckets()
ExponentialBucketsDefinitionFluent.ExponentialBucketsNested<A> editOrNewExponentialBucketsLike(Exponential item)
Copyright © 2017–2018 Red Hat. All rights reserved.