UNPKG

@kubernetes-models/argo-rollouts

Version:
7 lines (6 loc) 345 B
/** * StepPluginPhase is the overall phase of a StepPlugin */ export type IStepPluginPhase = string; export type StepPluginPhase = IStepPluginPhase; export type { IStepPluginPhase as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1StepPluginPhase, StepPluginPhase as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1StepPluginPhase };