Uses of Class
io.fabric8.openshift.api.model.ClusterResourceQuotaSpec
-
Packages that use ClusterResourceQuotaSpec Package Description io.fabric8.openshift.api.model -
-
Uses of ClusterResourceQuotaSpec in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ClusterResourceQuotaSpec Modifier and Type Method Description ClusterResourceQuotaSpecClusterResourceQuotaSpecBuilder. build()ClusterResourceQuotaSpecAppliedClusterResourceQuotaFluent. buildSpec()ClusterResourceQuotaSpecClusterResourceQuotaFluent. buildSpec()ClusterResourceQuotaSpecAppliedClusterResourceQuota. getSpec()AppliedClusterResourceQuota mirrors ClusterResourceQuota at a project scope, for projection into a project.ClusterResourceQuotaSpecClusterResourceQuota. getSpec()ClusterResourceQuota mirrors ResourceQuota at a cluster scope.Methods in io.fabric8.openshift.api.model with parameters of type ClusterResourceQuotaSpec Modifier and Type Method Description protected voidClusterResourceQuotaSpecFluent. copyInstance(ClusterResourceQuotaSpec instance)AppliedClusterResourceQuotaFluent.SpecNested<A>AppliedClusterResourceQuotaFluent. editOrNewSpecLike(ClusterResourceQuotaSpec item)ClusterResourceQuotaFluent.SpecNested<A>ClusterResourceQuotaFluent. editOrNewSpecLike(ClusterResourceQuotaSpec item)voidAppliedClusterResourceQuota. setSpec(ClusterResourceQuotaSpec spec)AppliedClusterResourceQuota mirrors ClusterResourceQuota at a project scope, for projection into a project.voidClusterResourceQuota. setSpec(ClusterResourceQuotaSpec spec)ClusterResourceQuota mirrors ResourceQuota at a cluster scope.AppliedClusterResourceQuotaFluent.SpecNested<A>AppliedClusterResourceQuotaFluent. withNewSpecLike(ClusterResourceQuotaSpec item)ClusterResourceQuotaFluent.SpecNested<A>ClusterResourceQuotaFluent. withNewSpecLike(ClusterResourceQuotaSpec item)AAppliedClusterResourceQuotaFluent. withSpec(ClusterResourceQuotaSpec spec)AClusterResourceQuotaFluent. withSpec(ClusterResourceQuotaSpec spec)Constructors in io.fabric8.openshift.api.model with parameters of type ClusterResourceQuotaSpec Constructor Description AppliedClusterResourceQuota(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterResourceQuotaSpec spec, ClusterResourceQuotaStatus status)ClusterResourceQuota(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterResourceQuotaSpec spec, ClusterResourceQuotaStatus status)ClusterResourceQuotaSpecBuilder(ClusterResourceQuotaSpec instance)ClusterResourceQuotaSpecBuilder(ClusterResourceQuotaSpecFluent<?> fluent, ClusterResourceQuotaSpec instance)ClusterResourceQuotaSpecFluent(ClusterResourceQuotaSpec instance)
-