Share via


PersistentVolumeClaimTemplateV1.Metadata Property

Definition

Gets or sets the metadata for the PersistentVolumeClaim template. The metadata provides additional information about the resource, including fields such as name, namespace, labels, annotations, and more.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to