Move 'DefaultTerminationGracePeriodSeconds' into a separate const group
This commit is contained in:
@@ -2433,7 +2433,11 @@ const (
|
|||||||
// parameters such as nameservers and search paths should be defined via
|
// parameters such as nameservers and search paths should be defined via
|
||||||
// DNSConfig.
|
// DNSConfig.
|
||||||
DNSNone DNSPolicy = "None"
|
DNSNone DNSPolicy = "None"
|
||||||
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
// DefaultTerminationGracePeriodSeconds indicates the default duration in
|
||||||
|
// seconds a pod needs to terminate gracefully.
|
||||||
DefaultTerminationGracePeriodSeconds = 30
|
DefaultTerminationGracePeriodSeconds = 30
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user