GoogleContainerTools/skaffold

Use enum instead of string for "InProgress" , "Succeeded", "Started", "Failed"

开放

#2,967 创建于 2019年10月1日

 (0 条评论) (0 个反应) (0 位负责人)Go (1,416 个派生)batch import
area/eventingbugbash/q4-2022help wantedkind/todopriority/p3

仓库指标

星标
 (12,822 个星标)
PR 合并指标
 (平均合并 3天 6小时) (30 天内合并 16 个 PR)

描述

Expected behavior

Currently we have "Build Complete", "Deploy Complete" as status messages when a build or deploy successfully complete.

While "Deploy Failed" and "Build Failed" when build or deploy failed.

After discussion with IDE teams, they mentioned we could change it to "Succeeded" instead of "Complete" to be in sync with "Failed".

贡献者指南