ServiceTaskSpecPlacement

data class ServiceTaskSpecPlacement(val constraints: List<String>? = null, val maxReplicas: Int? = null, val platforms: List<ServiceTaskSpecPlacementPlatform>? = null, val prefs: List<String>? = null)

Constructors

Link copied to clipboard
constructor(constraints: List<String>? = null, maxReplicas: Int? = null, platforms: List<ServiceTaskSpecPlacementPlatform>? = null, prefs: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val constraints: List<String>? = null
Link copied to clipboard
val maxReplicas: Int? = null
Link copied to clipboard
Link copied to clipboard
val prefs: List<String>? = null