there's an issue when I hit \ on a pod when there is a filter going on, we won't see any container.
I checked who is using ResourceBuilder:view_float and it's only pods and containers.
in both cases we want to pass no_filter as true to :process()
and include_context and include_filter both as false to :addHints()
there's an issue when I hit \ on a pod when there is a filter going on, we won't see any container.
I checked who is using
ResourceBuilder:view_float
and it's only pods and containers. in both cases we want to passno_filter
as true to:process()
andinclude_context
andinclude_filter
both asfalse
to:addHints()