ProbeV1.PeriodSeconds 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.
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.