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

me.snowdrop.istio.api.policy.v1beta1.RandomSamplingFluent Maven / Gradle / Ivy

package me.snowdrop.istio.api.policy.v1beta1;

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.String;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Boolean;

public interface RandomSamplingFluent> extends Fluent{


    public String getAttributeExpression();
    public A withAttributeExpression(String attributeExpression);
    public Boolean hasAttributeExpression();
    
/**
 * This method has been deprecated, please use method buildPercentSampled instead.
 * @return The buildable object.
 */
@Deprecated public FractionalPercent getPercentSampled();
    public FractionalPercent buildPercentSampled();
    public A withPercentSampled(FractionalPercent percentSampled);
    public Boolean hasPercentSampled();
    public RandomSamplingFluent.PercentSampledNested withNewPercentSampled();
    public RandomSamplingFluent.PercentSampledNested withNewPercentSampledLike(FractionalPercent item);
    public RandomSamplingFluent.PercentSampledNested editPercentSampled();
    public RandomSamplingFluent.PercentSampledNested editOrNewPercentSampled();
    public RandomSamplingFluent.PercentSampledNested editOrNewPercentSampledLike(FractionalPercent item);
    public Boolean isUseIndependentRandomness();
    public A withUseIndependentRandomness(Boolean useIndependentRandomness);
    public Boolean hasUseIndependentRandomness();
    public A withNewUseIndependentRandomness(String arg1);
    public A withNewUseIndependentRandomness(boolean arg1);

    public interface PercentSampledNested extends io.fabric8.kubernetes.api.builder.Nested,FractionalPercentFluent>{

        
    public N and();    public N endPercentSampled();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy