me.snowdrop.istio.adapter.prometheus.LinearBucketsDefinitionFluent Maven / Gradle / Ivy
package me.snowdrop.istio.adapter.prometheus;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.Double;
import java.lang.Integer;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Boolean;
public interface LinearBucketsDefinitionFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildLinearBuckets instead.
* @return The buildable object.
*/
@Deprecated public Linear getLinearBuckets();
public Linear buildLinearBuckets();
public A withLinearBuckets(Linear linearBuckets);
public Boolean hasLinearBuckets();
public A withNewLinearBuckets(Integer numFiniteBuckets,Double offset,Double width);
public LinearBucketsDefinitionFluent.LinearBucketsNested withNewLinearBuckets();
public LinearBucketsDefinitionFluent.LinearBucketsNested withNewLinearBucketsLike(Linear item);
public LinearBucketsDefinitionFluent.LinearBucketsNested editLinearBuckets();
public LinearBucketsDefinitionFluent.LinearBucketsNested editOrNewLinearBuckets();
public LinearBucketsDefinitionFluent.LinearBucketsNested editOrNewLinearBucketsLike(Linear item);
public interface LinearBucketsNested extends io.fabric8.kubernetes.api.builder.Nested,LinearFluent>{
public N and(); public N endLinearBuckets();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy