Workload.PodTemplate 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 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