if resp != nil && resp.StatusCode != http.StatusOK {
klog.Errorf("failed to send msg to sink, because the response code is %d", resp.StatusCode)
return
}
E0630 19:57:00.262987 1 webhook.go:98] failed to send msg to sink, because the response code is 202
W0630 19:57:00.263067 1 webhook.go:56] Failed to send event to WebHook sink,because of failed to send msg to sink, because the response code is 202
E0630 19:57:00.262987 1 webhook.go:98] failed to send msg to sink, because the response code is 202 W0630 19:57:00.263067 1 webhook.go:56] Failed to send event to WebHook sink,because of failed to send msg to sink, because the response code is 202