Commit a8145d6f authored by Timofey Kirillov's avatar Timofey Kirillov

Regenerate proto files for `--cleanup-on-fail` option

Signed-off-by: 's avatarTimofey Kirillov <timofey.kirillov@flant.com>
parent faa5fd0b
...@@ -20,7 +20,7 @@ const ( ...@@ -20,7 +20,7 @@ const (
Status_UNKNOWN Status_Code = 0 Status_UNKNOWN Status_Code = 0
// Status_DEPLOYED indicates that the release has been pushed to Kubernetes. // Status_DEPLOYED indicates that the release has been pushed to Kubernetes.
Status_DEPLOYED Status_Code = 1 Status_DEPLOYED Status_Code = 1
// Status_DELETED indicates that a release has been deleted from Kubermetes. // Status_DELETED indicates that a release has been deleted from Kubernetes.
Status_DELETED Status_Code = 2 Status_DELETED Status_Code = 2
// Status_SUPERSEDED indicates that this release object is outdated and a newer one exists. // Status_SUPERSEDED indicates that this release object is outdated and a newer one exists.
Status_SUPERSEDED Status_Code = 3 Status_SUPERSEDED Status_Code = 3
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment