PodSpecV1.ReadinessGates 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 the list of readiness gates for the Pod. A readiness gate specifies additional conditions that must be met for the Pod to be considered ready beyond the default conditions.
[YamlDotNet.Serialization.YamlMember(Alias="readinessGates")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.PodReadinessGateV1> ReadinessGates { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="readinessGates")>]
member this.ReadinessGates : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.PodReadinessGateV1>
Public ReadOnly Property ReadinessGates As List(Of PodReadinessGateV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute