fixup
This commit is contained in:
@@ -53,7 +53,7 @@ func (r *LocustClusterReconciler) Reconcile(ctx context.Context, req ctrl.Reques
|
|||||||
logf.Log.Info("Looking up LocustCluster", "LocustClusterName", req.Name,
|
logf.Log.Info("Looking up LocustCluster", "LocustClusterName", req.Name,
|
||||||
"Namespace", req.Namespace)
|
"Namespace", req.Namespace)
|
||||||
|
|
||||||
//locustCluster, err := GetLocustCluster(r.Client, ctx, req.Namespace, req.Name)
|
// locustCluster, err := GetLocustCluster(r.Client, ctx, req.Namespace, req.Name)
|
||||||
_, err := GetLocustCluster(r.Client, ctx, req.Namespace, req.Name)
|
_, err := GetLocustCluster(r.Client, ctx, req.Namespace, req.Name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if apierrors.IsNotFound(err) {
|
if apierrors.IsNotFound(err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user