Skip to main content

resource_quota

Overview

Nameresource_quota
TypeResource
Idk8s.core_v1.resource_quota

Fields

NameDatatypeDescription
apiVersionstringAPIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstringKind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobjectObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
specobjectResourceQuotaSpec defines the desired hard limits to enforce for Quota.
statusobjectResourceQuotaStatus defines the enforced hard limits and observed use.

Methods

NameAccessible byRequired ParamsDescription
listCoreV1NamespacedResourceQuotaSELECTnamespace, cluster_addr, protocollist or watch objects of kind ResourceQuota
listCoreV1ResourceQuotaForAllNamespacesSELECTcluster_addr, protocollist or watch objects of kind ResourceQuota
readCoreV1NamespacedResourceQuotaSELECTname, namespace, cluster_addr, protocolread the specified ResourceQuota
createCoreV1NamespacedResourceQuotaINSERTnamespace, cluster_addr, protocolcreate a ResourceQuota
deleteCoreV1CollectionNamespacedResourceQuotaDELETEnamespace, cluster_addr, protocoldelete collection of ResourceQuota
deleteCoreV1NamespacedResourceQuotaDELETEname, namespace, cluster_addr, protocoldelete a ResourceQuota
patchCoreV1NamespacedResourceQuotaEXECname, namespace, cluster_addr, protocolpartially update the specified ResourceQuota
patchCoreV1NamespacedResourceQuotaStatusEXECname, namespace, cluster_addr, protocolpartially update status of the specified ResourceQuota
readCoreV1NamespacedResourceQuotaStatusEXECname, namespace, cluster_addr, protocolread status of the specified ResourceQuota
replaceCoreV1NamespacedResourceQuotaEXECname, namespace, cluster_addr, protocolreplace the specified ResourceQuota
replaceCoreV1NamespacedResourceQuotaStatusEXECname, namespace, cluster_addr, protocolreplace status of the specified ResourceQuota
watchCoreV1NamespacedResourceQuotaEXECname, namespace, cluster_addr, protocolwatch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedResourceQuotaListEXECnamespace, cluster_addr, protocolwatch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.
watchCoreV1ResourceQuotaListForAllNamespacesEXECcluster_addr, protocolwatch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.