VolumeNodeAffinity

io.k8s.api.core.v1.VolumeNodeAffinity
See theVolumeNodeAffinity companion object
final case class VolumeNodeAffinity(required: Option[NodeSelector])

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

Attributes

Companion
object
Source
VolumeNodeAffinity.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

Source
VolumeNodeAffinity.scala

Returns a new data with required set to new value

Returns a new data with required set to new value

Attributes

Source
VolumeNodeAffinity.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product