提交 419d66e7 编写于 作者: O OhBonsai

chore: fix typing error

Signed-off-by: NOhBonsai <letbonsaibe@gmail.com>
上级 9961a1df
......@@ -37,9 +37,9 @@ const (
const (
NotRunning RunState = "Not Running Yet"
Running RunState = "Running"
Successful = "Successful"
Failed = "Failed"
Unknown = "Unknown"
Successful RunState = "Successful"
Failed RunState = "Failed"
Unknown RunState = "Unknown"
)
const (
AutoScaleAnnotations = "devops.kubesphere.io/autoscale"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册