Skip to content

Commit

Permalink
feat: Display all dependents of a Kubernetes object
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Toh <tohjustin@hotmail.com>
  • Loading branch information
tohjustin committed Sep 7, 2021
1 parent 34a98ee commit d4a7c29
Show file tree
Hide file tree
Showing 5 changed files with 681 additions and 21 deletions.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ go 1.16
require (
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
k8s.io/cli-runtime v0.22.0
k8s.io/apimachinery v0.22.1
k8s.io/cli-runtime v0.22.1
k8s.io/client-go v0.22.1
k8s.io/kubectl v0.22.1
)
Loading

0 comments on commit d4a7c29

Please sign in to comment.