me.snowdrop.istio.api.networking.v1alpha3.PercentFluent Maven / Gradle / Ivy
The newest version!
package me.snowdrop.istio.api.networking.v1alpha3;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.Boolean;
import java.lang.Double;
public interface PercentFluent> extends Fluent{
public Double getValue();
public A withValue(Double value);
public Boolean hasValue();
}