PodSpecV1.Volumes Property

Definition

Gets the list of volumes that can be mounted by containers in a Pod. Each volume in this list represents a storage resource that can be used inside the Pod for data persistence or sharing between containers.

[YamlDotNet.Serialization.YamlMember(Alias="volumes")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.VolumeV1> Volumes { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="volumes")>]
member this.Volumes : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.VolumeV1>
Public ReadOnly Property Volumes As List(Of VolumeV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to