nodeAffinityPolicy

@JvmName(name = "ryeflclccwwchsvp")
suspend fun nodeAffinityPolicy(value: Output<String>)
@JvmName(name = "ultqqgvgvfkjbkvd")
suspend fun nodeAffinityPolicy(value: String?)

Parameters

value

NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. If this value is nil, the behavior is equivalent to the Honor policy.