package
0.11.36
Repository: https://github.com/allegro/mesos-executor.git
Documentation: pkg.go.dev

# Functions

Duration translates float second values used by Marathon to go Duration format.
FindLabel returns a label matching given key.
GetLabelKeysByValue searches provided labels for a given value and returns a list of matching keys.

# Constants

COMMAND indicates healthcheck is a command.
HTTP indicates HTTP field in HealthCheck is configured.
NONE represents empty healthcheck.
TCP indicates healthcheck is TCP.

# Structs

HealthCheck keeps details how to check task health.
HTTPCheck contains details about HTTP healthcheck.
TaskInfo is a wrapper over Mesos TaskInfo providing convenient ways to access some of its values.

# Type aliases

HealthCheckType is type of healthcheck.
TaskID is framework-generated ID to distinguish a task.