Skip to content

Commit f9a160d

Browse files
authored
Merge pull request docker-java#1062 from jeinwag/UpdateFailureActionRollback
support "rollback" as value for UpdateFailureAction
2 parents 60d7800 + b426525 commit f9a160d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ public enum UpdateFailureAction {
1212
PAUSE,
1313

1414
@JsonProperty("continue")
15-
CONTINUE
15+
CONTINUE,
16+
17+
@JsonProperty("rollback")
18+
ROLLBACK
1619

1720
}

0 commit comments

Comments
 (0)