package
2.1.3
Repository: https://github.com/netflix/chaosmonkey.git
Documentation: pkg.go.dev

# Functions

New returns a new Schedule.

# Structs

Entry
Entry is an entry a termination schedule.
Schedule is a collection of termination entries.

# Interfaces

Constrainer provides additional constraints on a schedule.

# Type aliases

ByTime implements sort.Interface for []Entry based on the time field.