PodTemplateSpecV1.Metadata 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 metadata associated with the pod template specification. This includes standard object metadata such as name, namespace, labels, annotations, and other fields that describe the object.
[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