PodSpecV1.Volumes 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 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