Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookServer ¶
type WebhookServer struct {
Settings *Settings
Namespace string
Router chi.Router
Logger *log.Logger
}
func NewWebhookServer ¶ added in v1.14.3
func (*WebhookServer) Start ¶
func (s *WebhookServer) Start() error
Start runs https server to listen for AdmissionReview requests from the API-server.
Click to show internal directories.
Click to hide internal directories.