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.
Constructor Section titled Constructor public sealed class PodSpecV1{ public PodSpecV1() { // ... }}