EphemeralContainerV1.ReadinessProbe 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.
Represents the readiness probe configuration for the ephemeral container. A readiness probe is used to determine if the container is ready to accept traffic. It can be configured using different actions such as executing a command, sending HTTP requests, or other custom logic. This helps in controlling whether a container should be added to the load balancer based on its current state.
[YamlDotNet.Serialization.YamlMember(Alias="readinessProbe")]
public Aspire.Hosting.Kubernetes.Resources.ProbeV1? ReadinessProbe { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="readinessProbe")>]
member this.ReadinessProbe : Aspire.Hosting.Kubernetes.Resources.ProbeV1 with get, set
Public Property ReadinessProbe As ProbeV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute