Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookType ¶
type WebhookType int
WebhookType defines the type of a webhook
const ( // WebhookTypeMutating represents mutating type webhook WebhookTypeMutating WebhookType = iota // WebhookTypeValidating represents validating type webhook WebhookTypeValidating )
Click to show internal directories.
Click to hide internal directories.