Skip to content

Creation of service-keys #3652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api
1 change: 1 addition & 0 deletions packages/golangapiserver/spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ files:
- autoscaler/api/* # gosub
- autoscaler/api/apis/* # gosub
- autoscaler/api/apis/scalinghistory/* # gosub
- autoscaler/api/binding_requests/* # gosub
- autoscaler/api/broker/* # gosub
- autoscaler/api/brokerserver/* # gosub
- autoscaler/api/cmd/api/* # gosub
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions schema/json/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Readme #

The currently used golang-library for json-schema, namely “[gojsonschema](<https://github.com/xeipuuv/gojsonschema>)” not seems to be capable to resolve references to other files correctly across different directories. Perhaps not limited to but especially when referencing up the file-system-hierarchy (parent-directories). *Hint*: Use symbolic links to circumvent the issue!
Loading
Loading