me.snowdrop.istio.api.model.v1.networking.ServerFluent 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.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 ServerFluent> extends Fluent{
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.
*/
@Deprecated public Port getPort();
public Port buildPort();
public A withPort(Port port);
public Boolean hasPort();
public A withNewPort(String name,Integer number,String protocol);
public ServerFluent.PortNested withNewPort();
public ServerFluent.PortNested withNewPortLike(Port item);
public ServerFluent.PortNested editPort();
public ServerFluent.PortNested editOrNewPort();
public ServerFluent.PortNested editOrNewPortLike(Port item);
/**
* This method has been deprecated, please use method buildTls instead.
*/
@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