Applied progression options for a progressive rollout.

Hierarchy

  • RolloutOptions

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
autostart: boolean

Whether the schedule starts automatically.

selectionIntervalMs: number

Interval in milliseconds for uniform interval strategies.

strategy: RolloutStrategy

The progression strategy used by a progressive rollout.

Generated using TypeDoc