ServiceModeReplicated

data class ServiceModeReplicated(val replicas: Int? = null)

Constructors

Link copied to clipboard
constructor(replicas: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val replicas: Int? = null

The amount of replicas of the service. Defaults to 1