GoogleContainerTools/skaffold

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

Open

#2,967 opened on Oct 1, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (12,822 stars) (1,416 forks)batch import
area/eventingbugbash/q4-2022help wantedkind/todopriority/p3

Description

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".

Contributor guide

Use enum instead of string for "InProgress" , "Succeeded", "Started", "Failed" · GoogleContainerTools/skaffold#2967 | Good First Issue