You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -332,10 +332,11 @@ func main() {
332
332
namespace:=flag.String("namespace", "", "Namespace for Role (ignored for ClusterRole)")
333
333
extraSchemaPath:=flag.String("extra-schema", "", "Path to extra kinds RBAC schema JSON file for custom resources")
334
334
includeResourceNames:=flag.Bool("resource-names", false, "Include resourceNames from manifest metadata.name in the rules")
335
-
roleBindingSubjects:=flag.String("role-binding-subjects", "", "Comma-separated list of subjects to bind the role to (e.g., User:alice,Group:devs,ServiceAccount:ns:sa)")
"Generate RoleBinding/ClusterRoleBinding using comma-separated list of subjects to bind the role to (e.g., User:alice,Group:devs,ServiceAccount:ns:sa)")
0 commit comments