UninstallWebhook will remove the webhook installed in github for the entity associated with this pool manager.
(ctx context.Context)
| 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 |
no outgoing calls
no test coverage detected