PodReadinessGateV1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class PodReadinessGateV1
[<YamlDotNet.Serialization.YamlSerializable>]
type PodReadinessGateV1 = class
Public NotInheritable Class PodReadinessGateV1
- Inheritance
-
PodReadinessGateV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Constructors
PodReadinessGateV1() |
Properties
ConditionType |
Gets or sets the condition type associated with the PodReadinessGateV1. Represents the specific type of condition that must be satisfied for the Pod to be declared ready. |