Skip to content

Commit ab2e9f6

Browse files
committed
support rollback_completed value in ServiceUpdateState
1 parent 13f1bab commit ab2e9f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/com/github/dockerjava/api/model/ServiceUpdateState.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ public enum ServiceUpdateState {
1414
PAUSED,
1515

1616
@JsonProperty("completed")
17-
COMPLETED
17+
COMPLETED,
18+
19+
@JsonProperty("rollback_completed")
20+
ROLLBACK_COMPLETED
1821
}

0 commit comments

Comments
 (0)