Versions in this module Expand all Collapse all v0 v0.0.2 Oct 28, 2019 v0.0.1 Oct 28, 2019 Changes in this version + const RuleTypePrefix + const RuleTypeRegex + const RuleTypeSubString + type Config struct + Rules []Rule + type Options struct + CertDir string + ConfigFile string + ListenPort int + ReloadInterval time.Duration + type Rule struct + Match string + Replace string + Type string + func (r *Rule) Execute(image string) (after string, replaced bool) + func (r *Rule) Verify() error + type Server struct + func NewServer(opts Options) (*Server, error) + func (s *Server) Start(stopCh <-chan struct{})