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

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();



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy