Skip to content

Commit 40aa688

Browse files
committed
update docs
On-behalf-of: @SAP [email protected]
1 parent e29acd5 commit 40aa688

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/publish-resources.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ spec:
150150
name: "cert-$remoteNamespaceHash-$remoteNameHash"
151151
```
152152

153-
<!--
154153
### Mutation
155154

156155
Besides projecting the type meta, changes to object contents are also nearly always required.
@@ -182,7 +181,6 @@ spec:
182181
- regex: ...
183182
template: ...
184183
delete: ...
185-
rudi: ...
186184
```
187185

188186
#### Regex
@@ -218,19 +216,6 @@ delete:
218216
This mutation simply removes the value at the given path from the document. JSON path is the
219217
usual path, without a leading dot.
220218

221-
#### Rudi
222-
223-
```yaml
224-
rudi:
225-
script: |
226-
(set! .metadata.name (concat "-" [$localObj.metadata.name "foo"]))
227-
```
228-
229-
This mutation runs a [Rudi](https://github.com/xrstf/rudi) program on the document. Note that in
230-
Rudi, in contrast to all the other mutation types, JSON paths _do_ begin with leading dot if you
231-
refer to the main document. Just `metadata.name` would be invalid.
232-
-->
233-
234219
### Related Resources
235220

236221
The processing of resources on the service cluster often leads to additional resources being

0 commit comments

Comments
 (0)