Class OperatorHealthCheck
- java.lang.Object
-
- io.quarkiverse.operatorsdk.runtime.OperatorHealthCheck
-
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness @ApplicationScoped public class OperatorHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEALTH_CHECK_NAMEstatic StringOK
-
Constructor Summary
Constructors Constructor Description OperatorHealthCheck()
-
-
-
Field Detail
-
HEALTH_CHECK_NAME
public static final String HEALTH_CHECK_NAME
- See Also:
- Constant Field Values
-
OK
public static final String OK
- See Also:
- Constant Field Values
-
-