Skip to content
Docs Try Aspire

PersistentVolume Properties

Class Properties 1 member
Represents a PersistentVolume resource in Kubernetes.
Gets or sets the specification for the Kubernetes PersistentVolume resource. This property defines the detailed configuration of the PersistentVolume, including storage capacity, access modes, volume mode, node affinity, and reclaim policy. The specification provides granular control over the behavior and capabilities of the PersistentVolume.
public PersistentVolumeSpecV1 Spec { get; set; }