-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix intstr.IntOrString to be number or string instead of object (#453)
* add intstr.IntOrStr custom handling and test * whitespace changes from codegen * add changelog * more autogenerated whitespace changes * remove more whitespaces * reset watcher.go
- Loading branch information
1 parent
d9546f8
commit 2763957
Showing
4 changed files
with
230 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/gloo-mesh-enterprise/issues/9194 | ||
description: intstr.IntOrString fields now output the correct schema instead of an object | ||
skipCI: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.