Skip to content

Commit

Permalink
Merge pull request #22 from datainfrahq/addinterface
Browse files Browse the repository at this point in the history
update interface
  • Loading branch information
AdheipSingh committed Jun 6, 2023
2 parents 808b7f0 + bc4b6e1 commit 92b9257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reconciler/reconcile_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type ReconcileInterface interface {
ReconcileDeployOrSts() (controllerutil.OperationResult, error)
ReconcileStorage() (controllerutil.OperationResult, error)
ReconcileService() (controllerutil.OperationResult, error)
ReconcileNetworkPolicy() (controllerutil.OperationResult, error)
ReconcileStore() error
}

Expand Down

0 comments on commit 92b9257

Please sign in to comment.