Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeArray ¶ added in v1.3.0
Types ¶
type WebhookServer ¶
func (*WebhookServer) Serve ¶
func (whsvr *WebhookServer) Serve(w http.ResponseWriter, r *http.Request)
Serve method for webhook server
type WhSvrParameters ¶
type WhSvrParameters struct { Port int // webhook server port CertFile string // path to the x509 certificate for https KeyFile string // path to the x509 private key matching `CertFile` SidecarCfgFile string // path to sidecar injector configuration file CustomNamespaces string // ignored custom namespaces }
Webhook Server parameters
var (
Parameters WhSvrParameters
)
Click to show internal directories.
Click to hide internal directories.