We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b10cfa commit d768c70Copy full SHA for d768c70
docs/content/publish-resources/templating.md
@@ -27,6 +27,8 @@ for example `join` or `b64enc`. The agent then adds the following functions:
27
This function is only available for backwards compatibility when migrating `$variable`-based
28
naming rules to use Go templates. New setups should not use this function, but one of the explicitly
29
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.
32
33
## Context
34
0 commit comments