1
0
mirror of https://github.com/rancher/types.git synced 2025-04-28 02:30:07 +00:00

Change nodeDrainInput default timeout to 120

This commit is contained in:
rajashree 2020-03-20 17:33:14 -07:00
parent 36d43b5937
commit 49d9d8e3ae

View File

@ -334,7 +334,7 @@ type NodeDrainInput struct {
// If negative, the default value specified in the pod will be used
GracePeriod int `yaml:"grace_period" json:"gracePeriod,omitempty" norman:"default=-1"`
// Time to wait (in seconds) before giving up for one try
Timeout int `yaml:"timeout" json:"timeout" norman:"min=1,max=10800,default=60"`
Timeout int `yaml:"timeout" json:"timeout" norman:"min=1,max=10800,default=120"`
}
type CloudCredential struct {