Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookCollector ¶
type WebhookCollector struct {
// contains filtered or unexported fields
}
func NewWebhookCollector ¶
func NewWebhookCollector(kubeClient kubernetes.Interface, namespace string, logger log.Logger) *WebhookCollector
func (*WebhookCollector) Collect ¶
func (c *WebhookCollector) Collect(ch chan<- prometheus.Metric)
func (*WebhookCollector) Describe ¶
func (c *WebhookCollector) Describe(ch chan<- *prometheus.Desc)
func (*WebhookCollector) Start ¶
func (c *WebhookCollector) Start() error
func (*WebhookCollector) Stop ¶
func (c *WebhookCollector) Stop()
Click to show internal directories.
Click to hide internal directories.