Skip to content

Commit

Permalink
adding ports to backendrefs in openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Nov 13, 2023
1 parent 6ddbbbd commit 0379791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/openapi-kuadrant-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ paths:
enable: true ## Add to the HTTPRoute. Optional. Default: false
backendRefs: ## Backend references to be included in the HTTPRoute. []gateway.networking.k8s.io/v1beta1.HTTPBackendRef. Optional.
- name: petstore
port: 80
namespace: petstore
rate_limit: ## Rate limit config. Optional.
rates: ## Kuadrant API []github.com/kuadrant/kuadrant-operator/api/v1beta2.Rate
Expand Down Expand Up @@ -57,6 +58,7 @@ paths:
enable: true ## Add to the HTTPRoute. Optional. Default: false
backendRefs: ## Backend references to be included in the HTTPRoute. Optional.
- name: petstore
port: 80
namespace: petstore
rate_limit: ## Rate limit config. Optional.
rates: ## Kuadrant API github.com/kuadrant/kuadrant-operator/api/v1beta2.Rate
Expand Down

0 comments on commit 0379791

Please sign in to comment.