Uses of Class
io.fabric8.openshift.api.model.ClusterResourceQuota
-
Packages that use ClusterResourceQuota Package Description io.fabric8.openshift.api.model -
-
Uses of ClusterResourceQuota in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ClusterResourceQuota Modifier and Type Method Description ClusterResourceQuotaClusterResourceQuotaBuilder. build()ClusterResourceQuotaClusterResourceQuotaListFluent. buildFirstItem()ClusterResourceQuotaClusterResourceQuotaListFluent. buildItem(int index)ClusterResourceQuotaClusterResourceQuotaListFluent. buildLastItem()ClusterResourceQuotaClusterResourceQuotaListFluent. buildMatchingItem(Predicate<ClusterResourceQuotaBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type ClusterResourceQuota Modifier and Type Method Description List<ClusterResourceQuota>ClusterResourceQuotaListFluent. buildItems()List<ClusterResourceQuota>ClusterResourceQuotaList. getItems()items is a list of ClusterResourceQuotasMethods in io.fabric8.openshift.api.model with parameters of type ClusterResourceQuota Modifier and Type Method Description ClusterResourceQuotaListFluent.ItemsNested<A>ClusterResourceQuotaListFluent. addNewItemLike(ClusterResourceQuota item)AClusterResourceQuotaListFluent. addToItems(int index, ClusterResourceQuota item)AClusterResourceQuotaListFluent. addToItems(ClusterResourceQuota... items)protected voidClusterResourceQuotaFluent. copyInstance(ClusterResourceQuota instance)AClusterResourceQuotaListFluent. removeFromItems(ClusterResourceQuota... items)ClusterResourceQuotaListFluent.ItemsNested<A>ClusterResourceQuotaListFluent. setNewItemLike(int index, ClusterResourceQuota item)AClusterResourceQuotaListFluent. setToItems(int index, ClusterResourceQuota item)AClusterResourceQuotaListFluent. withItems(ClusterResourceQuota... items)Method parameters in io.fabric8.openshift.api.model with type arguments of type ClusterResourceQuota Modifier and Type Method Description AClusterResourceQuotaListFluent. addAllToItems(Collection<ClusterResourceQuota> items)AClusterResourceQuotaListFluent. removeAllFromItems(Collection<ClusterResourceQuota> items)voidClusterResourceQuotaList. setItems(List<ClusterResourceQuota> items)items is a list of ClusterResourceQuotasAClusterResourceQuotaListFluent. withItems(List<ClusterResourceQuota> items)Constructors in io.fabric8.openshift.api.model with parameters of type ClusterResourceQuota Constructor Description ClusterResourceQuotaBuilder(ClusterResourceQuota instance)ClusterResourceQuotaBuilder(ClusterResourceQuotaFluent<?> fluent, ClusterResourceQuota instance)ClusterResourceQuotaFluent(ClusterResourceQuota instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ClusterResourceQuota Constructor Description ClusterResourceQuotaList(String apiVersion, List<ClusterResourceQuota> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-