From e9116ceb2b98b76e0fd3e917fca588dcda5a94ce Mon Sep 17 00:00:00 2001 From: sauman Date: Fri, 3 Feb 2017 20:26:24 +0600 Subject: [PATCH] wait flag added --- api/types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/types.go b/api/types.go index 19d9f1fec..c03a75111 100644 --- a/api/types.go +++ b/api/types.go @@ -67,6 +67,8 @@ type ReleaseSpec struct { // dry_run, if true, will run through the release logic, but neither create DryRun bool `protobuf:"varint,4,opt,name=dry_run,json=dryRun" json:"dry_run,omitempty"` + + Wait bool `protobuf:"varint,4,opt,name=wait,json=wait" json:"wait,omitempty"` } /*type ReleaseStatus struct {