Skip to content

Commit

Permalink
feat(sdk): automated oas update (#36)
Browse files Browse the repository at this point in the history
* feat(sdk): automated oas update

* Bump .speakeasy/gen.yaml based on label

* Update provider based on openapi.yaml changes

---------

Co-authored-by: pmalek <[email protected]>
Co-authored-by: team-k8s-bot <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent 283ce3a commit f203f8f
Show file tree
Hide file tree
Showing 6 changed files with 5,707 additions and 5,696 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: b81e5def-5b1e-4753-ae7c-0efccc2e6f61
management:
docChecksum: e7f0997368d05f4181c30c542b81c1b8
docChecksum: d1b1d533361b8d1a156a10a560fa0e38
docVersion: 0.0.1
speakeasyVersion: 1.459.2
generationVersion: 2.483.1
releaseVersion: 0.1.15
configChecksum: 791487d781f65065a3f8d3099d35bd6e
releaseVersion: 0.1.16
configChecksum: 037cc60c9527eefe39f1d52dbf84328b
features:
go:
additionalDependencies: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
go:
version: 0.1.15
version: 0.1.16
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
3 changes: 3 additions & 0 deletions docs/sdks/routes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Depending on the protocol, one of the following attributes must be set:
- `grpcs`: At least one of `hosts`, `headers`, `paths`, or `snis`
- `ws`: At least one of `hosts`, `headers`, or `paths`
- `wss`: At least one of `hosts`, `headers`, `paths`, or `snis`



<br>
A route can't have both `tls` and `tls_passthrough` protocols at same time.
<br><br>
Expand Down
Loading

0 comments on commit f203f8f

Please sign in to comment.