Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 802 Bytes

File metadata and controls

23 lines (16 loc) · 802 Bytes

ProgressiveReleaseConfig

Configuration for progressive releases

Properties

Name Type Description Notes
rolloutContextKindKey string Context kind key to use as the randomization unit for the rollout [optional] [default to undefined]
stages Array<ReleasePolicyStage> List of stages [optional] [default to undefined]

Example

import { ProgressiveReleaseConfig } from 'launchdarkly-api-typescript';

const instance: ProgressiveReleaseConfig = {
    rolloutContextKindKey,
    stages,
};

[Back to Model list] [Back to API list] [Back to README]