Skip to content

Commit b426525

Browse files
committed
support "rollback" as value for UpdateFailureAction
1 parent 56b54a0 commit b426525

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)