me.snowdrop.istio.api.networking.v1alpha3.ServerFluent Maven / Gradle / Ivy
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 io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.fabric8.kubernetes.api.builder.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
public interface ServerFluent> extends Fluent{
public String getBind();
public A withBind(String bind);
public Boolean hasBind();
public String getDefaultEndpoint();
public A withDefaultEndpoint(String defaultEndpoint);
public Boolean hasDefaultEndpoint();
public A addToHosts(int index,String item);
public A setToHosts(int index,String item);
public A addToHosts(String... items);
public A addAllToHosts(Collection items);
public A removeFromHosts(String... items);
public A removeAllFromHosts(Collection items);
public List getHosts();
public String getHost(int index);
public String getFirstHost();
public String getLastHost();
public String getMatchingHost(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A withHosts(List hosts);
public A withHosts(String... hosts);
public Boolean hasHosts();
/**
* This method has been deprecated, please use method buildPort instead.
* @return The buildable object.
*/
@Deprecated public me.snowdrop.istio.api.networking.v1alpha3.Port getPort();
public me.snowdrop.istio.api.networking.v1alpha3.Port buildPort();
public A withPort(me.snowdrop.istio.api.networking.v1alpha3.Port port);
public Boolean hasPort();
public A withNewPort(String name,Integer number,String protocol);
public ServerFluent.PortNested withNewPort();
public ServerFluent.PortNested withNewPortLike(me.snowdrop.istio.api.networking.v1alpha3.Port item);
public ServerFluent.PortNested editPort();
public ServerFluent.PortNested editOrNewPort();
public ServerFluent.PortNested editOrNewPortLike(me.snowdrop.istio.api.networking.v1alpha3.Port item);
/**
* This method has been deprecated, please use method buildTls instead.
* @return The buildable object.
*/
@Deprecated public TLSOptions getTls();
public TLSOptions buildTls();
public A withTls(TLSOptions tls);
public Boolean hasTls();
public ServerFluent.TlsNested withNewTls();
public ServerFluent.TlsNested withNewTlsLike(TLSOptions item);
public ServerFluent.TlsNested editTls();
public ServerFluent.TlsNested editOrNewTls();
public ServerFluent.TlsNested editOrNewTlsLike(TLSOptions item);
public interface PortNested extends io.fabric8.kubernetes.api.builder.Nested,PortFluent>{
public N and(); public N endPort();
}
public interface TlsNested extends io.fabric8.kubernetes.api.builder.Nested,TLSOptionsFluent>{
public N and(); public N endTls();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy