Skip to content

Commit

Permalink
feat: flink kubernetes opoerator支持ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
李贵发 committed Jan 13, 2025
1 parent c88bb9a commit 9d59d1b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@ public String getStatement() {
getArgs(),
getAllowNonRestoredState());
}

public String toString() {
reutrn this.getStatement();
}
}

0 comments on commit 9d59d1b

Please sign in to comment.