me.snowdrop.istio.mixer.template.quota.QuotaListFluent Maven / Gradle / Ivy
package me.snowdrop.istio.mixer.template.quota;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import java.lang.String;
import javax.validation.constraints.NotNull;
import io.fabric8.kubernetes.api.builder.Predicate;
import io.fabric8.kubernetes.api.model.ListMeta;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
public interface QuotaListFluent> extends Fluent{
public String getApiVersion();
public A withApiVersion(String apiVersion);
public Boolean hasApiVersion();
public A addToItems(int index,me.snowdrop.istio.mixer.template.quota.Quota item);
public A setToItems(int index,me.snowdrop.istio.mixer.template.quota.Quota item);
public A addToItems(me.snowdrop.istio.mixer.template.quota.Quota... items);
public A addAllToItems(Collection items);
public A removeFromItems(me.snowdrop.istio.mixer.template.quota.Quota... items);
public A removeAllFromItems(Collection items);
/**
* This method has been deprecated, please use method buildItems instead.
* @return The buildable object.
*/
@Deprecated public List getItems();
public List buildItems();
public me.snowdrop.istio.mixer.template.quota.Quota buildItem(int index);
public me.snowdrop.istio.mixer.template.quota.Quota buildFirstItem();
public me.snowdrop.istio.mixer.template.quota.Quota buildLastItem();
public me.snowdrop.istio.mixer.template.quota.Quota buildMatchingItem(Predicate predicate);
public A withItems(List items);
public A withItems(me.snowdrop.istio.mixer.template.quota.Quota... items);
public Boolean hasItems();
public QuotaListFluent.ItemsNested addNewItem();
public QuotaListFluent.ItemsNested addNewItemLike(me.snowdrop.istio.mixer.template.quota.Quota item);
public QuotaListFluent.ItemsNested setNewItemLike(int index,me.snowdrop.istio.mixer.template.quota.Quota item);
public QuotaListFluent.ItemsNested editItem(int index);
public QuotaListFluent.ItemsNested editFirstItem();
public QuotaListFluent.ItemsNested editLastItem();
public QuotaListFluent.ItemsNested editMatchingItem(Predicate predicate);
public String getKind();
public A withKind(String kind);
public Boolean hasKind();
public ListMeta getMetadata();
public A withMetadata(ListMeta metadata);
public Boolean hasMetadata();
public A withNewMetadata(String _continue,String resourceVersion,String selfLink);
public interface ItemsNested extends Nested,me.snowdrop.istio.mixer.template.quota.QuotaFluent>{
public N and(); public N endItem();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy