Documentation
¶
Index ¶
- func ApplyGroup(grp *groupv3.Group) error
- func CreateGroup(name, description string) error
- func DeleteGroup(groupName string) error
- func GetGroupByName(groupName string) (*groupv3.Group, error)
- func ListGroupsWithCmd(cmd *cobra.Command) (*groupv3.GroupList, error)
- func ListPrint(cmd *cobra.Command, jsonObj []byte) error
- func NewGroupFromResponse(json_data []byte) (*groupv3.Group, error)
- func Print(cmd *cobra.Command, jsonObj []byte) error
- func UpdateGroup(grp *groupv3.Group) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyGroup ¶
Apply group takes the group details and sends it to the core
func CreateGroup ¶
func DeleteGroup ¶
func UpdateGroup ¶
Update group takes the updated group details and sends it to the core
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.