me.snowdrop.istio.api.model.v1.networking.ServiceEntryFluent 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 ServiceEntryFluent> extends Fluent{
public A addToAddresses(int index,String item);
public A setToAddresses(int index,String item);
public A addToAddresses(String... items);
public A addAllToAddresses(Collection items);
public A removeFromAddresses(String... items);
public A removeAllFromAddresses(Collection items);
public List getAddresses();
public String getAddress(int index);
public String getFirstAddress();
public String getLastAddress();
public String getMatchingAddress(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A withAddresses(List addresses);
public A withAddresses(String... addresses);
public Boolean hasAddresses();
public A addToEndpoints(int index,Endpoint item);
public A setToEndpoints(int index,Endpoint item);
public A addToEndpoints(Endpoint... items);
public A addAllToEndpoints(Collection items);
public A removeFromEndpoints(Endpoint... items);
public A removeAllFromEndpoints(Collection items);
/**
* This method has been deprecated, please use method buildEndpoints instead.
*/
@Deprecated public List getEndpoints();
public List buildEndpoints();
public Endpoint buildEndpoint(int index);
public Endpoint buildFirstEndpoint();
public Endpoint buildLastEndpoint();
public Endpoint buildMatchingEndpoint(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A withEndpoints(List endpoints);
public A withEndpoints(Endpoint... endpoints);
public Boolean hasEndpoints();
public ServiceEntryFluent.EndpointsNested addNewEndpoint();
public ServiceEntryFluent.EndpointsNested addNewEndpointLike(Endpoint item);
public ServiceEntryFluent.EndpointsNested setNewEndpointLike(int index,Endpoint item);
public ServiceEntryFluent.EndpointsNested editEndpoint(int index);
public ServiceEntryFluent.EndpointsNested editFirstEndpoint();
public ServiceEntryFluent.EndpointsNested editLastEndpoint();
public ServiceEntryFluent.EndpointsNested editMatchingEndpoint(io.fabric8.kubernetes.api.builder.Predicate predicate);
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();
public ServiceEntryLocation getLocation();
public A withLocation(ServiceEntryLocation location);
public Boolean hasLocation();
public A addToPorts(int index,Port item);
public A setToPorts(int index,Port item);
public A addToPorts(Port... items);
public A addAllToPorts(Collection items);
public A removeFromPorts(Port... items);
public A removeAllFromPorts(Collection items);
/**
* This method has been deprecated, please use method buildPorts instead.
*/
@Deprecated public List getPorts();
public List buildPorts();
public Port buildPort(int index);
public Port buildFirstPort();
public Port buildLastPort();
public Port buildMatchingPort(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A withPorts(List ports);
public A withPorts(Port... ports);
public Boolean hasPorts();
public A addNewPort(String name,Integer number,String protocol);
public ServiceEntryFluent.PortsNested addNewPort();
public ServiceEntryFluent.PortsNested addNewPortLike(Port item);
public ServiceEntryFluent.PortsNested setNewPortLike(int index,Port item);
public ServiceEntryFluent.PortsNested editPort(int index);
public ServiceEntryFluent.PortsNested editFirstPort();
public ServiceEntryFluent.PortsNested editLastPort();
public ServiceEntryFluent.PortsNested editMatchingPort(io.fabric8.kubernetes.api.builder.Predicate predicate);
public ServiceEntryResolution getResolution();
public A withResolution(ServiceEntryResolution resolution);
public Boolean hasResolution();
public interface EndpointsNested extends io.fabric8.kubernetes.api.builder.Nested,EndpointFluent>{
public N and(); public N endEndpoint();
}
public interface PortsNested extends io.fabric8.kubernetes.api.builder.Nested,PortFluent>{
public N and(); public N endPort();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy