Allow to configure delay before controller exits (#8143)
* Allow to configure delay before controller exits Signed-off-by: Aditya Kamath <theunrealgeek@gmail.com> * Address comments Signed-off-by: Aditya Kamath <theunrealgeek@gmail.com>
This commit is contained in:
parent
4badf20173
commit
2aa34202c1
5 changed files with 11 additions and 6 deletions
|
|
@ -118,7 +118,8 @@ type Configuration struct {
|
|||
|
||||
MonitorMaxBatchSize int
|
||||
|
||||
ShutdownGracePeriod int
|
||||
PostShutdownGracePeriod int
|
||||
ShutdownGracePeriod int
|
||||
}
|
||||
|
||||
// GetPublishService returns the Service used to set the load-balancer status of Ingresses.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue