Skip to content

Commit

Permalink
constant for reconfiguration
Browse files Browse the repository at this point in the history
Signed-off-by: Hiranmoy Das Chowdhury <[email protected]>
  • Loading branch information
HiranmoyChowdhury committed Jan 8, 2025
1 parent edc0d1d commit 9c56f57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apis/ops/v1alpha1/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,8 @@ const (
UpdatePgBouncerBackendSecret = "UpdateBackendSecret"
ConfigSecretDelete = "ConfigSecretDeleted"
)

// Pgpool Constants
const (
UpdateConfigSecret = "UpdateConfigSecret"
)

0 comments on commit 9c56f57

Please sign in to comment.