ResourceQuotaStatus

com.coralogix.zio.k8s.model.core.v1.ResourceQuotaStatus
See theResourceQuotaStatus companion object

ResourceQuotaStatus defines the enforced hard limits and observed use.

Attributes

hard

Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

used

Used is the current observed total usage of the resource in the namespace.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Used is the current observed total usage of the resource in the namespace.

Used is the current observed total usage of the resource in the namespace.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product