ReadinessCheck

A Readiness check is used to determine if the pod is ready to receive traffic. An example is to test if the app can talk to it's database.

Properties

Link copied to clipboard
abstract val name: String

Functions

Link copied to clipboard
abstract operator fun invoke(): ReadinessCheckResult