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

Method UninstallWebhook

runner/common/pool.go:63–63  ·  view source on GitHub ↗

UninstallWebhook will remove the webhook installed in github for the entity associated with this pool manager.

(ctx context.Context)

Source from the content-addressed store, hash-verified

61 GetWebhookInfo(ctx context.Context) (params.HookInfo, error)
62 // UninstallWebhook will remove the webhook installed in github for the entity associated with this pool manager.
63 UninstallWebhook(ctx context.Context) error
64
65 // RootCABundle will return a CA bundle that must be installed on all runners in order to properly validate
66 // x509 certificates used by various systems involved. This CA bundle is defined in the GARM config file and

Callers 4

DeleteRepositoryMethod · 0.65
UninstallRepoWebhookMethod · 0.65
DeleteOrganizationMethod · 0.65
UninstallOrgWebhookMethod · 0.65

Implementers 3

basePoolManagerrunner/pool/pool.go
PoolManagerrunner/common/mocks/PoolManager.go
PoolManager_Expecterrunner/common/mocks/PoolManager.go

Calls

no outgoing calls

Tested by

no test coverage detected