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

me.snowdrop.istio.api.model.v1.routing.IngressRuleFluent 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 me.snowdrop.istio.api.builder.Fluent;
import me.snowdrop.istio.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 IngressRuleFluent> extends me.snowdrop.istio.api.builder.Fluent{


    public Object getDestinationServicePort();
    public A withDestinationServicePort(Object destinationServicePort);
    public Boolean hasDestinationServicePort();
    
/**
 * 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 IngressRuleFluent.DestinationNested withNewDestination();
    public IngressRuleFluent.DestinationNested withNewDestinationLike(IstioService item);
    public IngressRuleFluent.DestinationNested editDestination();
    public IngressRuleFluent.DestinationNested editOrNewDestination();
    public IngressRuleFluent.DestinationNested editOrNewDestinationLike(IstioService item);
    
/**
 * This method has been deprecated, please use method buildMatch instead.
 */
@Deprecated public MatchCondition getMatch();
    public MatchCondition buildMatch();
    public A withMatch(MatchCondition match);
    public Boolean hasMatch();
    public IngressRuleFluent.MatchNested withNewMatch();
    public IngressRuleFluent.MatchNested withNewMatchLike(MatchCondition item);
    public IngressRuleFluent.MatchNested editMatch();
    public IngressRuleFluent.MatchNested editOrNewMatch();
    public IngressRuleFluent.MatchNested editOrNewMatchLike(MatchCondition item);
    public Integer getPort();
    public A withPort(Integer port);
    public Boolean hasPort();
    public Integer getPrecedence();
    public A withPrecedence(Integer precedence);
    public Boolean hasPrecedence();
    public String getTlsSecret();
    public A withTlsSecret(String tlsSecret);
    public Boolean hasTlsSecret();

    public interface DestinationNested extends me.snowdrop.istio.api.builder.Nested,IstioServiceFluent>{

        
    public N and();    public N endDestination();
}
    public interface MatchNested extends me.snowdrop.istio.api.builder.Nested,MatchConditionFluent>{

        
    public N and();    public N endMatch();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy