refac tables

mine
derailed 2019-06-21 17:49:03 -06:00
parent ad1aadd0a7
commit 8a517db7e0
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ func showSAPolicy(app *appView, _, _, selection string) {
}
func resourceViews(c k8s.Connection, m map[string]resCmd) {
primRes(m)
coreRes(m)
rbacRes(m)
apiExtRes(m)