Skip to main content

persistent_volume_claim

Overview

Namepersistent_volume_claim
TypeResource
Idk8s.core_v1.persistent_volume_claim

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.
specobjectPersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
statusobjectPersistentVolumeClaimStatus is the current status of a persistent volume claim.

Methods

NameAccessible byRequired ParamsDescription
listCoreV1NamespacedPersistentVolumeClaimSELECTnamespace, cluster_addr, protocollist or watch objects of kind PersistentVolumeClaim
listCoreV1PersistentVolumeClaimForAllNamespacesSELECTcluster_addr, protocollist or watch objects of kind PersistentVolumeClaim
readCoreV1NamespacedPersistentVolumeClaimSELECTname, namespace, cluster_addr, protocolread the specified PersistentVolumeClaim
createCoreV1NamespacedPersistentVolumeClaimINSERTnamespace, cluster_addr, protocolcreate a PersistentVolumeClaim
deleteCoreV1CollectionNamespacedPersistentVolumeClaimDELETEnamespace, cluster_addr, protocoldelete collection of PersistentVolumeClaim
deleteCoreV1NamespacedPersistentVolumeClaimDELETEname, namespace, cluster_addr, protocoldelete a PersistentVolumeClaim
patchCoreV1NamespacedPersistentVolumeClaimEXECname, namespace, cluster_addr, protocolpartially update the specified PersistentVolumeClaim
patchCoreV1NamespacedPersistentVolumeClaimStatusEXECname, namespace, cluster_addr, protocolpartially update status of the specified PersistentVolumeClaim
readCoreV1NamespacedPersistentVolumeClaimStatusEXECname, namespace, cluster_addr, protocolread status of the specified PersistentVolumeClaim
replaceCoreV1NamespacedPersistentVolumeClaimEXECname, namespace, cluster_addr, protocolreplace the specified PersistentVolumeClaim
replaceCoreV1NamespacedPersistentVolumeClaimStatusEXECname, namespace, cluster_addr, protocolreplace status of the specified PersistentVolumeClaim
watchCoreV1NamespacedPersistentVolumeClaimEXECname, namespace, cluster_addr, protocolwatch changes to an object of kind PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedPersistentVolumeClaimListEXECnamespace, cluster_addr, protocolwatch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.
watchCoreV1PersistentVolumeClaimListForAllNamespacesEXECcluster_addr, protocolwatch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.