Share via


LifecycleHandlerV1.HttpGet Property

Definition

Represents the HTTP GET action associated with a lifecycle handler in Kubernetes resources.

[YamlDotNet.Serialization.YamlMember(Alias="httpGet")]
public Aspire.Hosting.Kubernetes.Resources.HttpGetActionV1 HttpGet { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="httpGet")>]
member this.HttpGet : Aspire.Hosting.Kubernetes.Resources.HttpGetActionV1 with get, set
Public Property HttpGet As HttpGetActionV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The action defines an HTTP GET request that is typically utilized in scenarios such as health checks or readiness probes. It supports configuration of parameters including the HTTP scheme, target path, host, port, and optional HTTP headers.

Applies to