All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.snowdrop.istio.mixer.adapter.prometheus.ExponentialBucketsDefinitionFluent Maven / Gradle / Ivy

package me.snowdrop.istio.mixer.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 ExponentialBucketsDefinitionFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildExponentialBuckets instead.
 * @return The buildable object.
 */
@Deprecated public Exponential getExponentialBuckets();
    public Exponential buildExponentialBuckets();
    public A withExponentialBuckets(Exponential exponentialBuckets);
    public Boolean hasExponentialBuckets();
    public A withNewExponentialBuckets(Double growthFactor,Integer numFiniteBuckets,Double scale);
    public ExponentialBucketsDefinitionFluent.ExponentialBucketsNested withNewExponentialBuckets();
    public ExponentialBucketsDefinitionFluent.ExponentialBucketsNested withNewExponentialBucketsLike(Exponential item);
    public ExponentialBucketsDefinitionFluent.ExponentialBucketsNested editExponentialBuckets();
    public ExponentialBucketsDefinitionFluent.ExponentialBucketsNested editOrNewExponentialBuckets();
    public ExponentialBucketsDefinitionFluent.ExponentialBucketsNested editOrNewExponentialBucketsLike(Exponential item);

    public interface ExponentialBucketsNested extends io.fabric8.kubernetes.api.builder.Nested,ExponentialFluent>{

        
    public N and();    public N endExponentialBuckets();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy