Merge pull request #2100 from huanggze/logging

logging: integrate new IAM
This commit is contained in:
KubeSphere CI Bot
2020-05-25 21:43:34 +08:00
committed by GitHub
36 changed files with 1735 additions and 813 deletions

View File

@@ -328,5 +328,5 @@ func prepare() Interface {
RoleBindings().Informer().GetIndexer().Add(roleBinding)
}
return New(fakeInformerFactory, nil, nil, nil)
return New(fakeInformerFactory, nil, nil, nil, nil)
}