Uses of Class
io.fabric8.openshift.api.model.ClusterResourceQuotaStatus
-
Packages that use ClusterResourceQuotaStatus Package Description io.fabric8.openshift.api.model -
-
Uses of ClusterResourceQuotaStatus in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ClusterResourceQuotaStatus Modifier and Type Method Description ClusterResourceQuotaStatusClusterResourceQuotaStatusBuilder. build()ClusterResourceQuotaStatusAppliedClusterResourceQuotaFluent. buildStatus()ClusterResourceQuotaStatusClusterResourceQuotaFluent. buildStatus()ClusterResourceQuotaStatusAppliedClusterResourceQuota. getStatus()AppliedClusterResourceQuota mirrors ClusterResourceQuota at a project scope, for projection into a project.ClusterResourceQuotaStatusClusterResourceQuota. getStatus()ClusterResourceQuota mirrors ResourceQuota at a cluster scope.Methods in io.fabric8.openshift.api.model with parameters of type ClusterResourceQuotaStatus Modifier and Type Method Description protected voidClusterResourceQuotaStatusFluent. copyInstance(ClusterResourceQuotaStatus instance)AppliedClusterResourceQuotaFluent.StatusNested<A>AppliedClusterResourceQuotaFluent. editOrNewStatusLike(ClusterResourceQuotaStatus item)ClusterResourceQuotaFluent.StatusNested<A>ClusterResourceQuotaFluent. editOrNewStatusLike(ClusterResourceQuotaStatus item)voidAppliedClusterResourceQuota. setStatus(ClusterResourceQuotaStatus status)AppliedClusterResourceQuota mirrors ClusterResourceQuota at a project scope, for projection into a project.voidClusterResourceQuota. setStatus(ClusterResourceQuotaStatus status)ClusterResourceQuota mirrors ResourceQuota at a cluster scope.AppliedClusterResourceQuotaFluent.StatusNested<A>AppliedClusterResourceQuotaFluent. withNewStatusLike(ClusterResourceQuotaStatus item)ClusterResourceQuotaFluent.StatusNested<A>ClusterResourceQuotaFluent. withNewStatusLike(ClusterResourceQuotaStatus item)AAppliedClusterResourceQuotaFluent. withStatus(ClusterResourceQuotaStatus status)AClusterResourceQuotaFluent. withStatus(ClusterResourceQuotaStatus status)Constructors in io.fabric8.openshift.api.model with parameters of type ClusterResourceQuotaStatus 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)ClusterResourceQuotaStatusBuilder(ClusterResourceQuotaStatus instance)ClusterResourceQuotaStatusBuilder(ClusterResourceQuotaStatusFluent<?> fluent, ClusterResourceQuotaStatus instance)ClusterResourceQuotaStatusFluent(ClusterResourceQuotaStatus instance)
-