Skip to content

Commit 92b9257

Browse files
authored
Merge pull request #22 from datainfrahq/addinterface
update interface
2 parents 808b7f0 + bc4b6e1 commit 92b9257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reconciler/reconcile_interface.go

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ type ReconcileInterface interface {
1111
ReconcileDeployOrSts() (controllerutil.OperationResult, error)
1212
ReconcileStorage() (controllerutil.OperationResult, error)
1313
ReconcileService() (controllerutil.OperationResult, error)
14+
ReconcileNetworkPolicy() (controllerutil.OperationResult, error)
1415
ReconcileStore() error
1516
}
1617

0 commit comments

Comments
 (0)