DeploymentSpecV1.Template Property

Definition

Gets or sets the template for the deployment, which defines the desired state of the Pod, including metadata and specifications. This property allows for configuring the properties that Pods created from this template will inherit.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to