fix some bugs (#2751)

Signed-off-by: Jeff <zw0948@gmail.com>
This commit is contained in:
zryfish
2020-08-03 14:49:40 +08:00
committed by GitHub
parent f43047069c
commit 56fd0deef3
2 changed files with 10 additions and 12 deletions

View File

@@ -72,6 +72,8 @@ func init() {
&FederatedServiceList{},
&FederatedStatefulSet{},
&FederatedStatefulSetList{},
&FederatedUser{},
&FederatedUserList{},
&FederatedWorkspace{},
&FederatedWorkspaceList{})
}