Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericWebhookConfiguration ¶
type GenericWebhookConfiguration struct {
// Webhooks is the list of webhooks to enable or disable
// '*' means "all enabled by default webhooks"
// 'foo' means "enable 'foo'"
// '-foo' means "disable 'foo'"
// first item for a particular name wins
Webhooks []string
// A selector to restrict the list of returned objects by their labels. this selector is
// used in informer factory.
LabelSelector string
// ServerPort indicates the insecure port that webhook implementation is listening on
ServerPort string
SecureServing *server.SecureServingInfo
DynamicGVResources []string
}
func NewGenericWebhookConfiguration ¶
func NewGenericWebhookConfiguration() *GenericWebhookConfiguration
type WebhooksConfiguration ¶
func NewWebhooksConfiguration ¶
func NewWebhooksConfiguration() *WebhooksConfiguration
Click to show internal directories.
Click to hide internal directories.