public class HealthCheckChecker extends Object implements WaitChecker
| Constructor and Description |
|---|
HealthCheckChecker(DockerAccess docker,
String containerId,
String imageConfigDesc,
org.eclipse.jkube.kit.common.KitLogger log) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check() |
void |
cleanUp()
Cleanup hook which is called after the wait phase.
|
String |
getLogLabel()
Get the label to be used in the log
|
public HealthCheckChecker(DockerAccess docker, String containerId, String imageConfigDesc, org.eclipse.jkube.kit.common.KitLogger log)
public boolean check()
check in interface WaitCheckerpublic void cleanUp()
WaitCheckercleanUp in interface WaitCheckerpublic String getLogLabel()
WaitCheckergetLogLabel in interface WaitCheckerCopyright © 2023. All rights reserved.