Documentation ¶
Index ¶
Constants ¶
View Source
const ScannerName = "Vul"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitChecker ¶
type LimitChecker interface { Check(ctx context.Context) (bool, int, error) CheckNodes(ctx context.Context) (bool, int, error) }
func NewLimitChecker ¶
func NewLimitChecker(config etc.Config, c client.Client, vulOperatorConfig vuloperator.ConfigData) LimitChecker
Click to show internal directories.
Click to hide internal directories.