Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const AddRecommendedName + const GroupsRecommendedName + const RemoveRecommendedName + func NewCmdAddUsers(name, fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdGroups(name, fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRemoveUsers(name, fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type GroupModificationOptions struct + Group string + GroupClient usertypedclient.GroupInterface + Users []string + func (o *GroupModificationOptions) AddUsers() error + func (o *GroupModificationOptions) Complete(f kcmdutil.Factory, args []string) error + func (o *GroupModificationOptions) RemoveUsers() error