Closed bdevcich closed 3 months ago
@jameshcorbett Let's try this again. I cleaned up my commits to follow the style requirements (and updated the PR title/description).
Also, I did run black
on my changes, but it did not flatten the from flux_k8s.crd import WORKFLOW_CRD
line (like it did for you) for some reason.
Problem: No NnfDataMovement resources are found when dumping to the journal. The current implementation is only looking at the default namespace instead of all namespaces. Additionally, the output is valid json.
list_cluster_custom_object
to retrieve objects from all namespacesDATAMOVEMENT_CRD
since namespace cannot be used forlist_cluster_custom_object
TearDown
. Otherwise these will start to be removed.