Versions in this module Expand all Collapse all v1 v1.3.1 Oct 23, 2024 v1.3.0 Sep 13, 2024 Changes in this version + var NamespacedCertStores = cs.NewActiveCertStores() + var NamespacedPolicies = policies.NewActivePolicies() + var NamespacedStores = rs.NewActiveStores() + var NamespacedVerifiers = verifiers.NewActiveVerifiers() + type LogrusSink struct + func NewLogrusSink(logger *logrus.Logger) *LogrusSink + func (sink *LogrusSink) Enabled(level int) bool + func (sink *LogrusSink) Error(err error, msg string, keysAndValues ...interface{}) + func (sink *LogrusSink) Info(_ int, msg string, keysAndValues ...interface{}) + func (sink *LogrusSink) Init(_ logr.RuntimeInfo) + func (sink *LogrusSink) WithName(name string) logr.LogSink + func (sink *LogrusSink) WithValues(keysAndValues ...interface{}) logr.LogSink