PodSpecV1.ReadinessGates Property

Definition

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

Applies to