PersistentVolumeClaim Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.