DynamicHostVolumeRegistrationConstraint

data class DynamicHostVolumeRegistrationConstraint(val attribute: String, val operator: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(attribute: String, operator: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An attribute to check to constrain volume placement

Link copied to clipboard
val operator: String? = null

The operator to use for comparison

Link copied to clipboard
val value: String? = null

The requested value of the attribute