groups

package
v1.2.0-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2016 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

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 NewCmdAddUsers(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command

func NewCmdGroups

func NewCmdGroups(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command

func NewCmdNewGroup

func NewCmdNewGroup(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command

func NewCmdRemoveUsers

func NewCmdRemoveUsers(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command

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

func (*NewGroupOptions) Complete

func (o *NewGroupOptions) Complete(f *clientcmd.Factory, args []string) error

Directories

Path Synopsis
ad
cli

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL