Uses of Class
io.fabric8.kubernetes.api.model.ResourceQuota
-
Packages that use ResourceQuota Package Description io.fabric8.kubernetes.api.model -
-
Uses of ResourceQuota in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ResourceQuota Modifier and Type Method Description ResourceQuotaResourceQuotaBuilder. build()ResourceQuotaResourceQuotaListFluent. buildFirstItem()ResourceQuotaResourceQuotaListFluent. buildItem(int index)ResourceQuotaResourceQuotaListFluent. buildLastItem()ResourceQuotaResourceQuotaListFluent. buildMatchingItem(Predicate<ResourceQuotaBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type ResourceQuota Modifier and Type Method Description List<ResourceQuota>ResourceQuotaListFluent. buildItems()List<ResourceQuota>ResourceQuotaList. getItems()Methods in io.fabric8.kubernetes.api.model with parameters of type ResourceQuota Modifier and Type Method Description ResourceQuotaListFluent.ItemsNested<A>ResourceQuotaListFluent. addNewItemLike(ResourceQuota item)KubernetesListFluent.ResourceQuotaItemsNested<A>KubernetesListFluent. addNewResourceQuotaItemLike(ResourceQuota item)AResourceQuotaListFluent. addToItems(int index, ResourceQuota item)AResourceQuotaListFluent. addToItems(ResourceQuota... items)protected voidResourceQuotaFluent. copyInstance(ResourceQuota instance)AResourceQuotaListFluent. removeFromItems(ResourceQuota... items)ResourceQuotaListFluent.ItemsNested<A>ResourceQuotaListFluent. setNewItemLike(int index, ResourceQuota item)KubernetesListFluent.ResourceQuotaItemsNested<A>KubernetesListFluent. setNewResourceQuotaItemLike(int index, ResourceQuota item)AResourceQuotaListFluent. setToItems(int index, ResourceQuota item)AResourceQuotaListFluent. withItems(ResourceQuota... items)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type ResourceQuota Modifier and Type Method Description AResourceQuotaListFluent. addAllToItems(Collection<ResourceQuota> items)AResourceQuotaListFluent. removeAllFromItems(Collection<ResourceQuota> items)voidResourceQuotaList. setItems(List<ResourceQuota> items)AResourceQuotaListFluent. withItems(List<ResourceQuota> items)Constructors in io.fabric8.kubernetes.api.model with parameters of type ResourceQuota Constructor Description ResourceQuotaBuilder(ResourceQuota instance)ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent, ResourceQuota instance)ResourceQuotaFluent(ResourceQuota instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type ResourceQuota Constructor Description ResourceQuotaList(String apiVersion, List<ResourceQuota> items, String kind, ListMeta metadata)
-