Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 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, errOut 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 + Out io.Writer + Printer kubectl.ResourcePrinterFunc + Users []string + func (o *NewGroupOptions) AddGroup() error + func (o *NewGroupOptions) Complete(f *clientcmd.Factory, cmd *cobra.Command, args []string) error + func (o *NewGroupOptions) Validate() error v1.5.0-alpha.1 Dec 29, 2016