Skip to content
DocsTry Aspire
DocsTry

PodSpecV1 Constructors

ClassConstructors1 member
Represents the specification of a Kubernetes Pod defined in version 1. This class is used to configure various attributes of a pod, including containers, networking, scheduling, and security settings.
public sealed class PodSpecV1
{
public PodSpecV1()
{
// ...
}
}