me.snowdrop.istio.mixer.adapter.prometheus.BucketsDefinitionFluent Maven / Gradle / Ivy
package me.snowdrop.istio.mixer.adapter.prometheus;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.Deprecated;
import com.fasterxml.jackson.annotation.JsonUnwrapped;
import java.lang.Boolean;
public interface BucketsDefinitionFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildDefinition instead.
* @return The buildable object.
*/
@Deprecated public me.snowdrop.istio.mixer.adapter.prometheus.BucketsDefinition.Definition getDefinition();
public me.snowdrop.istio.mixer.adapter.prometheus.BucketsDefinition.Definition buildDefinition();
public A withDefinition(me.snowdrop.istio.mixer.adapter.prometheus.BucketsDefinition.Definition definition);
public Boolean hasDefinition();
public A withExponentialBucketsDefinition(ExponentialBucketsDefinition exponentialBucketsDefinition);
public BucketsDefinitionFluent.ExponentialBucketsDefinitionNested withNewExponentialBucketsDefinition();
public BucketsDefinitionFluent.ExponentialBucketsDefinitionNested withNewExponentialBucketsDefinitionLike(ExponentialBucketsDefinition item);
public A withLinearBucketsDefinition(LinearBucketsDefinition linearBucketsDefinition);
public BucketsDefinitionFluent.LinearBucketsDefinitionNested withNewLinearBucketsDefinition();
public BucketsDefinitionFluent.LinearBucketsDefinitionNested withNewLinearBucketsDefinitionLike(LinearBucketsDefinition item);
public A withExplicitBucketsDefinition(ExplicitBucketsDefinition explicitBucketsDefinition);
public BucketsDefinitionFluent.ExplicitBucketsDefinitionNested withNewExplicitBucketsDefinition();
public BucketsDefinitionFluent.ExplicitBucketsDefinitionNested withNewExplicitBucketsDefinitionLike(ExplicitBucketsDefinition item);
public interface ExponentialBucketsDefinitionNested extends io.fabric8.kubernetes.api.builder.Nested,ExponentialBucketsDefinitionFluent>{
public N and(); public N endExponentialBucketsDefinition();
}
public interface LinearBucketsDefinitionNested extends io.fabric8.kubernetes.api.builder.Nested,LinearBucketsDefinitionFluent>{
public N and(); public N endLinearBucketsDefinition();
}
public interface ExplicitBucketsDefinitionNested extends io.fabric8.kubernetes.api.builder.Nested,ExplicitBucketsDefinitionFluent>{
public N and(); public N endExplicitBucketsDefinition();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy