Start runs the server. It will install the webhook related resources depend on the server configuration.
(ctx context.Context)
| 58 | // Start runs the server. |
| 59 | // It will install the webhook related resources depend on the server configuration. |
| 60 | Start(ctx context.Context) error |
| 61 | |
| 62 | // StartedChecker returns an healthz.Checker which is healthy after the |
| 63 | // server has been started. |
no outgoing calls