(ctx context.Context, clusterId string, hardWare *types.HardWare)
| 39 | UpdateDeploy(ctx context.Context, dur *types.DeployUpdateReq, deploy *database.Deploy) error |
| 40 | StartDeploy(ctx context.Context, deploy *database.Deploy) error |
| 41 | CheckResourceAvailable(ctx context.Context, clusterId string, hardWare *types.HardWare) (bool, error) |
| 42 | } |
| 43 | |
| 44 | var _ Deployer = (*deployer)(nil) |