Uses of Class
io.fabric8.openshift.api.model.ResourceQuotaStatusByNamespace
-
Packages that use ResourceQuotaStatusByNamespace Package Description io.fabric8.openshift.api.model -
-
Uses of ResourceQuotaStatusByNamespace in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ResourceQuotaStatusByNamespace Modifier and Type Method Description ResourceQuotaStatusByNamespaceResourceQuotaStatusByNamespaceBuilder. build()ResourceQuotaStatusByNamespaceClusterResourceQuotaStatusFluent. buildFirstNamespace()ResourceQuotaStatusByNamespaceClusterResourceQuotaStatusFluent. buildLastNamespace()ResourceQuotaStatusByNamespaceClusterResourceQuotaStatusFluent. buildMatchingNamespace(Predicate<ResourceQuotaStatusByNamespaceBuilder> predicate)ResourceQuotaStatusByNamespaceClusterResourceQuotaStatusFluent. buildNamespace(int index)Methods in io.fabric8.openshift.api.model that return types with arguments of type ResourceQuotaStatusByNamespace Modifier and Type Method Description List<ResourceQuotaStatusByNamespace>ClusterResourceQuotaStatusFluent. buildNamespaces()List<ResourceQuotaStatusByNamespace>ClusterResourceQuotaStatus. getNamespaces()namespaces slices the usage by project.Method parameters in io.fabric8.openshift.api.model with type arguments of type ResourceQuotaStatusByNamespace Modifier and Type Method Description AClusterResourceQuotaStatusFluent. addAllToNamespaces(Collection<ResourceQuotaStatusByNamespace> items)AClusterResourceQuotaStatusFluent. removeAllFromNamespaces(Collection<ResourceQuotaStatusByNamespace> items)voidClusterResourceQuotaStatus. setNamespaces(List<ResourceQuotaStatusByNamespace> namespaces)namespaces slices the usage by project.AClusterResourceQuotaStatusFluent. withNamespaces(List<ResourceQuotaStatusByNamespace> namespaces)Constructors in io.fabric8.openshift.api.model with parameters of type ResourceQuotaStatusByNamespace Constructor Description ResourceQuotaStatusByNamespaceBuilder(ResourceQuotaStatusByNamespace instance)ResourceQuotaStatusByNamespaceBuilder(ResourceQuotaStatusByNamespaceFluent<?> fluent, ResourceQuotaStatusByNamespace instance)ResourceQuotaStatusByNamespaceFluent(ResourceQuotaStatusByNamespace instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ResourceQuotaStatusByNamespace Constructor Description ClusterResourceQuotaStatus(List<ResourceQuotaStatusByNamespace> namespaces, io.fabric8.kubernetes.api.model.ResourceQuotaStatus total)
-