mirror of https://github.com/crossplane/docs.git
`input` -> `output`
Signed-off-by: Julien Duchesne <julien.duchesne@grafana.com>
This commit is contained in:
parent
cc2d868032
commit
5ae360f904
|
@ -905,8 +905,8 @@ transform.
|
|||
|
||||
`math`. Transforms values using math. The input value must be an integer.
|
||||
* math transform type `Multiply`, multiplies the input by the given value.
|
||||
* math transform type `ClampMin`, sets a minimum value for the input.
|
||||
* math transform type `ClampMax`, sets a maximum value for the input.
|
||||
* math transform type `ClampMin`, sets a minimum value for the output.
|
||||
* math transform type `ClampMax`, sets a maximum value for the output.
|
||||
|
||||
```yaml
|
||||
# If you omit the field type, by default type is set to `Multiply`
|
||||
|
|
Loading…
Reference in New Issue