Versions in this module Expand all Collapse all v0 v0.1.4 Sep 25, 2018 Changes in this version type Server + func (s *Server) Handle(pattern string, handler http.Handler) v0.1.3 Sep 17, 2018 Changes in this version + type BootstrapOptions struct + Host *string + MutatingWebhookConfigName string + Secret *apitypes.NamespacedName + Service *Service + ValidatingWebhookConfigName string + Writer io.Writer + type Server struct + Name string + func NewServer(name string, mgr manager.Manager, options ServerOptions) (*Server, error) + func (s *Server) InjectClient(c client.Client) error + func (s *Server) InjectDecoder(d atypes.Decoder) error + func (s *Server) RefreshCert() (bool, error) + func (s *Server) Register(webhooks ...Webhook) error + func (s *Server) Start(stop <-chan struct{}) error + type ServerOptions struct + CertDir string + Client client.Client + Dryrun bool + Port int32 + type Service struct + Name string + Namespace string + Selectors map[string]string + type Webhook interface + GetName func() string + GetPath func() string + GetType func() types.WebhookType + Handler func() http.Handler + Validate func() error