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

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

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 V1alpha2PodSchedulingContextListFluent> extends Fluent{
  public String getApiVersion();
  public A withApiVersion(String apiVersion);
  public Boolean hasApiVersion();
  public A addToItems(int index,V1alpha2PodSchedulingContext item);
  public A setToItems(int index,V1alpha2PodSchedulingContext item);
  public A addToItems(io.kubernetes.client.openapi.models.V1alpha2PodSchedulingContext... items);
  public A addAllToItems(Collection items);
  public A removeFromItems(io.kubernetes.client.openapi.models.V1alpha2PodSchedulingContext... items);
  public A removeAllFromItems(Collection items);
  public A removeMatchingFromItems(Predicate predicate);
  
  /**
   * This method has been deprecated, please use method buildItems instead.
   * @return The buildable object.
   */
  @Deprecated
  public List getItems();
  public List buildItems();
  public V1alpha2PodSchedulingContext buildItem(int index);
  public V1alpha2PodSchedulingContext buildFirstItem();
  public V1alpha2PodSchedulingContext buildLastItem();
  public V1alpha2PodSchedulingContext buildMatchingItem(Predicate predicate);
  public Boolean hasMatchingItem(Predicate predicate);
  public A withItems(List items);
  public A withItems(io.kubernetes.client.openapi.models.V1alpha2PodSchedulingContext... items);
  public Boolean hasItems();
  public V1alpha2PodSchedulingContextListFluent.ItemsNested addNewItem();
  public V1alpha2PodSchedulingContextListFluent.ItemsNested addNewItemLike(V1alpha2PodSchedulingContext item);
  public V1alpha2PodSchedulingContextListFluent.ItemsNested setNewItemLike(int index,V1alpha2PodSchedulingContext item);
  public V1alpha2PodSchedulingContextListFluent.ItemsNested editItem(int index);
  public V1alpha2PodSchedulingContextListFluent.ItemsNested editFirstItem();
  public V1alpha2PodSchedulingContextListFluent.ItemsNested editLastItem();
  public V1alpha2PodSchedulingContextListFluent.ItemsNested editMatchingItem(Predicate predicate);
  public String getKind();
  public A withKind(String kind);
  public Boolean hasKind();
  
  /**
   * This method has been deprecated, please use method buildMetadata instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1ListMeta getMetadata();
  public V1ListMeta buildMetadata();
  public A withMetadata(V1ListMeta metadata);
  public Boolean hasMetadata();
  public V1alpha2PodSchedulingContextListFluent.MetadataNested withNewMetadata();
  public V1alpha2PodSchedulingContextListFluent.MetadataNested withNewMetadataLike(V1ListMeta item);
  public V1alpha2PodSchedulingContextListFluent.MetadataNested editMetadata();
  public V1alpha2PodSchedulingContextListFluent.MetadataNested editOrNewMetadata();
  public V1alpha2PodSchedulingContextListFluent.MetadataNested editOrNewMetadataLike(V1ListMeta item);
  public interface ItemsNested extends Nested,V1alpha2PodSchedulingContextFluent>{
    public N and();
    public N endItem();
    
  }
  public interface MetadataNested extends Nested,V1ListMetaFluent>{
    public N and();
    public N endMetadata();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy