Skip to content

Commit

Permalink
Actually use the get events handler
Browse files Browse the repository at this point in the history
Ich sag mal lol…
  • Loading branch information
databus23 committed Nov 22, 2017
1 parent 2b2d5ec commit c5a2afa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/api/models/event.go

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

1 change: 1 addition & 0 deletions pkg/api/rest/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func Configure(api *operations.KubernikusAPI, rt *apipkg.Runtime) {
api.GetClusterCredentialsHandler = handlers.NewGetClusterCredentials(rt)
api.GetClusterInfoHandler = handlers.NewGetClusterInfo(rt)
api.GetOpenstackMetadataHandler = handlers.NewGetOpenstackMetadata(rt)
api.GetClusterEventsHandler = handlers.NewGetClusterEvents(rt)

api.ServerShutdown = func() {}

Expand Down
2 changes: 1 addition & 1 deletion pkg/api/spec/embedded_spec.go

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

0 comments on commit c5a2afa

Please sign in to comment.