Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Necula committed Apr 20, 2023
1 parent 6df6afe commit 439651e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/resources/kafka/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ func (r *Reconciler) isPodTainted(log logr.Logger, pod *corev1.Pod) bool {
return selector.Matches(labels.Set(pod.Labels))
}

//nolint:funlen
func (r *Reconciler) reconcileKafkaPvc(ctx context.Context, log logr.Logger, brokersDesiredPvcs map[string][]*corev1.PersistentVolumeClaim) error {
brokersVolumesState := make(map[string]map[string]v1beta1.VolumeState)
var brokerIds []string
Expand Down

0 comments on commit 439651e

Please sign in to comment.