Documentation ¶
Overview ¶
Package agent implements the Compliance Agent entrypoint
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunChecksFromFile ¶
RunChecksFromFile runs checks from the specified file with no scheduling
func WaitGetNodeLabels ¶
WaitGetNodeLabels waits for node labels to become available using a backoff retrier
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Agent defines Compliance Agent
func New ¶
func New(reporter event.Reporter, scheduler Scheduler, configDir string, options ...checks.BuilderOption) (*Agent, error)
New creates a new instance of Agent
func (*Agent) RunChecksFromFile ¶
RunChecksFromFile runs checks from the specified file with no scheduling
Click to show internal directories.
Click to hide internal directories.