@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.44 → 0.0.1-alpha.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -20158,7 +20158,7 @@ const L8 = {
|
|
|
20158
20158
|
namespace: i,
|
|
20159
20159
|
noncrds: o = ["apps", "autoscaling", "batch", "policy"]
|
|
20160
20160
|
}) => {
|
|
20161
|
-
const a = t?.groups?.find(({ name: d }) => d === "apiextensions.k8s.io")?.preferredVersion.version, u = t?.groups.filter(({ name: d }) => !o.includes(d) && !d.includes(".k8s.io")).sort((d, p) => d.name.localeCompare(p.name)), l = t?.groups.
|
|
20161
|
+
const a = t?.groups?.find(({ name: d }) => d === "apiextensions.k8s.io")?.preferredVersion.version, u = t?.groups.filter(({ name: d }) => !o.includes(d) && !d.includes(".k8s.io")).sort((d, p) => d.name.localeCompare(p.name)), l = t?.groups.sort((d, p) => d.name.localeCompare(p.name)), f = await i4({
|
|
20162
20162
|
namespace: i,
|
|
20163
20163
|
data: n,
|
|
20164
20164
|
clusterName: e
|