PodReadinessGateV1 Constructors
Class Constructors 1 member
Represents a PodReadinessGate configuration in a Kubernetes Pod specification. A readiness gate defines additional readiness conditions that a pod needs to satisfy to be considered ready. This is typically used for custom or external conditions.
Constructor Section titled Constructor public sealed class PodReadinessGateV1{ public PodReadinessGateV1() { // ... }}