Share via


PersistentVolumeSpecV1.Local Property

Definition

Gets or sets the configuration for a local volume source.

[YamlDotNet.Serialization.YamlMember(Alias="local")]
public Aspire.Hosting.Kubernetes.Resources.LocalVolumeSourceV1 Local { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="local")>]
member this.Local : Aspire.Hosting.Kubernetes.Resources.LocalVolumeSourceV1 with get, set
Public Property Local As LocalVolumeSourceV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property specifies the configuration for a local PersistentVolume in Kubernetes, represented by the LocalVolumeSourceV1 type. Local volumes are backed by a specific file or directory on the node where the volume is created.

Applies to