@kubernetes-models/argo-rollouts
Version:
7 lines (6 loc) • 311 B
TypeScript
/**
* PauseReason reasons that the rollout can pause
*/
export type IPauseReason = string;
export type PauseReason = IPauseReason;
export type { IPauseReason as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1PauseReason, PauseReason as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1PauseReason };