Documentation
¶
Overview ¶
Package scan provides system scanning functionality for Fleet Intelligence monitoring. This implementation is based on the upstream gpud scan package but maintained independently to give fleetint full control over the scanning behavior.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Op ¶
type Op struct {
// contains filtered or unexported fields
}
Op holds the configuration for a scan operation.
type Option ¶
type Option func(*Op)
Option represents a functional option for configuring the scan operation.
func WithFailureInjector ¶
func WithFailureInjector(injector *components.FailureInjector) Option
WithFailureInjector sets the failure injector for testing purposes.
func WithInfinibandClassRootDir ¶
WithInfinibandClassRootDir specifies the root directory of the InfiniBand class.
Click to show internal directories.
Click to hide internal directories.