ServiceConvergeConfig

data class ServiceConvergeConfig(val delay: String? = null, val timeout: String? = null)

Constructors

Link copied to clipboard
constructor(delay: String? = null, timeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delay: String? = null

The interval to check if the desired state is reached (ms|s). Defaults to 7s.

Link copied to clipboard
val timeout: String? = null

The timeout of the service to reach the desired state (s|m). Defaults to 3m