As of today, most of the data we extract several resources in one file, like
${BIN} describe ${APIRESOURCE} -n ${NAMESPACE} >${LOGS_DIR}/${NAMESPACE}/${APIRESOURCE}/describe.log
${BIN} get ${APIRESOURCE} -n ${NAMESPACE} -o=yaml >${LOGS_DIR}/${NAMESPACE}/${APIRESOURCE}/get.yaml
It would be nice (better) to have them resources split into several file.
As of today, most of the data we extract several resources in one file, like
It would be nice (better) to have them resources split into several file.