Commit bacfd53
committed
Fix oc get rolebindingrestrictions formatting
Print the "NAMESPACE" column in the output of
`oc get rolebindingrestrictions --all-namespaces`.
Before:
$ oc get rolebindingrestrictions --all-namespaces
NAMESPACE NAME SUBJECT TYPE SUBJECTS
match-own-admin-user User carol
match-own-service-accounts ServiceAccount carolproject/*
After:
$ oc get rolebindingrestrictions --all-namespaces
NAMESPACE NAME SUBJECT TYPE SUBJECTS
carolproject match-own-admin-user User carol
carolproject match-own-service-accounts ServiceAccount carolproject/*1 parent 4a5fb49 commit bacfd53
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1106 | 1106 | | |
1107 | 1107 | | |
1108 | 1108 | | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
1109 | 1114 | | |
1110 | 1115 | | |
1111 | 1116 | | |
| |||
0 commit comments