Share via


ProbeV1.PeriodSeconds Property

Definition

Gets or sets the period in seconds between probe executions.

[YamlDotNet.Serialization.YamlMember(Alias="periodSeconds")]
public int? PeriodSeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="periodSeconds")>]
member this.PeriodSeconds : Nullable<int> with get, set
Public Property PeriodSeconds As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The value represents the interval between successive executions of the specified probe, such as HTTP, TCP, or GRPC probing tasks. A lower value increases the frequency of probe checks, while a higher value reduces it. By default, this setting might be aligned with predefined Kubernetes timing configurations.

Applies to