improve IAM module

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2020-05-22 09:35:05 +08:00
parent 0d12529051
commit 8f93266ec0
640 changed files with 50221 additions and 18179 deletions

View File

@@ -30,8 +30,8 @@ func (c crdGetter) List(_ string, query *query.Query) (*api.ListResult, error) {
}
var result []runtime.Object
for _, deploy := range crds {
result = append(result, deploy)
for _, crd := range crds {
result = append(result, crd)
}
return v1alpha3.DefaultList(result, query, c.compare, c.filter), nil