Uses of Class
io.fabric8.openshift.api.model.ClusterResourceQuotaSelector
-
Packages that use ClusterResourceQuotaSelector Package Description io.fabric8.openshift.api.model -
-
Uses of ClusterResourceQuotaSelector in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ClusterResourceQuotaSelector Modifier and Type Method Description ClusterResourceQuotaSelectorClusterResourceQuotaSelectorBuilder. build()ClusterResourceQuotaSelectorClusterResourceQuotaSpecFluent. buildSelector()ClusterResourceQuotaSelectorClusterResourceQuotaSpec. getSelector()ClusterResourceQuotaSpec defines the desired quota restrictionsMethods in io.fabric8.openshift.api.model with parameters of type ClusterResourceQuotaSelector Modifier and Type Method Description protected voidClusterResourceQuotaSelectorFluent. copyInstance(ClusterResourceQuotaSelector instance)ClusterResourceQuotaSpecFluent.SelectorNested<A>ClusterResourceQuotaSpecFluent. editOrNewSelectorLike(ClusterResourceQuotaSelector item)voidClusterResourceQuotaSpec. setSelector(ClusterResourceQuotaSelector selector)ClusterResourceQuotaSpec defines the desired quota restrictionsClusterResourceQuotaSpecFluent.SelectorNested<A>ClusterResourceQuotaSpecFluent. withNewSelectorLike(ClusterResourceQuotaSelector item)AClusterResourceQuotaSpecFluent. withSelector(ClusterResourceQuotaSelector selector)Constructors in io.fabric8.openshift.api.model with parameters of type ClusterResourceQuotaSelector Constructor Description ClusterResourceQuotaSelectorBuilder(ClusterResourceQuotaSelector instance)ClusterResourceQuotaSelectorBuilder(ClusterResourceQuotaSelectorFluent<?> fluent, ClusterResourceQuotaSelector instance)ClusterResourceQuotaSelectorFluent(ClusterResourceQuotaSelector instance)ClusterResourceQuotaSpec(io.fabric8.kubernetes.api.model.ResourceQuotaSpec quota, ClusterResourceQuotaSelector selector)
-