Skip to content

Commit

Permalink
Add kubernetes support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric BAIL committed Apr 13, 2022
1 parent 8b90bac commit e928f4a
Show file tree
Hide file tree
Showing 5 changed files with 653 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ require (
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.4.0
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
k8s.io/api v0.23.5
k8s.io/apimachinery v0.23.5
k8s.io/client-go v0.23.5
k8s.io/kubectl v0.23.5
)
Loading

0 comments on commit e928f4a

Please sign in to comment.