Skip to content

Commit fd33719

Browse files
author
gitlab
committed
Merge branch 'fix-ZSTAC-80406-lost-project@@2' into '5.5.12'
<fix>[plugin-premium]: Unify project/user resync after zaku reinstall. See merge request zstackio/zstack!9434
2 parents c4c23a6 + 48e5b3e commit fd33719

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sdk/src/main/java/org/zstack/sdk/iam2/container/SetIAM2ProjectContainerClusterAction.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ public Result throwExceptionIfError() {
3434
@Param(required = true, nonempty = false, nullElements = false, emptyString = true, noTrim = false)
3535
public java.lang.Long clusterId;
3636

37+
@Param(required = false, nonempty = false, nullElements = false, emptyString = true, noTrim = false)
38+
public java.lang.Boolean force;
39+
3740
@Param(required = false)
3841
public java.util.List systemTags;
3942

0 commit comments

Comments
 (0)