Share via


PodTemplateSpecV1.Spec Property

Definition

Gets or sets the specification of the pod template. This property is used to define the desired characteristics and behavior of the pod, including its containers, volumes, scheduling constraints, and other configurations. The provided specification follows the structure defined by PodSpecV1.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to