Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + type LDAPGroupDetector interface + Exists func(ldapGroupUID string) (exists bool, err error) + type LDAPGroupGetter interface + GroupEntryFor func(ldapGroupUID string) (group *ldap.Entry, err error) + type LDAPGroupLister interface + ListGroups func() (ldapGroupUIDs []string, err error) + type LDAPGroupListerNameMapper interface + type LDAPGroupNameMapper interface + GroupNameFor func(ldapGroupUID string) (openShiftGroupName string, err error) + type LDAPMemberExtractor interface + ExtractMembers func(ldapGroupUID string) (members []*ldap.Entry, err error) + type LDAPUserNameMapper interface + UserNameFor func(ldapUser *ldap.Entry) (openShiftUserName string, err error) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3