VolumeNodeAffinity

final case class VolumeNodeAffinity(required: Option[NodeSelector])

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

Companion:
object
Source:
VolumeNodeAffinity.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if required has a value, transforms to the result of function

if required has a value, transforms to the result of function

Source:
VolumeNodeAffinity.scala

Returns a new data with required set to new value

Returns a new data with required set to new value

Source:
VolumeNodeAffinity.scala

Inherited methods

Inherited from:
Product