MCPcopy Create free account
hub / github.com/cloudbase/garm / RemoveEntityRunner

Method RemoveEntityRunner

runner/common/util.go:34–34  ·  view source on GitHub ↗
(ctx context.Context, runnerID int64)

Source from the content-addressed store, hash-verified

32 ListEntityRunners(ctx context.Context, opts *github.ListRunnersOptions) (*github.Runners, *github.Response, error)
33 ListEntityRunnerApplicationDownloads(ctx context.Context) ([]*github.RunnerApplicationDownload, *github.Response, error)
34 RemoveEntityRunner(ctx context.Context, runnerID int64) error
35 RateLimit(ctx context.Context) (*github.RateLimits, error)
36 CreateEntityRegistrationToken(ctx context.Context) (*github.RegistrationToken, *github.Response, error)
37 GetEntityJITConfig(ctx context.Context, instance string, pool params.Pool, labels []string) (jitConfigMap map[string]string, runner *github.Runner, err error)

Callers 4

DeleteRunnerMethod · 0.65
AddRunnerMethod · 0.65
DeleteRunnerMethod · 0.65

Implementers 6

stubGithubClientrunner/pool/stub_client.go
GithubEntityOperationsrunner/common/mocks/GithubEntityOperat
GithubEntityOperations_Expecterrunner/common/mocks/GithubEntityOperat
GithubClientrunner/common/mocks/GithubClient.go
GithubClient_Expecterrunner/common/mocks/GithubClient.go
githubClientutil/github/client.go

Calls

no outgoing calls

Tested by

no test coverage detected