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

io.kubernetes.client.openapi.models.V1ConfigMapProjectionFluent 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 V1ConfigMapProjectionFluent> extends Fluent{
  public A addToItems(Integer index,V1KeyToPath item);
  public A setToItems(Integer index,V1KeyToPath item);
  public A addToItems(io.kubernetes.client.openapi.models.V1KeyToPath... items);
  public A addAllToItems(Collection items);
  public A removeFromItems(io.kubernetes.client.openapi.models.V1KeyToPath... 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 V1KeyToPath buildItem(Integer index);
  public V1KeyToPath buildFirstItem();
  public V1KeyToPath buildLastItem();
  public V1KeyToPath buildMatchingItem(Predicate predicate);
  public Boolean hasMatchingItem(Predicate predicate);
  public A withItems(List items);
  public A withItems(io.kubernetes.client.openapi.models.V1KeyToPath... items);
  public Boolean hasItems();
  public V1ConfigMapProjectionFluent.ItemsNested addNewItem();
  public V1ConfigMapProjectionFluent.ItemsNested addNewItemLike(V1KeyToPath item);
  public V1ConfigMapProjectionFluent.ItemsNested setNewItemLike(Integer index,V1KeyToPath item);
  public V1ConfigMapProjectionFluent.ItemsNested editItem(Integer index);
  public V1ConfigMapProjectionFluent.ItemsNested editFirstItem();
  public V1ConfigMapProjectionFluent.ItemsNested editLastItem();
  public V1ConfigMapProjectionFluent.ItemsNested editMatchingItem(Predicate predicate);
  public String getName();
  public A withName(String name);
  public Boolean hasName();
  public Boolean getOptional();
  public A withOptional(Boolean optional);
  public Boolean hasOptional();
  public A withOptional();
  public interface ItemsNested extends Nested,V1KeyToPathFluent>{
    public N and();
    public N endItem();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy