Skip to content

Commit

Permalink
[supervisor] fix #9521: add resources endpoint respecting cgroup v1
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed May 13, 2022
1 parent e80f26e commit aa75ee7
Show file tree
Hide file tree
Showing 15 changed files with 3,224 additions and 461 deletions.
2 changes: 2 additions & 0 deletions components/supervisor-api/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/gitpod-io/generated_code_dependencies

go 1.18

require google.golang.org/protobuf v1.28.0 // indirect
6 changes: 6 additions & 0 deletions components/supervisor-api/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=
google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
422 changes: 318 additions & 104 deletions components/supervisor-api/go/status.pb.go

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions components/supervisor-api/go/status.pb.gw.go

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

38 changes: 38 additions & 0 deletions components/supervisor-api/go/status_grpc.pb.go

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

Loading

0 comments on commit aa75ee7

Please sign in to comment.