Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChaosSchedule

Package version

Defines the schedule used by Chaos.

Hierarchy

  • ChaosSchedule

Index

Properties

Optional chaosParametersDictionary

chaosParametersDictionary: ChaosParametersDictionaryItem[]

A mapping of string names to Chaos Parameters to be referenced by Chaos Schedule Jobs.

Optional expiryDate

expiryDate: Date

The date and time Chaos will continue to use this schedule until. Default value: new Date('9999-12-31T23:59:59.999Z').

Optional jobs

A list of all Chaos Schedule Jobs that will be automated by the schedule.

Optional startDate

startDate: Date

The date and time Chaos will start using this schedule. Default value: new Date('1601-01-01T00:00:00Z').

Generated using TypeDoc