PodReadinessGateV1.ConditionType Property
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.
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