Share via


ReplicaSetSpecV1.Template Property

Definition

Gets or sets the template that defines the specification of the pods to be created.

[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

Remarks

The template is a PodTemplateSpec object that includes the pod-specific metadata and desired state configuration. It is used to define the settings for pods generated by the ReplicaSet.

Applies to