Workload.PodTemplate Property

Definition

Gets the pod template for the workload.

[YamlDotNet.Serialization.YamlIgnore]
public abstract Aspire.Hosting.Kubernetes.Resources.PodTemplateSpecV1 PodTemplate { get; }
[<YamlDotNet.Serialization.YamlIgnore>]
member this.PodTemplate : Aspire.Hosting.Kubernetes.Resources.PodTemplateSpecV1
Public MustOverride ReadOnly Property PodTemplate As PodTemplateSpecV1

Property Value

Attributes
YamlDotNet.Serialization.YamlIgnoreAttribute

Applies to