gmeghnag / omc

OpenShift Must-Gather Client
Apache License 2.0
153 stars 63 forks source link

Update in-memory namespace on use #172

Closed gvnnn closed 4 months ago

gvnnn commented 5 months ago

Ensure the in-memory state of a must-gather/inspect's path and project are consistent with the context being used, regardless of wether the context is new.

Fixes #171

As I don't have the full context on the use of the global variables in the vars package, I advise reviewing if updating vars.Namespace has any impact elsewhere.

Unit tests are provided.