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

io.kubernetes.client.openapi.models.V1APIVersionsFluent 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 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 java.util.function.Predicate;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1APIVersionsFluent> extends Fluent{
  public String getApiVersion();
  public A withApiVersion(String apiVersion);
  public Boolean hasApiVersion();
  public String getKind();
  public A withKind(String kind);
  public Boolean hasKind();
  public A addToServerAddressByClientCIDRs(int index,V1ServerAddressByClientCIDR item);
  public A setToServerAddressByClientCIDRs(int index,V1ServerAddressByClientCIDR item);
  public A addToServerAddressByClientCIDRs(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR... items);
  public A addAllToServerAddressByClientCIDRs(Collection items);
  public A removeFromServerAddressByClientCIDRs(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR... items);
  public A removeAllFromServerAddressByClientCIDRs(Collection items);
  public A removeMatchingFromServerAddressByClientCIDRs(Predicate predicate);
  
  /**
   * This method has been deprecated, please use method buildServerAddressByClientCIDRs instead.
   * @return The buildable object.
   */
  @Deprecated
  public List getServerAddressByClientCIDRs();
  public List buildServerAddressByClientCIDRs();
  public V1ServerAddressByClientCIDR buildServerAddressByClientCIDR(int index);
  public V1ServerAddressByClientCIDR buildFirstServerAddressByClientCIDR();
  public V1ServerAddressByClientCIDR buildLastServerAddressByClientCIDR();
  public V1ServerAddressByClientCIDR buildMatchingServerAddressByClientCIDR(Predicate predicate);
  public Boolean hasMatchingServerAddressByClientCIDR(Predicate predicate);
  public A withServerAddressByClientCIDRs(List serverAddressByClientCIDRs);
  public A withServerAddressByClientCIDRs(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR... serverAddressByClientCIDRs);
  public Boolean hasServerAddressByClientCIDRs();
  public V1APIVersionsFluent.ServerAddressByClientCIDRsNested addNewServerAddressByClientCIDR();
  public V1APIVersionsFluent.ServerAddressByClientCIDRsNested addNewServerAddressByClientCIDRLike(V1ServerAddressByClientCIDR item);
  public V1APIVersionsFluent.ServerAddressByClientCIDRsNested setNewServerAddressByClientCIDRLike(int index,V1ServerAddressByClientCIDR item);
  public V1APIVersionsFluent.ServerAddressByClientCIDRsNested editServerAddressByClientCIDR(int index);
  public V1APIVersionsFluent.ServerAddressByClientCIDRsNested editFirstServerAddressByClientCIDR();
  public V1APIVersionsFluent.ServerAddressByClientCIDRsNested editLastServerAddressByClientCIDR();
  public V1APIVersionsFluent.ServerAddressByClientCIDRsNested editMatchingServerAddressByClientCIDR(Predicate predicate);
  public A addToVersions(int index,String item);
  public A setToVersions(int index,String item);
  public A addToVersions(java.lang.String... items);
  public A addAllToVersions(Collection items);
  public A removeFromVersions(java.lang.String... items);
  public A removeAllFromVersions(Collection items);
  public List getVersions();
  public String getVersion(int index);
  public String getFirstVersion();
  public String getLastVersion();
  public String getMatchingVersion(Predicate predicate);
  public Boolean hasMatchingVersion(Predicate predicate);
  public A withVersions(List versions);
  public A withVersions(java.lang.String... versions);
  public Boolean hasVersions();
  public interface ServerAddressByClientCIDRsNested extends Nested,V1ServerAddressByClientCIDRFluent>{
    public N and();
    public N endServerAddressByClientCIDR();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy