Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Port int32 `mapstructure:"port"` CertDir string `mapstructure:"certDir"` Service service `mapstructure:"service"` Secret secret `mapstructure:"secret"` ValidatingWebhookConfigName string `mapstructure:"validatingWebhookConfigName"` MutatingWebhookConfigName string `mapstructure:"mutatingWebhookConfigName"` }
type K8SWebhookServer ¶
type K8SWebhookServer struct {
// contains filtered or unexported fields
}
func NewK8SWebhookServer ¶
func (*K8SWebhookServer) Launch ¶
func (srv *K8SWebhookServer) Launch()
Click to show internal directories.
Click to hide internal directories.