Merge pull request #23442 from thaJeztah/remove-defaultExitOnUnhealthy

remove unused defaultExitOnUnhealthy constant
This commit is contained in:
Alexander Morozov 2016-06-11 16:37:39 -07:00 committed by GitHub
commit 576c9fa200
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ const (
// for the container to be considered unhealthy.
defaultProbeRetries = 3
// Shut down a container if it becomes Unhealthy.
defaultExitOnUnhealthy = true
// Maximum number of entries to record
maxLogEntries = 5
)