Skip to content

Commit

Permalink
update pod event
Browse files Browse the repository at this point in the history
  • Loading branch information
harryge00 committed Jan 3, 2019
1 parent 6d1efaf commit 0a86aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ type StepActions struct {
Actions []struct {
Action string `json:"action"` // 1.1.2 and after
Type string `json:"type"` // 1.1.1 and before
App string `json:"app"`
App string `json:"app,omitempty"`
Pod string `json:"pod,omitempty"`
}
}

Expand Down

0 comments on commit 0a86aec

Please sign in to comment.