add multi version crd docs support &add crd docs gen

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2020-03-23 17:11:50 +08:00
parent a48d7f5478
commit 7a00f9e3e4
8 changed files with 3473 additions and 191 deletions

View File

@@ -273,7 +273,6 @@ func (c *Controller) syncHandler(key string) error {
}
}
if !reflect.DeepEqual(copyProject, project) {
_, err := c.kubesphereClient.DevopsV1alpha3().DevOpsProjects().Update(copyProject)
if err != nil {