DynamicHostVolumeConstraint

data class DynamicHostVolumeConstraint(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

(string) - The node attribute to check for the constraint.

Link copied to clipboard
val operator: String? = null

(string)- The operator to use in the comparison.

Link copied to clipboard
val value: String? = null

(string) - The value of the attribute to compare against.