PersistentVolumeSpecV1.Local Property
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.
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.