Skip to content

Add missing states in ServiceUpdateState #2292

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

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

Nowheresly
Copy link
Contributor

See the full list of states here:

https://github.com/moby/swarmkit/blob/7eb504690c36ab1d9b299e7e01893fbc830729b1/api/types.proto#L458


	enum UpdateState {
		UNKNOWN = 0;
		UPDATING = 1;
		PAUSED = 2;
		COMPLETED = 3;
		ROLLBACK_STARTED = 4;
		ROLLBACK_PAUSED = 5; // if a rollback fails
		ROLLBACK_COMPLETED = 6;
	}

@Nowheresly Nowheresly requested a review from a team as a code owner January 8, 2024 22:14
@eddumelendez eddumelendez added this to the next milestone Jan 22, 2024
@eddumelendez eddumelendez merged commit 1bac81f into docker-java:main Feb 2, 2024
@eddumelendez
Copy link
Member

Thanks for your contribution, @Nowheresly !

@Nowheresly Nowheresly deleted the missingStates branch February 2, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants