case class VolumeNodeAffinity(required: Optional[NodeSelector] = Optional.Absent) extends Product with Serializable
VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VolumeNodeAffinity
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new VolumeNodeAffinity(required: Optional[NodeSelector] = Optional.Absent)
Value Members
-
def
getRequired: IO[K8sFailure, NodeSelector]
Gets required.
Gets required.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val required: Optional[NodeSelector]