
io.kubernetes.client.models.V1beta1RoleListFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
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.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
public interface V1beta1RoleListFluent> extends Fluent{
public String getApiVersion();
public A withApiVersion(String apiVersion);
public Boolean hasApiVersion();
public A addToItems(int index,V1beta1Role item);
public A setToItems(int index,V1beta1Role item);
public A addToItems(V1beta1Role... items);
public A addAllToItems(Collection items);
public A removeFromItems(V1beta1Role... items);
public A removeAllFromItems(Collection items);
/**
* This method has been deprecated, please use method buildItems instead.
*/
@Deprecated public List getItems();
public List buildItems();
public V1beta1Role buildItem(int index);
public V1beta1Role buildFirstItem();
public V1beta1Role buildLastItem();
public V1beta1Role buildMatchingItem(io.kubernetes.client.fluent.Predicate predicate);
public A withItems(List items);
public A withItems(V1beta1Role... items);
public Boolean hasItems();
public V1beta1RoleListFluent.ItemsNested addNewItem();
public V1beta1RoleListFluent.ItemsNested addNewItemLike(V1beta1Role item);
public V1beta1RoleListFluent.ItemsNested setNewItemLike(int index,V1beta1Role item);
public V1beta1RoleListFluent.ItemsNested editItem(int index);
public V1beta1RoleListFluent.ItemsNested editFirstItem();
public V1beta1RoleListFluent.ItemsNested editLastItem();
public V1beta1RoleListFluent.ItemsNested editMatchingItem(io.kubernetes.client.fluent.Predicate predicate);
public String getKind();
public A withKind(String kind);
public Boolean hasKind();
/**
* This method has been deprecated, please use method buildMetadata instead.
*/
@Deprecated public V1ListMeta getMetadata();
public V1ListMeta buildMetadata();
public A withMetadata(V1ListMeta metadata);
public Boolean hasMetadata();
public V1beta1RoleListFluent.MetadataNested withNewMetadata();
public V1beta1RoleListFluent.MetadataNested withNewMetadataLike(V1ListMeta item);
public V1beta1RoleListFluent.MetadataNested editMetadata();
public V1beta1RoleListFluent.MetadataNested editOrNewMetadata();
public V1beta1RoleListFluent.MetadataNested editOrNewMetadataLike(V1ListMeta item);
public interface ItemsNested extends io.kubernetes.client.fluent.Nested,V1beta1RoleFluent>{
public N and(); public N endItem();
}
public interface MetadataNested extends io.kubernetes.client.fluent.Nested,V1ListMetaFluent>{
public N and(); public N endMetadata();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy