Uses of Class
io.fabric8.openshift.api.model.AppliedClusterResourceQuota
-
Packages that use AppliedClusterResourceQuota Package Description io.fabric8.openshift.api.model -
-
Uses of AppliedClusterResourceQuota in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return AppliedClusterResourceQuota Modifier and Type Method Description AppliedClusterResourceQuotaAppliedClusterResourceQuotaBuilder. build()AppliedClusterResourceQuotaAppliedClusterResourceQuotaListFluent. buildFirstItem()AppliedClusterResourceQuotaAppliedClusterResourceQuotaListFluent. buildItem(int index)AppliedClusterResourceQuotaAppliedClusterResourceQuotaListFluent. buildLastItem()AppliedClusterResourceQuotaAppliedClusterResourceQuotaListFluent. buildMatchingItem(Predicate<AppliedClusterResourceQuotaBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type AppliedClusterResourceQuota Modifier and Type Method Description List<AppliedClusterResourceQuota>AppliedClusterResourceQuotaListFluent. buildItems()List<AppliedClusterResourceQuota>AppliedClusterResourceQuotaList. getItems()items is a list of AppliedClusterResourceQuotaMethods in io.fabric8.openshift.api.model with parameters of type AppliedClusterResourceQuota Modifier and Type Method Description AppliedClusterResourceQuotaListFluent.ItemsNested<A>AppliedClusterResourceQuotaListFluent. addNewItemLike(AppliedClusterResourceQuota item)AAppliedClusterResourceQuotaListFluent. addToItems(int index, AppliedClusterResourceQuota item)AAppliedClusterResourceQuotaListFluent. addToItems(AppliedClusterResourceQuota... items)protected voidAppliedClusterResourceQuotaFluent. copyInstance(AppliedClusterResourceQuota instance)AAppliedClusterResourceQuotaListFluent. removeFromItems(AppliedClusterResourceQuota... items)AppliedClusterResourceQuotaListFluent.ItemsNested<A>AppliedClusterResourceQuotaListFluent. setNewItemLike(int index, AppliedClusterResourceQuota item)AAppliedClusterResourceQuotaListFluent. setToItems(int index, AppliedClusterResourceQuota item)AAppliedClusterResourceQuotaListFluent. withItems(AppliedClusterResourceQuota... items)Method parameters in io.fabric8.openshift.api.model with type arguments of type AppliedClusterResourceQuota Modifier and Type Method Description AAppliedClusterResourceQuotaListFluent. addAllToItems(Collection<AppliedClusterResourceQuota> items)AAppliedClusterResourceQuotaListFluent. removeAllFromItems(Collection<AppliedClusterResourceQuota> items)voidAppliedClusterResourceQuotaList. setItems(List<AppliedClusterResourceQuota> items)items is a list of AppliedClusterResourceQuotaAAppliedClusterResourceQuotaListFluent. withItems(List<AppliedClusterResourceQuota> items)Constructors in io.fabric8.openshift.api.model with parameters of type AppliedClusterResourceQuota Constructor Description AppliedClusterResourceQuotaBuilder(AppliedClusterResourceQuota instance)AppliedClusterResourceQuotaBuilder(AppliedClusterResourceQuotaFluent<?> fluent, AppliedClusterResourceQuota instance)AppliedClusterResourceQuotaFluent(AppliedClusterResourceQuota instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type AppliedClusterResourceQuota Constructor Description AppliedClusterResourceQuotaList(String apiVersion, List<AppliedClusterResourceQuota> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-