Update API description for probe.terminationGracePeriodSeconds

This commit is contained in:
Elana Hashman
2021-07-13 11:23:14 -07:00
committed by rarashid
parent bf2ae14501
commit aaa7de0ac6
5 changed files with 5 additions and 5 deletions

View File

@@ -2050,7 +2050,7 @@ type Probe struct {
// value overrides the value provided by the pod spec.
// Value must be non-negative integer. The value zero indicates stop immediately via
// the kill signal (no opportunity to shut down).
// This is an alpha field and requires enabling ProbeTerminationGracePeriod feature gate.
// This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate.
// +optional
TerminationGracePeriodSeconds *int64
}