me.snowdrop.istio.api.model.v1.networking.HTTPMatchRequestFluent 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.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.fabric8.kubernetes.api.builder.Predicate;
import java.util.LinkedHashMap;
import java.lang.Deprecated;
import java.util.List;
import java.lang.Boolean;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.Integer;
import javax.validation.Valid;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;
public interface HTTPMatchRequestFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildAuthority instead.
*/
@Deprecated public StringMatch getAuthority();
public StringMatch buildAuthority();
public A withAuthority(StringMatch authority);
public Boolean hasAuthority();
public A withNewAuthority(Object matchType);
public HTTPMatchRequestFluent.AuthorityNested withNewAuthority();
public HTTPMatchRequestFluent.AuthorityNested withNewAuthorityLike(StringMatch item);
public HTTPMatchRequestFluent.AuthorityNested editAuthority();
public HTTPMatchRequestFluent.AuthorityNested editOrNewAuthority();
public HTTPMatchRequestFluent.AuthorityNested editOrNewAuthorityLike(StringMatch item);
public A addToGateways(int index,String item);
public A setToGateways(int index,String item);
public A addToGateways(String... items);
public A addAllToGateways(Collection items);
public A removeFromGateways(String... items);
public A removeAllFromGateways(Collection items);
public List getGateways();
public String getGateway(int index);
public String getFirstGateway();
public String getLastGateway();
public String getMatchingGateway(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A withGateways(List gateways);
public A withGateways(String... gateways);
public Boolean hasGateways();
public A addToHeaders(String key,StringMatch value);
public A addToHeaders(Map map);
public A removeFromHeaders(String key);
public A removeFromHeaders(Map map);
public Map getHeaders();
public A withHeaders(Map headers);
public Boolean hasHeaders();
/**
* This method has been deprecated, please use method buildMethod instead.
*/
@Deprecated public StringMatch getMethod();
public StringMatch buildMethod();
public A withMethod(StringMatch method);
public Boolean hasMethod();
public A withNewMethod(Object matchType);
public HTTPMatchRequestFluent.MethodNested withNewMethod();
public HTTPMatchRequestFluent.MethodNested withNewMethodLike(StringMatch item);
public HTTPMatchRequestFluent.MethodNested editMethod();
public HTTPMatchRequestFluent.MethodNested editOrNewMethod();
public HTTPMatchRequestFluent.MethodNested editOrNewMethodLike(StringMatch item);
public Integer getPort();
public A withPort(Integer port);
public Boolean hasPort();
public A withNewPort(int arg1);
public A withNewPort(String arg1);
/**
* This method has been deprecated, please use method buildScheme instead.
*/
@Deprecated public StringMatch getScheme();
public StringMatch buildScheme();
public A withScheme(StringMatch scheme);
public Boolean hasScheme();
public A withNewScheme(Object matchType);
public HTTPMatchRequestFluent.SchemeNested withNewScheme();
public HTTPMatchRequestFluent.SchemeNested withNewSchemeLike(StringMatch item);
public HTTPMatchRequestFluent.SchemeNested editScheme();
public HTTPMatchRequestFluent.SchemeNested editOrNewScheme();
public HTTPMatchRequestFluent.SchemeNested editOrNewSchemeLike(StringMatch item);
public A addToSourceLabels(String key,String value);
public A addToSourceLabels(Map map);
public A removeFromSourceLabels(String key);
public A removeFromSourceLabels(Map map);
public Map getSourceLabels();
public A withSourceLabels(Map sourceLabels);
public Boolean hasSourceLabels();
/**
* This method has been deprecated, please use method buildUri instead.
*/
@Deprecated public StringMatch getUri();
public StringMatch buildUri();
public A withUri(StringMatch uri);
public Boolean hasUri();
public A withNewUri(Object matchType);
public HTTPMatchRequestFluent.UriNested withNewUri();
public HTTPMatchRequestFluent.UriNested withNewUriLike(StringMatch item);
public HTTPMatchRequestFluent.UriNested editUri();
public HTTPMatchRequestFluent.UriNested editOrNewUri();
public HTTPMatchRequestFluent.UriNested editOrNewUriLike(StringMatch item);
public interface AuthorityNested extends io.fabric8.kubernetes.api.builder.Nested,StringMatchFluent>{
public N and(); public N endAuthority();
}
public interface MethodNested extends io.fabric8.kubernetes.api.builder.Nested,StringMatchFluent>{
public N and(); public N endMethod();
}
public interface SchemeNested extends io.fabric8.kubernetes.api.builder.Nested,StringMatchFluent>{
public N and(); public N endScheme();
}
public interface UriNested extends io.fabric8.kubernetes.api.builder.Nested,StringMatchFluent>{
public N and(); public N endUri();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy