We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808b7f0 commit bc4b6e1Copy full SHA for bc4b6e1
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