types

package
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2018 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Overview

Package types defines some common types used by the rest of the yFuzz server.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL