public interface BucketsDefinitionFluent<A extends BucketsDefinitionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BucketsDefinitionFluent.ExplicitBucketsDefinitionNested<N> |
static interface |
BucketsDefinitionFluent.ExponentialBucketsDefinitionNested<N> |
static interface |
BucketsDefinitionFluent.LinearBucketsDefinitionNested<N> |
@Deprecated BucketsDefinition.Definition getDefinition()
BucketsDefinition.Definition buildDefinition()
A withDefinition(BucketsDefinition.Definition definition)
Boolean hasDefinition()
A withExponentialBucketsDefinition(ExponentialBucketsDefinition exponentialBucketsDefinition)
BucketsDefinitionFluent.ExponentialBucketsDefinitionNested<A> withNewExponentialBucketsDefinition()
BucketsDefinitionFluent.ExponentialBucketsDefinitionNested<A> withNewExponentialBucketsDefinitionLike(ExponentialBucketsDefinition item)
A withLinearBucketsDefinition(LinearBucketsDefinition linearBucketsDefinition)
BucketsDefinitionFluent.LinearBucketsDefinitionNested<A> withNewLinearBucketsDefinition()
BucketsDefinitionFluent.LinearBucketsDefinitionNested<A> withNewLinearBucketsDefinitionLike(LinearBucketsDefinition item)
A withExplicitBucketsDefinition(ExplicitBucketsDefinition explicitBucketsDefinition)
BucketsDefinitionFluent.ExplicitBucketsDefinitionNested<A> withNewExplicitBucketsDefinition()
BucketsDefinitionFluent.ExplicitBucketsDefinitionNested<A> withNewExplicitBucketsDefinitionLike(ExplicitBucketsDefinition item)
Copyright © 2017–2018 Red Hat. All rights reserved.