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

io.kubernetes.client.openapi.models.V1LoadBalancerIngressFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
import java.lang.StringBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.lang.StringBuffer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

public interface V1LoadBalancerIngressFluent> extends Fluent {


    public String getHostname();
    public A withHostname(String hostname);
    public Boolean hasHostname();
    public A withNewHostname(String arg1);
    public A withNewHostname(StringBuilder arg1);
    public A withNewHostname(StringBuffer arg1);
    public String getIp();
    public A withIp(String ip);
    public Boolean hasIp();
    public A withNewIp(String arg1);
    public A withNewIp(StringBuilder arg1);
    public A withNewIp(StringBuffer arg1);
    public A addToPorts(int index,V1PortStatus item);
    public A setToPorts(int index,V1PortStatus item);
    public A addToPorts(V1PortStatus... items);
    public A addAllToPorts(Collection items);
    public A removeFromPorts(V1PortStatus... items);
    public A removeAllFromPorts(Collection items);
    public A removeMatchingFromPorts(io.kubernetes.client.fluent.Predicate predicate);
    
/**
 * This method has been deprecated, please use method buildPorts instead.
 * @return The buildable object.
 */
@Deprecated public List getPorts();
    public List buildPorts();
    public V1PortStatus buildPort(int index);
    public V1PortStatus buildFirstPort();
    public V1PortStatus buildLastPort();
    public V1PortStatus buildMatchingPort(io.kubernetes.client.fluent.Predicate predicate);
    public Boolean hasMatchingPort(io.kubernetes.client.fluent.Predicate predicate);
    public A withPorts(List ports);
    public A withPorts(V1PortStatus... ports);
    public Boolean hasPorts();
    public V1LoadBalancerIngressFluent.PortsNested addNewPort();
    public V1LoadBalancerIngressFluent.PortsNested addNewPortLike(V1PortStatus item);
    public V1LoadBalancerIngressFluent.PortsNested setNewPortLike(int index,V1PortStatus item);
    public V1LoadBalancerIngressFluent.PortsNested editPort(int index);
    public V1LoadBalancerIngressFluent.PortsNested editFirstPort();
    public V1LoadBalancerIngressFluent.PortsNested editLastPort();
    public V1LoadBalancerIngressFluent.PortsNested editMatchingPort(io.kubernetes.client.fluent.Predicate predicate);
    public interface PortsNested extends io.kubernetes.client.fluent.Nested,V1PortStatusFluent> {

        public N and();
        public N endPort();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy