Removes the client 'get' API calls from the gatherNamespacedAPIResources function and instead uses the object returned to the 'list' object previously made. Associated CLI help output and documentation are also updated.
Adds the collection of any LimitRanges or Ingresses defined in the PostgresCluster's Namespace to the support export command archive output.
Update the clusterNamespacedResources variable's Group and Version values to a consistent definition for all Resources.
This PR does the following:
Removes the client 'get' API calls from the gatherNamespacedAPIResources function and instead uses the object returned to the 'list' object previously made. Associated CLI help output and documentation are also updated.
Adds the collection of any LimitRanges or Ingresses defined in the PostgresCluster's Namespace to the support export command archive output.
Update the clusterNamespacedResources variable's Group and Version values to a consistent definition for all Resources.
Issues: [sc-18056] [sc-18061]