MCPcopy Create free account
hub / github.com/OpenCSGs/csghub-server / CheckResourceAvailable

Method CheckResourceAvailable

builder/deploy/deployer.go:41–41  ·  view source on GitHub ↗
(ctx context.Context, clusterId string, hardWare *types.HardWare)

Source from the content-addressed store, hash-verified

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
44var _ Deployer = (*deployer)(nil)

Callers 2

CreateMethod · 0.65
DeployMethod · 0.65

Implementers 1

deployerbuilder/deploy/deployer.go

Calls

no outgoing calls

Tested by

no test coverage detected