Skip to main content

limit_range

Overview

Namelimit_range
TypeResource
Idk8s.core_v1.limit_range

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.
specobjectLimitRangeSpec defines a min/max usage limit for resources that match on kind.

Methods

NameAccessible byRequired ParamsDescription
listCoreV1LimitRangeForAllNamespacesSELECTcluster_addr, protocollist or watch objects of kind LimitRange
listCoreV1NamespacedLimitRangeSELECTnamespace, cluster_addr, protocollist or watch objects of kind LimitRange
readCoreV1NamespacedLimitRangeSELECTname, namespace, cluster_addr, protocolread the specified LimitRange
createCoreV1NamespacedLimitRangeINSERTnamespace, cluster_addr, protocolcreate a LimitRange
deleteCoreV1CollectionNamespacedLimitRangeDELETEnamespace, cluster_addr, protocoldelete collection of LimitRange
deleteCoreV1NamespacedLimitRangeDELETEname, namespace, cluster_addr, protocoldelete a LimitRange
patchCoreV1NamespacedLimitRangeEXECname, namespace, cluster_addr, protocolpartially update the specified LimitRange
replaceCoreV1NamespacedLimitRangeEXECname, namespace, cluster_addr, protocolreplace the specified LimitRange
watchCoreV1LimitRangeListForAllNamespacesEXECcluster_addr, protocolwatch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.
watchCoreV1NamespacedLimitRangeEXECname, namespace, cluster_addr, protocolwatch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedLimitRangeListEXECnamespace, cluster_addr, protocolwatch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.