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

io.kubernetes.client.openapi.models.V1SecretProjectionFluent 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 V1SecretProjectionFluent> extends Fluent{
  public A addToItems(int index,V1KeyToPath item);
  public A setToItems(int 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(int 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 V1SecretProjectionFluent.ItemsNested addNewItem();
  public V1SecretProjectionFluent.ItemsNested addNewItemLike(V1KeyToPath item);
  public V1SecretProjectionFluent.ItemsNested setNewItemLike(int index,V1KeyToPath item);
  public V1SecretProjectionFluent.ItemsNested editItem(int index);
  public V1SecretProjectionFluent.ItemsNested editFirstItem();
  public V1SecretProjectionFluent.ItemsNested editLastItem();
  public V1SecretProjectionFluent.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