Versions in this module Expand all Collapse all v1 v1.0.5 Aug 24, 2015 Changes in this version + const AddRecommendedName + const GroupsRecommendedName + const NewGroupRecommendedName + const RemoveRecommendedName + func NewCmdAddUsers(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command + func NewCmdGroups(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command + func NewCmdNewGroup(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command + func NewCmdRemoveUsers(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command + type GroupModificationOptions struct + Group string + GroupClient client.GroupInterface + Users []string + func (o *GroupModificationOptions) AddUsers() error + func (o *GroupModificationOptions) Complete(f *clientcmd.Factory, args []string) error + func (o *GroupModificationOptions) RemoveUsers() error + type NewGroupOptions struct + Group string + GroupClient client.GroupInterface + Users []string + func (o *NewGroupOptions) AddGroup() error + func (o *NewGroupOptions) Complete(f *clientcmd.Factory, args []string) error