Skip to content

Commit

Permalink
make check
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <[email protected]>
  • Loading branch information
jakubdyszkiewicz committed Dec 4, 2023
1 parent caf6133 commit bc9ee28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/generated/raw/protos/Dataplane.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@
},
"state": {
"enum": [
"READY",
"Ready",
0,
"NOT_READY",
"NotReady",
1,
"IGNORED",
"Ignored",
2
],
"oneOf": [
Expand Down
6 changes: 3 additions & 3 deletions docs/generated/raw/protos/DataplaneOverview.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@
},
"state": {
"enum": [
"READY",
"Ready",
0,
"NOT_READY",
"NotReady",
1,
"IGNORED",
"Ignored",
2
],
"oneOf": [
Expand Down
6 changes: 3 additions & 3 deletions docs/generated/resources/proxy_dataplane.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@

State describes the current state of the listener.

- `READY`
- `Ready`

- `NOT_READY`
- `NotReady`

- `IGNORED`
- `Ignored`

- `outbound` (optional, repeated)

Expand Down

0 comments on commit bc9ee28

Please sign in to comment.