Skip to content

Commit

Permalink
Add kafka ops request constant
Browse files Browse the repository at this point in the history
Signed-off-by: obaydullahmhs <[email protected]>
  • Loading branch information
obaydullahmhs committed Sep 26, 2023
1 parent 511b300 commit 14d9e81
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apis/ops/v1alpha1/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,20 @@ const (
VolumeExpansionCoordinatingNode = "VolumeExpansionCoordinatingNode"
)

// Kafka Constants
const (
ScaleUpBroker = "ScaleUpBroker"
ScaleUpController = "ScaleUpController"
ScaleUpCombined = "ScaleUpCombined"
ScaleDownBroker = "ScaleDownBroker"
ScaleDownController = "ScaleDownController"
ScaleDownCombined = "ScaleDownCombined"

UpdateBrokerNodePVCs = "UpdateBrokerNodePVCs"
UpdateControllerNodePVCs = "UpdateControllerNodePVCs"
UpdateCombinedNodePVCs = "UpdateCombinedNodePVCs"
)

// MongoDB Constants
const (
StartingBalancer = "StartingBalancer"
Expand Down

0 comments on commit 14d9e81

Please sign in to comment.