Scale

class Scale

A floating-point percentage of the desired number of tasks to place and keep running in the task set.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unit of measure for the scale value.

Link copied to clipboard

The value, specified as a percent total of a service's desiredCount, to scale the task set. Accepted values are numbers between 0 and 100.

Functions

Link copied to clipboard
inline fun copy(block: Scale.Builder.() -> Unit = {}): Scale
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String