//
pkg.gl
Category
github.com/Netflix/chaosmonkey/v2
schedule
package
2.1.3
Repository:
https://github.com/netflix/chaosmonkey.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
5
Files
226 SLOC
#
Functions
New
New returns a new Schedule.
#
Structs
Entry
Entry is an entry a termination schedule.
Schedule
Schedule is a collection of termination entries.
#
Interfaces
Constrainer
Constrainer provides additional constraints on a schedule.
#
Type aliases
ByTime
ByTime implements sort.Interface for []Entry based on the time field.