webhook

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 1 Imported by: 7

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 PodConfig

type PodConfig struct {
}

func NewPodConfig

func NewPodConfig() *PodConfig

type VPAConfig

type VPAConfig struct {
}

func NewVPAConfig

func NewVPAConfig() *VPAConfig

type WebhooksConfiguration

type WebhooksConfiguration struct {
	*VPAConfig
	*PodConfig
}

func NewWebhooksConfiguration

func NewWebhooksConfiguration() *WebhooksConfiguration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL