Skip to content

Commit

Permalink
Update doc/openapi-openshift-dev-spaces.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Martin <[email protected]>
  • Loading branch information
jasonmadigan and david-martin authored Mar 13, 2024
1 parent 4b50bc8 commit 9b33a41
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/openapi-openshift-dev-spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ For each path, add an `x-kuadrant` extension with `backendRefs` to link our rout


```yaml
/pet/findByStatus:
x-kuadrant:
backendRefs:
- name: petstore
namespace: petstore
port: 8080
get:
# ...
/pet/findByStatus:
x-kuadrant:
backendRefs:
- name: petstore
namespace: petstore
port: 8080
get:
# ...
```

```yaml
Expand Down

0 comments on commit 9b33a41

Please sign in to comment.