Documentation ¶
Index ¶
Constants ¶
View Source
const (
AgentName = "webhook"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Webhook ¶
type Webhook struct {
// contains filtered or unexported fields
}
func NewWebhook ¶
func NewWebhook( bindAddr, bindPort, tlsPrivateKeyFile, tlsCertFile string, shipperClientset clientset.Interface, shipperInformerFactory informers.SharedInformerFactory, webhookMetric prometheus.WebhookMetric, heartbeatPeriod time.Duration, ) *Webhook
Click to show internal directories.
Click to hide internal directories.