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

me.snowdrop.istio.api.networking.v1alpha3.ServiceEntrySpecFluent 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 ServiceEntrySpecFluent> 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.
 * @return The buildable object.
 */
@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 ServiceEntrySpecFluent.EndpointsNested addNewEndpoint();
    public ServiceEntrySpecFluent.EndpointsNested addNewEndpointLike(Endpoint item);
    public ServiceEntrySpecFluent.EndpointsNested setNewEndpointLike(int index,Endpoint item);
    public ServiceEntrySpecFluent.EndpointsNested editEndpoint(int index);
    public ServiceEntrySpecFluent.EndpointsNested editFirstEndpoint();
    public ServiceEntrySpecFluent.EndpointsNested editLastEndpoint();
    public ServiceEntrySpecFluent.EndpointsNested editMatchingEndpoint(io.fabric8.kubernetes.api.builder.Predicate predicate);
    public A addToExportTo(int index,String item);
    public A setToExportTo(int index,String item);
    public A addToExportTo(String... items);
    public A addAllToExportTo(Collection items);
    public A removeFromExportTo(String... items);
    public A removeAllFromExportTo(Collection items);
    public List getExportTo();
    public String getExportTo(int index);
    public String getFirstExportTo();
    public String getLastExportTo();
    public String getMatchingExportTo(io.fabric8.kubernetes.api.builder.Predicate predicate);
    public A withExportTo(List exportTo);
    public A withExportTo(String... exportTo);
    public Boolean hasExportTo();
    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,me.snowdrop.istio.api.networking.v1alpha3.Port item);
    public A setToPorts(int index,me.snowdrop.istio.api.networking.v1alpha3.Port item);
    public A addToPorts(me.snowdrop.istio.api.networking.v1alpha3.Port... items);
    public A addAllToPorts(Collection items);
    public A removeFromPorts(me.snowdrop.istio.api.networking.v1alpha3.Port... items);
    public A removeAllFromPorts(Collection items);
    
/**
 * This method has been deprecated, please use method buildPorts instead.
 * @return The buildable object.
 */
@Deprecated public List getPorts();
    public List buildPorts();
    public me.snowdrop.istio.api.networking.v1alpha3.Port buildPort(int index);
    public me.snowdrop.istio.api.networking.v1alpha3.Port buildFirstPort();
    public me.snowdrop.istio.api.networking.v1alpha3.Port buildLastPort();
    public me.snowdrop.istio.api.networking.v1alpha3.Port buildMatchingPort(io.fabric8.kubernetes.api.builder.Predicate predicate);
    public A withPorts(List ports);
    public A withPorts(me.snowdrop.istio.api.networking.v1alpha3.Port... ports);
    public Boolean hasPorts();
    public A addNewPort(String name,Integer number,String protocol);
    public ServiceEntrySpecFluent.PortsNested addNewPort();
    public ServiceEntrySpecFluent.PortsNested addNewPortLike(me.snowdrop.istio.api.networking.v1alpha3.Port item);
    public ServiceEntrySpecFluent.PortsNested setNewPortLike(int index,me.snowdrop.istio.api.networking.v1alpha3.Port item);
    public ServiceEntrySpecFluent.PortsNested editPort(int index);
    public ServiceEntrySpecFluent.PortsNested editFirstPort();
    public ServiceEntrySpecFluent.PortsNested editLastPort();
    public ServiceEntrySpecFluent.PortsNested editMatchingPort(io.fabric8.kubernetes.api.builder.Predicate predicate);
    public ServiceEntryResolution getResolution();
    public A withResolution(ServiceEntryResolution resolution);
    public Boolean hasResolution();
    public A addToSubjectAltNames(int index,String item);
    public A setToSubjectAltNames(int index,String item);
    public A addToSubjectAltNames(String... items);
    public A addAllToSubjectAltNames(Collection items);
    public A removeFromSubjectAltNames(String... items);
    public A removeAllFromSubjectAltNames(Collection items);
    public List getSubjectAltNames();
    public String getSubjectAltName(int index);
    public String getFirstSubjectAltName();
    public String getLastSubjectAltName();
    public String getMatchingSubjectAltName(io.fabric8.kubernetes.api.builder.Predicate predicate);
    public A withSubjectAltNames(List subjectAltNames);
    public A withSubjectAltNames(String... subjectAltNames);
    public Boolean hasSubjectAltNames();

    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