Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + const FutureGroupName + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = unversioned.GroupVersion + func DeepCopy_api_Group(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_GroupList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_Identity(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_IdentityList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_User(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_UserIdentityMapping(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_UserList(in interface{}, out interface{}, c *conversion.Cloner) error + func GroupToSelectableFields(group *Group) fields.Set + func IdentityToSelectableFields(identity *Identity) fields.Set + func Kind(kind string) unversioned.GroupKind + func RegisterDeepCopies(scheme *runtime.Scheme) error + func Resource(resource string) unversioned.GroupResource + func UserToSelectableFields(user *User) fields.Set + type Group struct + Users []string + func (obj *Group) GetObjectKind() unversioned.ObjectKind + type GroupList struct + Items []Group + func (obj *GroupList) GetObjectKind() unversioned.ObjectKind + type Identity struct + Extra map[string]string + ProviderName string + ProviderUserName string + User kapi.ObjectReference + func (obj *Identity) GetObjectKind() unversioned.ObjectKind + type IdentityList struct + Items []Identity + func (obj *IdentityList) GetObjectKind() unversioned.ObjectKind + type User struct + FullName string + Groups []string + Identities []string + func (obj *User) GetObjectKind() unversioned.ObjectKind + type UserIdentityMapping struct + Identity kapi.ObjectReference + User kapi.ObjectReference + func (obj *UserIdentityMapping) GetObjectKind() unversioned.ObjectKind + type UserList struct + Items []User + func (obj *UserList) GetObjectKind() unversioned.ObjectKind v1.5.0-alpha.1 Dec 29, 2016