mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Update API documents
This commit is contained in:
parent
ca0c8275b4
commit
20de04d6c3
@ -2133,6 +2133,7 @@ type Probe struct {
|
|||||||
// Value must be non-negative integer. The value zero indicates stop immediately via
|
// Value must be non-negative integer. The value zero indicates stop immediately via
|
||||||
// the kill signal (no opportunity to shut down).
|
// the kill signal (no opportunity to shut down).
|
||||||
// This is an alpha field and requires enabling ProbeTerminationGracePeriod feature gate.
|
// This is an alpha field and requires enabling ProbeTerminationGracePeriod feature gate.
|
||||||
|
// Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.
|
||||||
// +optional
|
// +optional
|
||||||
TerminationGracePeriodSeconds *int64 `json:"terminationGracePeriodSeconds,omitempty" protobuf:"varint,7,opt,name=terminationGracePeriodSeconds"`
|
TerminationGracePeriodSeconds *int64 `json:"terminationGracePeriodSeconds,omitempty" protobuf:"varint,7,opt,name=terminationGracePeriodSeconds"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user