Skip to content

Commit 042a0c8

Browse files
committed
docs: base64 decode and encode
Signed-off-by: Attila Mészáros <[email protected]>
1 parent d36e223 commit 042a0c8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/reference.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,15 @@ or for Deployment:
250250
`glue.operator.resource-label-selector.apps/v1#Deployment=mylabel=samplevalue`
251251

252252

253+
## Extending qute templating engine
254+
255+
[Qute templating engine](https://quarkus.io/guides/qute) is very flexible.
256+
We extend it only we two additional functions, to decode and encode base64 values. More might come in the future.
257+
You can call these on every string of byte array:
258+
259+
260+
261+
253262
## Implementation details and performance
254263

255264
Informers are used optimally, in terms of that, for every resource type only one informer is registered in the background. Event there are more `Glue` or `GlueOperator`

src/test/resources/glue/CopySecretToConfigMap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Sample copies content of a secret from namespace-b to a config map in namespace-b.
12
apiVersion: io.javaoperatorsdk.operator.glue/v1beta1
23
kind: Glue
34
metadata:

0 commit comments

Comments
 (0)