Skip to content

Commit

Permalink
fix(storage): remove storage health check
Browse files Browse the repository at this point in the history
Signed-off-by: soulseen <zhuxiaoyang1996@gmail.com>
  • Loading branch information
soulseen committed Feb 27, 2021
1 parent cf1a2a7 commit ccd96de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 131 deletions.
127 changes: 0 additions & 127 deletions pkg/cluster/controllers/storage/healthchecker.go

This file was deleted.

4 changes: 0 additions & 4 deletions pkg/cluster/controllers/storage/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ type MinIOController struct {
ConfigStore *configstore.Store
}

func (m *MinIOController) HealthChecker() lcm.HealthChecker {
return &HealthChecker{}
}

var HarborClusterMinIOGVK = schema.GroupVersionKind{
Group: minio.SchemeGroupVersion.Group,
Version: minio.SchemeGroupVersion.Version,
Expand Down

0 comments on commit ccd96de

Please sign in to comment.