Skip to content

Commit d768c70

Browse files
committed
extend docs
On-behalf-of: @SAP [email protected]
1 parent 9b10cfa commit d768c70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/publish-resources/templating.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ for example `join` or `b64enc`. The agent then adds the following functions:
2727
This function is only available for backwards compatibility when migrating `$variable`-based
2828
naming rules to use Go templates. New setups should not use this function, but one of the explicitly
2929
named ones, like `sha256sum` or `sha3sum`.
30+
* All "objects" mentioned in this documentation refer technically to an `unstructured.Unstructured`
31+
value's `.Object` field, i.e. the JSON-decoded representation of a Kubernetes object.
3032

3133
## Context
3234

0 commit comments

Comments
 (0)