Documentation ¶
Index ¶
- Constants
- 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
- type NewGroupOptions
Constants ¶
View Source
const (
AddRecommendedName = "add-users"
)
View Source
const GroupsRecommendedName = "groups"
View Source
const (
NewGroupRecommendedName = "new"
)
View Source
const (
RemoveRecommendedName = "remove-users"
)
Variables ¶
This section is empty.
Functions ¶
func NewCmdAddUsers ¶
func NewCmdGroups ¶
func NewCmdNewGroup ¶
Types ¶
type GroupModificationOptions ¶
type GroupModificationOptions struct { GroupClient client.GroupInterface Group string Users []string }
func (*GroupModificationOptions) AddUsers ¶
func (o *GroupModificationOptions) AddUsers() error
func (*GroupModificationOptions) Complete ¶
func (o *GroupModificationOptions) Complete(f *clientcmd.Factory, args []string) error
func (*GroupModificationOptions) RemoveUsers ¶
func (o *GroupModificationOptions) RemoveUsers() error
type NewGroupOptions ¶
type NewGroupOptions struct { GroupClient client.GroupInterface Group string Users []string }
func (*NewGroupOptions) AddGroup ¶
func (o *NewGroupOptions) AddGroup() error
Click to show internal directories.
Click to hide internal directories.