Documentation ¶
Overview ¶
Package flags implements the webhook server TLS options utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTLSOptions ¶
func AddTLSOptions(fs *pflag.FlagSet, options *TLSOptions)
AddTLSOptions adds the webhook server TLS configuration flags to the flag set.
func GetTLSOptionOverrideFuncs ¶
func GetTLSOptionOverrideFuncs(options TLSOptions) ([]func(*tls.Config), error)
GetTLSOptionOverrideFuncs returns a list of TLS configuration overrides to be used by the webhook server.
Types ¶
type TLSOptions ¶
TLSOptions has the options to configure the TLS settings for a webhook server.
Click to show internal directories.
Click to hide internal directories.