VolumeNodeAffinityPatch

data class VolumeNodeAffinityPatch(val required: NodeSelectorPatch? = null)

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

Constructors

Link copied to clipboard
constructor(required: NodeSelectorPatch? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

required specifies hard node constraints that must be met.