Uses of Class
io.fabric8.kubernetes.api.model.ResourceQuotaStatus
-
Packages that use ResourceQuotaStatus Package Description io.fabric8.kubernetes.api.model -
-
Uses of ResourceQuotaStatus in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ResourceQuotaStatus Modifier and Type Method Description ResourceQuotaStatusResourceQuotaStatusBuilder. build()ResourceQuotaStatusResourceQuotaFluent. buildStatus()ResourceQuotaStatusResourceQuotaFluentImpl. buildStatus()ResourceQuotaStatusResourceQuota. getStatus()ResourceQuotaStatusResourceQuotaFluent. getStatus()Deprecated.ResourceQuotaStatusResourceQuotaFluentImpl. getStatus()Deprecated.Constructors in io.fabric8.kubernetes.api.model with parameters of type ResourceQuotaStatus Constructor Description ResourceQuota(String apiVersion, String kind, ObjectMeta metadata, ResourceQuotaSpec spec, ResourceQuotaStatus status)ResourceQuotaStatusBuilder(ResourceQuotaStatus instance)ResourceQuotaStatusBuilder(ResourceQuotaStatusFluent<?> fluent, ResourceQuotaStatus instance)ResourceQuotaStatusBuilder(ResourceQuotaStatusFluent<?> fluent, ResourceQuotaStatus instance, Boolean validationEnabled)ResourceQuotaStatusBuilder(ResourceQuotaStatus instance, Boolean validationEnabled)ResourceQuotaStatusFluentImpl(ResourceQuotaStatus instance)
-