UNPKG

@kubernetes-models/argo-rollouts

Version:
7 lines (6 loc) 322 B
/** * RolloutPhase are a set of phases that this rollout */ export type IRolloutPhase = string; export type RolloutPhase = IRolloutPhase; export type { IRolloutPhase as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RolloutPhase, RolloutPhase as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RolloutPhase };