This is a huge commit, it does following things: (#1942)
1. Remove ks-iam standalone binary, move it to ks-apiserver 2. Generate all devops apis inside kubesphere repository, no need to import s2ioperator. 3. Reorganize ldap code, make it more flexible to use.
This commit is contained in:
@@ -46,7 +46,7 @@ const (
|
||||
|
||||
var GroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha2"}
|
||||
|
||||
func addWebService(c *restful.Container, devopsClient devops.Interface,
|
||||
func AddToContainer(c *restful.Container, devopsClient devops.Interface,
|
||||
dbClient *mysql.Database, sonarClient sonarqube.SonarInterface, ksClient versioned.Interface,
|
||||
ksInformer externalversions.SharedInformerFactory, s3Client s3.Interface) error {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user