io.kubernetes.client.openapi.models.V1SecretProjectionFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import java.lang.StringBuilder;
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 io.kubernetes.client.fluent.Predicate;
import java.lang.StringBuffer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
public interface V1SecretProjectionFluent> extends Fluent {
public A addToItems(int index,V1KeyToPath item);
public A setToItems(int index,V1KeyToPath item);
public A addToItems(V1KeyToPath... items);
public A addAllToItems(Collection items);
public A removeFromItems(V1KeyToPath... items);
public A removeAllFromItems(Collection items);
public A removeMatchingFromItems(io.kubernetes.client.fluent.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(io.kubernetes.client.fluent.Predicate predicate);
public Boolean hasMatchingItem(io.kubernetes.client.fluent.Predicate predicate);
public A withItems(List items);
public A withItems(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(io.kubernetes.client.fluent.Predicate predicate);
public String getName();
public A withName(String name);
public Boolean hasName();
public A withNewName(String arg1);
public A withNewName(StringBuilder arg1);
public A withNewName(StringBuffer arg1);
public Boolean isOptional();
public A withOptional(Boolean optional);
public Boolean hasOptional();
public A withNewOptional(String arg1);
public A withNewOptional(boolean arg1);
public interface ItemsNested extends io.kubernetes.client.fluent.Nested,V1KeyToPathFluent> {
public N and();
public N endItem(); }
}