Expose rollout group dynamic flag via REST (#1691)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-03-15 16:20:16 +02:00
committed by GitHub
parent 0dcf646385
commit 50d34dd81e
4 changed files with 7 additions and 5 deletions

View File

@@ -84,6 +84,9 @@ public class MgmtRolloutGroupResponseBody extends MgmtRolloutGroup {
@Schema(description = "Rollouts id", example = "63")
private Long rolloutGroupId;
@Schema(description = "If the rollout group is dynamic", example = "false")
private boolean dynamic;
@JsonProperty(required = true)
@Schema(description = "The status of this rollout", example = "ready")
private String status;