ManageIQ/manageiq-providers-kubernetes

View on GitHub
app/models/manageiq/providers/kubernetes/inventory/collector/container_manager/watch_notice.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
98%

Use filter_map instead.
Open

    @endpoints.map { |ep| name_and_namespace(ep) }.compact

Use filter_map instead.
Open

    objects_to_collect.map { |name, namespace| safe_get(kind, name, namespace) }.compact

Use filter_map instead.
Open

    @services.map { |svc| name_and_namespace(svc) }.compact

There are no issues that match your filters.

Category
Status