UNPKG

@kubernetes-models/argo-rollouts

Version:
7 lines (6 loc) 383 B
/** * StepPluginOperation is the operation executed by a step plugin */ export type IStepPluginOperation = string; export type StepPluginOperation = IStepPluginOperation; export type { IStepPluginOperation as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1StepPluginOperation, StepPluginOperation as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1StepPluginOperation };