Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2022 Changes in this version + type PolicyValidator struct + func NewPolicyValidator(dataStoreConfig *datastoreconfig.DataStoreOptions, ...) (*PolicyValidator, error) + func (pv *PolicyValidator) Run(endpoint string, path string, tlsConfig *options.WebhookTlsOptions) error + func (pv *PolicyValidator) ServeHTTP(responseWriter http.ResponseWriter, request *http.Request)