close
The Wayback Machine - https://web.archive.org/web/20211120114351/https://github.com/google/gvisor/commit/d66aebb15a5804f84240dccac55cd56b1dde15e5
Skip to content
Permalink
Browse files
Add the gVisor admission webhook
PiperOrigin-RevId: 339913577
  • Loading branch information
kevinGC authored and gvisor-bot committed Oct 30, 2020
1 parent 3a6f046 commit d66aebb15a5804f84240dccac55cd56b1dde15e5
Showing with 1,000 additions and 43 deletions.
  1. +1 −0 BUILD
  2. +372 −19 WORKSPACE
  3. +8 −6 go.mod
  4. +110 −13 go.sum
  5. +3 −3 images/README.md
  6. +5 −1 nogo.yaml
  7. +1 −1 tools/go_branch.sh
  8. +28 −0 webhook/BUILD
  9. +24 −0 webhook/main.go
  10. +17 −0 webhook/pkg/cli/BUILD
  11. +115 −0 webhook/pkg/cli/cli.go
  12. +34 −0 webhook/pkg/injector/BUILD
  13. +71 −0 webhook/pkg/injector/gencerts.sh
  14. +211 −0 webhook/pkg/injector/webhook.go
1 BUILD
@@ -93,6 +93,7 @@ go_path(
"//runsc/cli",
"//shim/v1/cli",
"//shim/v2/cli",
"//webhook/pkg/cli",

# Packages that are not dependencies of the above.
"//pkg/sentry/kernel/memevent",
Loading

0 comments on commit d66aebb

Please sign in to comment.