Skip to content

Commit

Permalink
[Improve] flinkCluster update improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
benjobs committed Mar 5, 2024
1 parent 2799d5b commit e1b3e0e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public class FlinkCluster implements Serializable {

private String serviceAccount;

@TableField(updateStrategy = FieldStrategy.IGNORED)
private String description;

private Long userId;
Expand All @@ -86,10 +87,12 @@ public class FlinkCluster implements Serializable {

private String options;

@TableField(updateStrategy = FieldStrategy.IGNORED)
private String yarnQueue;

private Boolean k8sHadoopIntegration;

@TableField(updateStrategy = FieldStrategy.IGNORED)
private String dynamicProperties;

private Integer k8sRestExposedType;
Expand Down

0 comments on commit e1b3e0e

Please sign in to comment.