Skip to content

core.v1.resourceQuotaStatus

"ResourceQuotaStatus defines the enforced hard limits and observed use."

Index

Fields

fn 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 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 withUsed

withUsed(used)

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

fn 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