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:
Aditya Kamath 2022-01-17 15:24:49 -08:00 committed by GitHub
parent 4badf20173
commit 2aa34202c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 6 deletions

View file

@ -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.