numberCompare

Compares a numeric variable

This content is associated with a legacy version of the Replicated product. For the current Replicated product docs, click here.

numberCompare

type object

Compares a numeric variable

numberCompare:
  gte: 7.5

Optional Parameters

  • eq - Equal to comparison

  • gt - Greater than comparison

  • gte - Greater than or equal to comparison

  • in - List of equal to comparison

  • lt - Less than comparison

  • lte - Less than or equal to comparison