Skip to content

Commit a805036

Browse files
committed
Better context for file-based example (for now)
Signed-off-by: Benjamin Leggett <[email protected]>
1 parent bf23ebc commit a805036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: SPEC.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Plugins that consume any of these configuration keys should respect their intend
148148
Plugins may define additional fields that they accept and may generate an error if called with unknown fields. Runtimes must preserve unknown fields in plugin configuration objects when transforming for execution.
149149

150150
#### Example configuration
151-
Network configuration with no inlined plugin confs, and two loaded plugin confs:
151+
The following is an example file-based JSON representation of a network configuration `dbnet` with no inlined plugin configurations, and two external aggregated plugin configurations (`bridge` and `tuning`) in JSON format:
152152
`/etc/cni/net.d/10-dbnet.conf`:
153153
```jsonc
154154
{
@@ -195,7 +195,7 @@ Network configuration with no inlined plugin confs, and two loaded plugin confs:
195195
}
196196
```
197197

198-
Network configuration with one inlined plugin conf, and one loaded plugin conf:
198+
The following is an example file-based JSON representation of a network configuration `dbnet` with one inlined plugin configuration (`bridge`), and one external aggregated plugin configuration `tuning` in JSON format:
199199
`/etc/cni/net.d/10-dbnet.conf`:
200200
```jsonc
201201
{
@@ -240,7 +240,7 @@ Network configuration with one inlined plugin conf, and one loaded plugin conf:
240240
}
241241
```
242242

243-
Network configuration with one inlined plugin conf, and no loaded plugin conf:
243+
The following is an example file-based JSON representation of a network configuration `dbnet` with one inlined plugin configuration (`bridge`), and no external aggregated plugin configs
244244
`/etc/cni/net.d/10-dbnet.conf`:
245245
```jsonc
246246
{

0 commit comments

Comments
 (0)