ClusterNodeGroupAckConfigToleration

data class ClusterNodeGroupAckConfigToleration(val effect: String? = null, val key: String? = null, val operator: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(effect: String? = null, key: String? = null, operator: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val effect: String? = null

The effect of ack cluster tolerations.

Link copied to clipboard
val key: String? = null

The tag key for this scaling rule specific metrics trigger.

Link copied to clipboard
val operator: String? = null

The operator of ack cluster tolerations.

Link copied to clipboard
val value: String? = null

The tag value for this scaling rule specific metrics trigger.