Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filed Pod to StepActions #353

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

harryge00
Copy link
Contributor

Marathon supports Pod now. And in the v1.7.0 events, App can be omitted if StepAction only includes Pod .

@harryge00
Copy link
Contributor Author

event: deployment_step_success
data: {"plan":{"id":"38d05398-3024-4bb4-82ec-93fbb6534485","steps":[{"actions":[{"action":"StartPod","pod":"/simplepod23"}]},{"actions":[{"action":"ScalePod","pod":"/simplepod23"}]}],"version":"2018-12-26T09:11:03.950Z"},"currentStep":{"actions":[{"action":"ScalePod","pod":"/simplepod23"}]},"eventType":"deployment_step_success","timestamp":"2018-12-26T09:11:05.494Z"}

event: deployment_success
data: {"id":"38d05398-3024-4bb4-82ec-93fbb6534485","plan":{"id":"38d05398-3024-4bb4-82ec-93fbb6534485","steps":[{"actions":[{"action":"StartPod","pod":"/simplepod23"}]},{"actions":[{"action":"ScalePod","pod":"/simplepod23"}]}],"version":"2018-12-26T09:11:03.950Z"},"eventType":"deployment_success","timestamp":"2018-12-26T09:11:05.496Z"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants