Skip to content

Commit bc4b6e1

Browse files
committed
update interface
1 parent 808b7f0 commit bc4b6e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reconciler/reconcile_interface.go

Lines changed: 1 addition & 0 deletions
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)