VolumeNodeAffinityPatchArgs

data class VolumeNodeAffinityPatchArgs(val required: Output<NodeSelectorPatchArgs>? = null) : ConvertibleToJava<VolumeNodeAffinityPatchArgs>

VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.

Constructors

Link copied to clipboard
constructor(required: Output<NodeSelectorPatchArgs>? = null)

Properties

Link copied to clipboard
val required: Output<NodeSelectorPatchArgs>? = null

required specifies hard node constraints that must be met.

Functions

Link copied to clipboard
open override fun toJava(): VolumeNodeAffinityPatchArgs