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 c6c4662 commit 4b60dd7Copy full SHA for 4b60dd7
fn.go
@@ -39,8 +39,9 @@ const (
39
// Context keys.
40
logKey contextKey = "log"
41
42
- // Unique keys.
43
- compositeResourceKey = "COMPOSITE_RESOURCE"
+ // Reserved keys.
+ reservedKeyPrefix = "function-status-transformer.reserved-keys."
44
+ compositeResourceKey = reservedKeyPrefix + "composite-resource"
45
)
46
47
// Function returns whatever response you ask it to.
0 commit comments