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 io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1LoadBalancerIngressFluent> extends Fluent{
  public String getHostname();
  public A withHostname(String hostname);
  public Boolean hasHostname();
  public String getIp();
  public A withIp(String ip);
  public Boolean hasIp();
  public A addToPorts(Integer index,V1PortStatus item);
  public A setToPorts(Integer index,V1PortStatus item);
  public A addToPorts(io.kubernetes.client.openapi.models.V1PortStatus... items);
  public A addAllToPorts(Collection items);
  public A removeFromPorts(io.kubernetes.client.openapi.models.V1PortStatus... items);
  public A removeAllFromPorts(Collection items);
  public A removeMatchingFromPorts(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(Integer index);
  public V1PortStatus buildFirstPort();
  public V1PortStatus buildLastPort();
  public V1PortStatus buildMatchingPort(Predicate predicate);
  public Boolean hasMatchingPort(Predicate predicate);
  public A withPorts(List ports);
  public A withPorts(io.kubernetes.client.openapi.models.V1PortStatus... ports);
  public Boolean hasPorts();
  public V1LoadBalancerIngressFluent.PortsNested addNewPort();
  public V1LoadBalancerIngressFluent.PortsNested addNewPortLike(V1PortStatus item);
  public V1LoadBalancerIngressFluent.PortsNested setNewPortLike(Integer index,V1PortStatus item);
  public V1LoadBalancerIngressFluent.PortsNested editPort(Integer index);
  public V1LoadBalancerIngressFluent.PortsNested editFirstPort();
  public V1LoadBalancerIngressFluent.PortsNested editLastPort();
  public V1LoadBalancerIngressFluent.PortsNested editMatchingPort(Predicate predicate);
  public interface PortsNested extends Nested,V1PortStatusFluent>{
    public N and();
    public N endPort();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy