ServiceScaling

data class ServiceScaling(val minInstanceCount: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val minInstanceCount: Int? = null

Minimum number of instances for the service, to be divided among all revisions receiving traffic.