mirror of https://github.com/crossplane/docs.git
add doc for adler32 transform (#524)
This commit is contained in:
parent
a12284a466
commit
55b5c1ceb5
|
|
@ -1508,6 +1508,7 @@ converts the input based on one of the following conversion types:
|
||||||
* `ToSha1` - Create a SHA-1 hash of the input string.
|
* `ToSha1` - Create a SHA-1 hash of the input string.
|
||||||
* `ToSha256` - Create a SHA-256 hash of the input string.
|
* `ToSha256` - Create a SHA-256 hash of the input string.
|
||||||
* `ToSha512` - Create a SHA-512 hash of the input string.
|
* `ToSha512` - Create a SHA-512 hash of the input string.
|
||||||
|
* `ToAdler32` - Create an Adler32 hash of the input string.
|
||||||
|
|
||||||
```yaml {label="stringConvert"}
|
```yaml {label="stringConvert"}
|
||||||
patches:
|
patches:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
ActivePackageRevision
|
ActivePackageRevision
|
||||||
|
Adler32
|
||||||
clampMax
|
clampMax
|
||||||
clampMin
|
clampMin
|
||||||
CombineFromComposite
|
CombineFromComposite
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue