Share via


PodReadinessGateV1.ConditionType Property

Definition

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.

[YamlDotNet.Serialization.YamlMember(Alias="conditionType")]
public string ConditionType { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="conditionType")>]
member this.ConditionType : string with get, set
Public Property ConditionType As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to