Skip to content

Commit 6ef80a6

Browse files
authored
Remove iface option from disruptor API (#1256)
Signed-off-by: Pablo Chacin <[email protected]>
1 parent e8c334f commit 6ef80a6

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/02 injectGrpcFaults.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ The injection of the fault is controlled by the following options:
1919
| Option | Type | Description |
2020
| --------- | ------ | -------- |
2121
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) |
22-
| iface | string | network interface where the agent will capture the traffic ( default `eth0`) |
2322

2423

2524
## Example

src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/03 injectHTTPFaults.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ The injection of the fault is controlled by the following options:
1919
| Option | Type | Description |
2020
| --------- | ------ | -------- |
2121
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) |
22-
| iface | string | network interface where the agent will capture the traffic ( default `eth0`) |
2322

2423
<Blockquote mod="note">
2524

src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/02 injectGrpcFaults.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ The injection of the fault is controlled by the following options:
1818
| Option | Type | Description |
1919
| --------- | ------ | ------- |
2020
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) |
21-
| iface | string | network interface where the agent will capture the traffic ( default `eth0`) |
2221

2322
## Example
2423

src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/03 injectHTTPFaults.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ The injection of the fault is controlled by the following options:
1818
| Option | Type | Description |
1919
| --------- | ------ | ----------- |
2020
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) |
21-
| iface | string | network interface where the agent will capture the traffic ( default `eth0`) |
2221

2322
<Blockquote mod="note">
2423

0 commit comments

Comments
 (0)