me.snowdrop.istio.api.model.v1.networking.DestinationWeightFluent Maven / Gradle / Ivy
package me.snowdrop.istio.api.model.v1.networking;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonIgnore;
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.Integer;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;
public interface DestinationWeightFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildDestination instead.
*/
@Deprecated public Destination getDestination();
public Destination buildDestination();
public A withDestination(Destination destination);
public Boolean hasDestination();
public DestinationWeightFluent.DestinationNested withNewDestination();
public DestinationWeightFluent.DestinationNested withNewDestinationLike(Destination item);
public DestinationWeightFluent.DestinationNested editDestination();
public DestinationWeightFluent.DestinationNested editOrNewDestination();
public DestinationWeightFluent.DestinationNested editOrNewDestinationLike(Destination item);
public Integer getWeight();
public A withWeight(Integer weight);
public Boolean hasWeight();
public A withNewWeight(int arg1);
public A withNewWeight(String arg1);
public interface DestinationNested extends io.fabric8.kubernetes.api.builder.Nested,DestinationFluent>{
public N and(); public N endDestination();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy