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 8a341d0 commit 719f66dCopy full SHA for 719f66d
docs/content/en/docs/concepts/tracing-policy/hooks.md
@@ -179,8 +179,8 @@ which defines `sched:sched_process_exec` tracepoint with arguments.
179
180
Raw tracepoints are configured by setting with `raw` spec tag.
181
```yaml
182
-apiversion: cilium.io/v1alpha1
183
-kind: tracingpolicy
+apiVersion: cilium.io/v1alpha1
+kind: TracingPolicy
184
metadata:
185
name: "rawtp"
186
spec:
@@ -195,8 +195,8 @@ directly.
195
196
Following example stores 3rd argument:
197
198
199
200
201
202
0 commit comments