quota.v1.clusterResourceQuotaStatus
"ClusterResourceQuotaStatus defines the actual enforced quota and its current usage"
Index
Fields
fn withNamespaces
withNamespaces(namespaces)
"Namespaces slices the usage by project. This division allows for quick resolution of deletion reconciliation inside of a single project without requiring a recalculation across all projects. This can be used to pull the deltas for a given project."
fn withNamespacesMixin
withNamespacesMixin(namespaces)
"Namespaces slices the usage by project. This division allows for quick resolution of deletion reconciliation inside of a single project without requiring a recalculation across all projects. This can be used to pull the deltas for a given project."
Note: This function appends passed data to existing values
obj total
"ResourceQuotaStatus defines the enforced hard limits and observed use."
fn total.withHard
withHard(hard)
"Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/"
fn total.withHardMixin
withHardMixin(hard)
"Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/"
Note: This function appends passed data to existing values
fn total.withUsed
withUsed(used)
"Used is the current observed total usage of the resource in the namespace."
fn total.withUsedMixin
withUsedMixin(used)
"Used is the current observed total usage of the resource in the namespace."
Note: This function appends passed data to existing values