Documentation ¶
Overview ¶
Determines the Execution Modes supported by the application.
- adhoc: the application will poll the k8s API once and then print and report (if configured) its findings
- periodic: the application will poll the k8s API on an interval (polling-interval-seconds) and report (if configured) its findings
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Modes = []Mode{ AdHoc, PeriodicPolling, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.