Share via


PersistentVolumeClaim Constructor

Definition

Represents a Kubernetes PersistentVolumeClaim resource in the v1 API version.

public PersistentVolumeClaim();
Public Sub New ()

Remarks

PersistentVolumeClaims (PVCs) are requests for storage by users. They abstract the details of the underlying storage resource to provide dynamic or static provisioned storage within a Kubernetes cluster. This class encapsulates the specification and metadata of a PersistentVolumeClaim resource.

Applies to