@kubernetes-models/argo-rollouts
Version:
7 lines (6 loc) • 322 B
TypeScript
/**
* 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 };