Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodStatus ¶
type PodStatus string
PodStatus is an enum of possible YFuzz pod statuses.
const ( StatusCrashFound PodStatus = "CrashFound" StatusNoCrash PodStatus = "NoCrash" StatusPending PodStatus = "Pending" StatusRunning PodStatus = "Running" StatusFailed PodStatus = "Failed" StatusUnknown PodStatus = "Unknown" )
Available YFuzz pod statuses: CrashFound: the pod found a crash. NoCrash: the pod exited (e.g. due to timeout) without finding a crash. Pending: the pod is waiting for an available node. Running: the pod is in the process of fuzzing. Failed: a problem occurred with the pod. Unknown: the pod cannot be reached to check its status.
Click to show internal directories.
Click to hide internal directories.