me.snowdrop.istio.api.model.v1.routing.DestinationWeightFluent Maven / Gradle / Ivy
package me.snowdrop.istio.api.model.v1.routing;
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.util.LinkedHashMap;
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 IstioService getDestination();
public IstioService buildDestination();
public A withDestination(IstioService destination);
public Boolean hasDestination();
public DestinationWeightFluent.DestinationNested withNewDestination();
public DestinationWeightFluent.DestinationNested withNewDestinationLike(IstioService item);
public DestinationWeightFluent.DestinationNested editDestination();
public DestinationWeightFluent.DestinationNested editOrNewDestination();
public DestinationWeightFluent.DestinationNested editOrNewDestinationLike(IstioService item);
public A addToLabels(String key,String value);
public A addToLabels(Map map);
public A removeFromLabels(String key);
public A removeFromLabels(Map map);
public Map getLabels();
public A withLabels(Map labels);
public Boolean hasLabels();
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,IstioServiceFluent>{
public N and(); public N endDestination();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy