Skip to content
Docs Try Aspire

PodTemplateSpecV1 Properties

Class Properties 2 members
Represents the specification of a pod template in Kubernetes.
Gets or sets the metadata associated with the pod template specification. This includes standard object metadata such as name, namespace, labels, annotations, and other fields that describe the object.
public ObjectMetaV1 Metadata { get; set; }
Gets or sets the specification of the pod template. This property is used to define the desired characteristics and behavior of the pod, including its containers, volumes, scheduling constraints, and other configurations. The provided specification follows the structure defined by PodSpecV1.
public PodSpecV1 Spec { get; set; }