Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddConfigFlags ¶ added in v1.7.0
func AddConfigFlags(fs *pflag.FlagSet, c *config.WebhookConfiguration)
func AddGlobalFlags ¶ added in v1.7.0
func NewWebhookConfiguration ¶ added in v1.7.0
func NewWebhookConfiguration() (*config.WebhookConfiguration, error)
func ValidateWebhookFlags ¶ added in v1.7.0
func ValidateWebhookFlags(f *WebhookFlags) error
Types ¶
type WebhookFlags ¶ added in v1.7.0
type WebhookFlags struct { // Path to a file containing a WebhookConfiguration resource Config string }
WebhookFlags defines options that can only be configured via flags.
func NewWebhookFlags ¶ added in v1.7.0
func NewWebhookFlags() *WebhookFlags
func (*WebhookFlags) AddFlags ¶ added in v1.7.0
func (f *WebhookFlags) AddFlags(fs *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.