We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 808b7f0 + bc4b6e1 commit 92b9257Copy full SHA for 92b9257
reconciler/reconcile_interface.go
@@ -11,6 +11,7 @@ type ReconcileInterface interface {
11
ReconcileDeployOrSts() (controllerutil.OperationResult, error)
12
ReconcileStorage() (controllerutil.OperationResult, error)
13
ReconcileService() (controllerutil.OperationResult, error)
14
+ ReconcileNetworkPolicy() (controllerutil.OperationResult, error)
15
ReconcileStore() error
16
}
17
0 commit comments