Skip to content
Docs Try Aspire

PodSpecV1 Constructors

Class Constructors 1 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()
{
// ...
}
}