cybozu-go / accurate

Kubernetes controller for multi-tenancy. It propagates resources between namespaces accurately and allows tenant users to create/delete sub-namespaces.
https://cybozu-go.github.io/accurate/
Apache License 2.0
38 stars 5 forks source link

Add `kubectl-accurate template list` sub command #3

Closed ymmt2005 closed 3 years ago

ymmt2005 commented 3 years ago

What

Just like kubectl accurate list that shows the list of root namespaces with its sub-namespaces hierarchically.

Also, add kubectl-accurate sub list as an alias for kubectl-accurate list.

How

Describe how to address the issue.

Checklist