cmd.Flags().StringSliceVar(&c.NonResourceURLs,"non-resource-url",c.NonResourceURLs,"A partial url that user should have access to.")
cmd.Flags().StringSlice("resource",[]string{},"Resource that the rule applies to")
cmd.Flags().StringArrayVar(&c.ResourceNames,"resource-name",c.ResourceNames,"Resource in the white list that the rule applies to, repeat this flag for multiple items")
cmd.Flags().Var(utilflag.NewMapStringString(&c.AggregationRule),"aggregation-rule","An aggregation label selector for combining ClusterRoles.")