Skip to main content

persistent_volume

Overview

Namepersistent_volume
TypeResource
Idk8s.core_v1.persistent_volume

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.
specobjectPersistentVolumeSpec is the specification of a persistent volume.
statusobjectPersistentVolumeStatus is the current status of a persistent volume.

Methods

NameAccessible byRequired ParamsDescription
listCoreV1PersistentVolumeSELECTcluster_addr, protocollist or watch objects of kind PersistentVolume
readCoreV1PersistentVolumeSELECTname, cluster_addr, protocolread the specified PersistentVolume
createCoreV1PersistentVolumeINSERTcluster_addr, protocolcreate a PersistentVolume
deleteCoreV1CollectionPersistentVolumeDELETEcluster_addr, protocoldelete collection of PersistentVolume
deleteCoreV1PersistentVolumeDELETEname, cluster_addr, protocoldelete a PersistentVolume
patchCoreV1PersistentVolumeEXECname, cluster_addr, protocolpartially update the specified PersistentVolume
patchCoreV1PersistentVolumeStatusEXECname, cluster_addr, protocolpartially update status of the specified PersistentVolume
readCoreV1PersistentVolumeStatusEXECname, cluster_addr, protocolread status of the specified PersistentVolume
replaceCoreV1PersistentVolumeEXECname, cluster_addr, protocolreplace the specified PersistentVolume
replaceCoreV1PersistentVolumeStatusEXECname, cluster_addr, protocolreplace status of the specified PersistentVolume
watchCoreV1PersistentVolumeEXECname, cluster_addr, protocolwatch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1PersistentVolumeListEXECcluster_addr, protocolwatch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead.