Versions in this module Expand all Collapse all v0 v0.0.310 Jun 15, 2022 Changes in this version + var URLOptions = client.URLOptions + func CreateGroup(c client.Client, u *iamv1alpha2.Group, workspace string) (*iamv1alpha2.Group, error) + func CreateUser(c client.Client, u *iamv1alpha2.User) (*iamv1alpha2.User, error) + func GetGroup(c client.Client, name, workspace string) (*iamv1alpha2.Group, error) + func GetUser(c client.Client, name string) (*iamv1alpha2.User, error) + func NewClient(s *runtime.Scheme, user, passsword string) (client.Client, error) + func NewGroup(name, workspace string) *iamv1alpha2.Group + func NewRestClient(user, passsword string) (*restclient.RestClient, error) + func NewUser(name, globelRole string) *iamv1alpha2.User