Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
feat: adding the cluster resources manifest endpoint in Kontrol API s…
Browse files Browse the repository at this point in the history
…pec and bindings (#171)

This new endpoint will return the cluster topology in a YAML
multi-resource manifest response.
  • Loading branch information
leoporoli authored Aug 23, 2024
1 parent 7e79072 commit b4e7d71
Show file tree
Hide file tree
Showing 9 changed files with 303 additions and 26 deletions.
3 changes: 3 additions & 0 deletions kardinal-manager/gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ schema = 3
[mod."github.com/bmatcuk/doublestar"]
version = "v1.1.1"
hash = "sha256-mcR+gZ11pja98RwW7eN6T6TwC07ujPmQ8CcyH45r//0="
[mod."github.com/bmizerany/assert"]
version = "v0.0.0-20160611221934-b7ed37b82869"
hash = "sha256-WnAmAW0f97kZoGhBmIGNBjblTh02O9WfPrH9RD0PHqI="
[mod."github.com/bsm/ginkgo/v2"]
version = "v2.12.0"
hash = "sha256-rZ9AF2RPWwQcgFmh3bmUXDaTLL14fQfPtv+DuC8xqzQ="
Expand Down
127 changes: 127 additions & 0 deletions libs/cli-kontrol-api/api/golang/client/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

145 changes: 121 additions & 24 deletions libs/cli-kontrol-api/api/golang/server/server.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4e7d71

Please sign in to comment.