Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type WebhookInfo ¶
type WebhookInfo struct { Name string Type WebhookType }
type WebhookType ¶
type WebhookType int
WebhookType is the type of webhook, either validating/mutating webhook, a CRD conversion webhook, or an extension API server
const ( //ValidatingWebhook indicates the webhook is a ValidatingWebhook Validating WebhookType = iota //MutingWebhook indicates the webhook is a MutatingWebhook Mutating //CRDConversionWebhook indicates the webhook is a conversion webhook CRDConversion //APIServiceWebhook indicates the webhook is an extension API server APIService )
Click to show internal directories.
Click to hide internal directories.