Discover Packages
github.com/validator-labs/validator
pkg
plugins
package
Version:
v0.1.16
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 7
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package plugins provides the interface that must be implemented by all plugins.
FrequencyFromAnnotations calculates reconciliation frequency from annotations of the plugin custom resource.
Defaults to 120 seconds if annotation is not found.
type PluginSpec interface {
PluginCode() string
ResultCount() int
}
PluginSpec is the interface that must be implemented by all plugins.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.