| Class | Description |
|---|---|
| IndefiniteWaitOneShotStartupCheckStrategy |
Variant of
OneShotStartupCheckStrategy that does not impose a timeout. |
| IsRunningStartupCheckStrategy |
Simplest possible implementation of
StartupCheckStrategy - just check that the container
has reached the running state and has not exited. |
| MinimumDurationRunningStartupCheckStrategy |
Implementation of
StartupCheckStrategy that checks the container is running and has been running for
a defined minimum period of time. |
| OneShotStartupCheckStrategy |
Implementation of
StartupCheckStrategy intended for use with containers that only run briefly and
exit of their own accord. |
| StartupCheckStrategy |
Approach to determine whether a container has 'started up' correctly.
|
| Enum | Description |
|---|---|
| StartupCheckStrategy.StartupStatus |
Copyright © 2017. All rights reserved.