Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// Log is a shared logger for the shared webhook.
Log logr.Logger
// Webhooks is the list of registered Webhooks that will be used to build the
// shared webhook server.
Webhooks []approver.Webhook
// Manager is the shared controller-runtime manager used by this
// approver-policy instance. The webhook will register its endpoints and
// runnables against.
Manager manager.Manager
}
Options are options for running the wehook.
Click to show internal directories.
Click to hide internal directories.