ContainerV1.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.
Defines the readiness probe configuration for a container. The readiness probe determines whether the container is ready to accept network traffic. A container passing its readiness probe is considered healthy and capable of serving network requests. This property accepts an instance of ProbeV1, enabling you to configure the specific checks, such as HTTP GET, command execution, or GRPC, to assess the readiness 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