PodTemplate Properties
Class Properties 1 member
Represents a PodTemplate resource in Kubernetes.
Gets or sets the template for creating pods in Kubernetes.
public PodTemplateSpecV1 Template { get; set; }Remarks
The Template property represents a PodTemplateSpec object that defines the metadata and specification for the pod instances created from the pod template. It is used in higher-level Kubernetes constructs such as Deployments, ReplicaSets, or StatefulSets to define the desired state of pods.