typekro 0.33.9 → 0.34.0

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.
Files changed (352) hide show
  1. package/dist/.tsbuildinfo +1 -1
  2. package/dist/compositions/typekro-runtime/typekro-runtime.d.ts +0 -33
  3. package/dist/compositions/typekro-runtime/typekro-runtime.d.ts.map +1 -1
  4. package/dist/compositions/typekro-runtime/typekro-runtime.js +63 -1
  5. package/dist/compositions/typekro-runtime/typekro-runtime.js.map +1 -1
  6. package/dist/compositions/typekro-runtime/types.d.ts +8 -0
  7. package/dist/compositions/typekro-runtime/types.d.ts.map +1 -1
  8. package/dist/compositions/typekro-runtime/types.js +1 -0
  9. package/dist/compositions/typekro-runtime/types.js.map +1 -1
  10. package/dist/core/aspects/values-merge.d.ts +17 -0
  11. package/dist/core/aspects/values-merge.d.ts.map +1 -1
  12. package/dist/core/aspects/values-merge.js +67 -8
  13. package/dist/core/aspects/values-merge.js.map +1 -1
  14. package/dist/core/deployment/direct-factory.d.ts +9 -0
  15. package/dist/core/deployment/direct-factory.d.ts.map +1 -1
  16. package/dist/core/deployment/direct-factory.js +37 -3
  17. package/dist/core/deployment/direct-factory.js.map +1 -1
  18. package/dist/core/deployment/engine.d.ts +34 -0
  19. package/dist/core/deployment/engine.d.ts.map +1 -1
  20. package/dist/core/deployment/engine.js +173 -29
  21. package/dist/core/deployment/engine.js.map +1 -1
  22. package/dist/core/deployment/index.d.ts +2 -0
  23. package/dist/core/deployment/index.d.ts.map +1 -1
  24. package/dist/core/deployment/index.js +1 -0
  25. package/dist/core/deployment/index.js.map +1 -1
  26. package/dist/core/deployment/k8s-helpers.d.ts +73 -0
  27. package/dist/core/deployment/k8s-helpers.d.ts.map +1 -1
  28. package/dist/core/deployment/k8s-helpers.js +198 -4
  29. package/dist/core/deployment/k8s-helpers.js.map +1 -1
  30. package/dist/core/deployment/kro-factory.d.ts.map +1 -1
  31. package/dist/core/deployment/kro-factory.js +21 -1
  32. package/dist/core/deployment/kro-factory.js.map +1 -1
  33. package/dist/core/deployment/status-leaf-resolution.d.ts +101 -0
  34. package/dist/core/deployment/status-leaf-resolution.d.ts.map +1 -0
  35. package/dist/core/deployment/status-leaf-resolution.js +232 -0
  36. package/dist/core/deployment/status-leaf-resolution.js.map +1 -0
  37. package/dist/core/deployment/strategies/base-strategy.d.ts.map +1 -1
  38. package/dist/core/deployment/strategies/base-strategy.js +31 -3
  39. package/dist/core/deployment/strategies/base-strategy.js.map +1 -1
  40. package/dist/core/deployment/strategies/kro-strategy.d.ts.map +1 -1
  41. package/dist/core/deployment/strategies/kro-strategy.js +8 -1
  42. package/dist/core/deployment/strategies/kro-strategy.js.map +1 -1
  43. package/dist/core/expressions/composition/composition-analyzer-helpers.d.ts.map +1 -1
  44. package/dist/core/expressions/composition/composition-analyzer-helpers.js +20 -2
  45. package/dist/core/expressions/composition/composition-analyzer-helpers.js.map +1 -1
  46. package/dist/core/kro/index.d.ts +6 -0
  47. package/dist/core/kro/index.d.ts.map +1 -0
  48. package/dist/core/kro/index.js +6 -0
  49. package/dist/core/kro/index.js.map +1 -0
  50. package/dist/core/kro/label-guard-capability.d.ts +141 -0
  51. package/dist/core/kro/label-guard-capability.d.ts.map +1 -0
  52. package/dist/core/kro/label-guard-capability.js +257 -0
  53. package/dist/core/kro/label-guard-capability.js.map +1 -0
  54. package/dist/core/kro/labels.d.ts +56 -0
  55. package/dist/core/kro/labels.d.ts.map +1 -0
  56. package/dist/core/kro/labels.js +62 -0
  57. package/dist/core/kro/labels.js.map +1 -0
  58. package/dist/core/kubernetes/api-capability.d.ts +196 -0
  59. package/dist/core/kubernetes/api-capability.d.ts.map +1 -0
  60. package/dist/core/kubernetes/api-capability.js +301 -0
  61. package/dist/core/kubernetes/api-capability.js.map +1 -0
  62. package/dist/core/kubernetes/index.d.ts +2 -0
  63. package/dist/core/kubernetes/index.d.ts.map +1 -1
  64. package/dist/core/kubernetes/index.js +2 -0
  65. package/dist/core/kubernetes/index.js.map +1 -1
  66. package/dist/core/kubernetes/naming.d.ts +100 -0
  67. package/dist/core/kubernetes/naming.d.ts.map +1 -0
  68. package/dist/core/kubernetes/naming.js +93 -0
  69. package/dist/core/kubernetes/naming.js.map +1 -0
  70. package/dist/core/planning/direct-runtime-adapter.d.ts.map +1 -1
  71. package/dist/core/planning/direct-runtime-adapter.js +54 -17
  72. package/dist/core/planning/direct-runtime-adapter.js.map +1 -1
  73. package/dist/core/planning/planner.d.ts.map +1 -1
  74. package/dist/core/planning/planner.js +17 -0
  75. package/dist/core/planning/planner.js.map +1 -1
  76. package/dist/core/planning/schema.d.ts.map +1 -1
  77. package/dist/core/planning/schema.js +7 -3
  78. package/dist/core/planning/schema.js.map +1 -1
  79. package/dist/core/references/cel-lexical-scanner.d.ts +100 -1
  80. package/dist/core/references/cel-lexical-scanner.d.ts.map +1 -1
  81. package/dist/core/references/cel-lexical-scanner.js +196 -2
  82. package/dist/core/references/cel-lexical-scanner.js.map +1 -1
  83. package/dist/core/references/cel.d.ts +249 -1
  84. package/dist/core/references/cel.d.ts.map +1 -1
  85. package/dist/core/references/cel.js +289 -8
  86. package/dist/core/references/cel.js.map +1 -1
  87. package/dist/core/serialization/arktype-ast.d.ts +21 -0
  88. package/dist/core/serialization/arktype-ast.d.ts.map +1 -0
  89. package/dist/core/serialization/arktype-ast.js +29 -0
  90. package/dist/core/serialization/arktype-ast.js.map +1 -0
  91. package/dist/core/serialization/cel-references.d.ts +133 -32
  92. package/dist/core/serialization/cel-references.d.ts.map +1 -1
  93. package/dist/core/serialization/cel-references.js +908 -109
  94. package/dist/core/serialization/cel-references.js.map +1 -1
  95. package/dist/core/serialization/core.d.ts.map +1 -1
  96. package/dist/core/serialization/core.js +13 -2
  97. package/dist/core/serialization/core.js.map +1 -1
  98. package/dist/core/serialization/schema.d.ts +16 -2
  99. package/dist/core/serialization/schema.d.ts.map +1 -1
  100. package/dist/core/serialization/schema.js +113 -21
  101. package/dist/core/serialization/schema.js.map +1 -1
  102. package/dist/core/types/composable.d.ts +7 -1
  103. package/dist/core/types/composable.d.ts.map +1 -1
  104. package/dist/core/types/deployment.d.ts +32 -2
  105. package/dist/core/types/deployment.d.ts.map +1 -1
  106. package/dist/core/types/serialization.d.ts +37 -0
  107. package/dist/core/types/serialization.d.ts.map +1 -1
  108. package/dist/core/validation/cel-dialect.d.ts +246 -0
  109. package/dist/core/validation/cel-dialect.d.ts.map +1 -0
  110. package/dist/core/validation/cel-dialect.js +1997 -0
  111. package/dist/core/validation/cel-dialect.js.map +1 -0
  112. package/dist/core/validation/cel-validator.d.ts.map +1 -1
  113. package/dist/core/validation/cel-validator.js +8 -1
  114. package/dist/core/validation/cel-validator.js.map +1 -1
  115. package/dist/core/validation/literal-status.d.ts +107 -0
  116. package/dist/core/validation/literal-status.d.ts.map +1 -0
  117. package/dist/core/validation/literal-status.js +346 -0
  118. package/dist/core/validation/literal-status.js.map +1 -0
  119. package/dist/core/validation/structural-spec-dependence.d.ts +179 -0
  120. package/dist/core/validation/structural-spec-dependence.d.ts.map +1 -0
  121. package/dist/core/validation/structural-spec-dependence.js +911 -0
  122. package/dist/core/validation/structural-spec-dependence.js.map +1 -0
  123. package/dist/factories/apisix/compositions/apisix-bootstrap.d.ts.map +1 -1
  124. package/dist/factories/apisix/compositions/apisix-bootstrap.js +9 -0
  125. package/dist/factories/apisix/compositions/apisix-bootstrap.js.map +1 -1
  126. package/dist/factories/clickhouse/compositions/clickhouse-cluster.d.ts +6 -0
  127. package/dist/factories/clickhouse/compositions/clickhouse-cluster.d.ts.map +1 -1
  128. package/dist/factories/clickhouse/compositions/clickhouse-cluster.js +273 -23
  129. package/dist/factories/clickhouse/compositions/clickhouse-cluster.js.map +1 -1
  130. package/dist/factories/clickhouse/resources/index.d.ts +1 -0
  131. package/dist/factories/clickhouse/resources/index.d.ts.map +1 -1
  132. package/dist/factories/clickhouse/resources/index.js +1 -0
  133. package/dist/factories/clickhouse/resources/index.js.map +1 -1
  134. package/dist/factories/clickhouse/resources/installation.d.ts.map +1 -1
  135. package/dist/factories/clickhouse/resources/installation.js +31 -4
  136. package/dist/factories/clickhouse/resources/installation.js.map +1 -1
  137. package/dist/factories/clickhouse/resources/s3-backup.d.ts +215 -0
  138. package/dist/factories/clickhouse/resources/s3-backup.d.ts.map +1 -0
  139. package/dist/factories/clickhouse/resources/s3-backup.js +410 -0
  140. package/dist/factories/clickhouse/resources/s3-backup.js.map +1 -0
  141. package/dist/factories/clickhouse/types.d.ts +416 -20
  142. package/dist/factories/clickhouse/types.d.ts.map +1 -1
  143. package/dist/factories/clickhouse/types.js +235 -11
  144. package/dist/factories/clickhouse/types.js.map +1 -1
  145. package/dist/factories/clickhouse/utils/helm-values-mapper.d.ts +42 -0
  146. package/dist/factories/clickhouse/utils/helm-values-mapper.d.ts.map +1 -1
  147. package/dist/factories/clickhouse/utils/helm-values-mapper.js +48 -0
  148. package/dist/factories/clickhouse/utils/helm-values-mapper.js.map +1 -1
  149. package/dist/factories/clickhouse/utils/index.d.ts +2 -0
  150. package/dist/factories/clickhouse/utils/index.d.ts.map +1 -1
  151. package/dist/factories/clickhouse/utils/index.js +2 -0
  152. package/dist/factories/clickhouse/utils/index.js.map +1 -1
  153. package/dist/factories/clickhouse/utils/s3-storage.d.ts +503 -0
  154. package/dist/factories/clickhouse/utils/s3-storage.d.ts.map +1 -0
  155. package/dist/factories/clickhouse/utils/s3-storage.js +1139 -0
  156. package/dist/factories/clickhouse/utils/s3-storage.js.map +1 -0
  157. package/dist/factories/clickhouse/utils/validation.d.ts +103 -0
  158. package/dist/factories/clickhouse/utils/validation.d.ts.map +1 -1
  159. package/dist/factories/clickhouse/utils/validation.js +129 -0
  160. package/dist/factories/clickhouse/utils/validation.js.map +1 -1
  161. package/dist/factories/clickhouse/utils/xml.d.ts +87 -0
  162. package/dist/factories/clickhouse/utils/xml.d.ts.map +1 -0
  163. package/dist/factories/clickhouse/utils/xml.js +151 -0
  164. package/dist/factories/clickhouse/utils/xml.js.map +1 -0
  165. package/dist/factories/clickstack/compositions/clickstack-bootstrap.d.ts +57 -0
  166. package/dist/factories/clickstack/compositions/clickstack-bootstrap.d.ts.map +1 -1
  167. package/dist/factories/clickstack/compositions/clickstack-bootstrap.js +266 -7
  168. package/dist/factories/clickstack/compositions/clickstack-bootstrap.js.map +1 -1
  169. package/dist/factories/clickstack/types.d.ts +205 -26
  170. package/dist/factories/clickstack/types.d.ts.map +1 -1
  171. package/dist/factories/clickstack/types.js +106 -8
  172. package/dist/factories/clickstack/types.js.map +1 -1
  173. package/dist/factories/clickstack/utils/collector-config.d.ts +104 -0
  174. package/dist/factories/clickstack/utils/collector-config.d.ts.map +1 -0
  175. package/dist/factories/clickstack/utils/collector-config.js +266 -0
  176. package/dist/factories/clickstack/utils/collector-config.js.map +1 -0
  177. package/dist/factories/clickstack/utils/helm-values-mapper.d.ts +26 -0
  178. package/dist/factories/clickstack/utils/helm-values-mapper.d.ts.map +1 -1
  179. package/dist/factories/clickstack/utils/helm-values-mapper.js +53 -12
  180. package/dist/factories/clickstack/utils/helm-values-mapper.js.map +1 -1
  181. package/dist/factories/clickstack/utils/index.d.ts +2 -0
  182. package/dist/factories/clickstack/utils/index.d.ts.map +1 -1
  183. package/dist/factories/clickstack/utils/index.js +2 -0
  184. package/dist/factories/clickstack/utils/index.js.map +1 -1
  185. package/dist/factories/clickstack/utils/storage.d.ts +449 -0
  186. package/dist/factories/clickstack/utils/storage.d.ts.map +1 -0
  187. package/dist/factories/clickstack/utils/storage.js +698 -0
  188. package/dist/factories/clickstack/utils/storage.js.map +1 -0
  189. package/dist/factories/cnpg/resources/helm.d.ts.map +1 -1
  190. package/dist/factories/cnpg/resources/helm.js +4 -4
  191. package/dist/factories/cnpg/resources/helm.js.map +1 -1
  192. package/dist/factories/cnpg/types.d.ts +10 -1
  193. package/dist/factories/cnpg/types.d.ts.map +1 -1
  194. package/dist/factories/cnpg/types.js.map +1 -1
  195. package/dist/factories/cnpg/utils/helm-values-mapper.d.ts +19 -2
  196. package/dist/factories/cnpg/utils/helm-values-mapper.d.ts.map +1 -1
  197. package/dist/factories/cnpg/utils/helm-values-mapper.js +22 -4
  198. package/dist/factories/cnpg/utils/helm-values-mapper.js.map +1 -1
  199. package/dist/factories/envoy-ai-gateway/compositions/gateway.d.ts.map +1 -1
  200. package/dist/factories/envoy-ai-gateway/compositions/gateway.js +16 -3
  201. package/dist/factories/envoy-ai-gateway/compositions/gateway.js.map +1 -1
  202. package/dist/factories/envoy-ai-gateway/constants.d.ts +5 -2
  203. package/dist/factories/envoy-ai-gateway/constants.d.ts.map +1 -1
  204. package/dist/factories/envoy-ai-gateway/constants.js +5 -2
  205. package/dist/factories/envoy-ai-gateway/constants.js.map +1 -1
  206. package/dist/factories/envoy-ai-gateway/resources/gateway.d.ts +12 -0
  207. package/dist/factories/envoy-ai-gateway/resources/gateway.d.ts.map +1 -1
  208. package/dist/factories/envoy-ai-gateway/resources/gateway.js +27 -104
  209. package/dist/factories/envoy-ai-gateway/resources/gateway.js.map +1 -1
  210. package/dist/factories/envoy-ai-gateway/types.d.ts +15 -47
  211. package/dist/factories/envoy-ai-gateway/types.d.ts.map +1 -1
  212. package/dist/factories/envoy-ai-gateway/types.js.map +1 -1
  213. package/dist/factories/gateway-api/constants.d.ts +27 -0
  214. package/dist/factories/gateway-api/constants.d.ts.map +1 -0
  215. package/dist/factories/gateway-api/constants.js +27 -0
  216. package/dist/factories/gateway-api/constants.js.map +1 -0
  217. package/dist/factories/gateway-api/index.d.ts +14 -0
  218. package/dist/factories/gateway-api/index.d.ts.map +1 -0
  219. package/dist/factories/gateway-api/index.js +14 -0
  220. package/dist/factories/gateway-api/index.js.map +1 -0
  221. package/dist/factories/gateway-api/readiness.d.ts +67 -0
  222. package/dist/factories/gateway-api/readiness.d.ts.map +1 -0
  223. package/dist/factories/gateway-api/readiness.js +213 -0
  224. package/dist/factories/gateway-api/readiness.js.map +1 -0
  225. package/dist/factories/gateway-api/resources/gateway.d.ts +91 -0
  226. package/dist/factories/gateway-api/resources/gateway.d.ts.map +1 -0
  227. package/dist/factories/gateway-api/resources/gateway.js +99 -0
  228. package/dist/factories/gateway-api/resources/gateway.js.map +1 -0
  229. package/dist/factories/gateway-api/resources/index.d.ts +2 -0
  230. package/dist/factories/gateway-api/resources/index.d.ts.map +1 -0
  231. package/dist/factories/gateway-api/resources/index.js +2 -0
  232. package/dist/factories/gateway-api/resources/index.js.map +1 -0
  233. package/dist/factories/gateway-api/types.d.ts +1269 -0
  234. package/dist/factories/gateway-api/types.d.ts.map +1 -0
  235. package/dist/factories/gateway-api/types.js +417 -0
  236. package/dist/factories/gateway-api/types.js.map +1 -0
  237. package/dist/factories/helm/readiness-evaluators.d.ts +21 -3
  238. package/dist/factories/helm/readiness-evaluators.d.ts.map +1 -1
  239. package/dist/factories/helm/readiness-evaluators.js +117 -11
  240. package/dist/factories/helm/readiness-evaluators.js.map +1 -1
  241. package/dist/factories/helm/types.d.ts +28 -0
  242. package/dist/factories/helm/types.d.ts.map +1 -1
  243. package/dist/factories/index.d.ts +2 -0
  244. package/dist/factories/index.d.ts.map +1 -1
  245. package/dist/factories/index.js +8 -0
  246. package/dist/factories/index.js.map +1 -1
  247. package/dist/factories/inngest/compositions/inngest-bootstrap.d.ts.map +1 -1
  248. package/dist/factories/inngest/compositions/inngest-bootstrap.js +10 -0
  249. package/dist/factories/inngest/compositions/inngest-bootstrap.js.map +1 -1
  250. package/dist/factories/kubernetes/admission/index.d.ts +2 -0
  251. package/dist/factories/kubernetes/admission/index.d.ts.map +1 -1
  252. package/dist/factories/kubernetes/admission/index.js +2 -0
  253. package/dist/factories/kubernetes/admission/index.js.map +1 -1
  254. package/dist/factories/kubernetes/admission/label-propagation-guard.d.ts +108 -0
  255. package/dist/factories/kubernetes/admission/label-propagation-guard.d.ts.map +1 -0
  256. package/dist/factories/kubernetes/admission/label-propagation-guard.js +247 -0
  257. package/dist/factories/kubernetes/admission/label-propagation-guard.js.map +1 -0
  258. package/dist/factories/kubernetes/admission/mutating-admission-policy.d.ts +286 -0
  259. package/dist/factories/kubernetes/admission/mutating-admission-policy.d.ts.map +1 -0
  260. package/dist/factories/kubernetes/admission/mutating-admission-policy.js +157 -0
  261. package/dist/factories/kubernetes/admission/mutating-admission-policy.js.map +1 -0
  262. package/dist/factories/opensearch/compositions/cluster.d.ts.map +1 -1
  263. package/dist/factories/opensearch/compositions/cluster.js +6 -1
  264. package/dist/factories/opensearch/compositions/cluster.js.map +1 -1
  265. package/dist/factories/ory/compositions/ory-identity-stack.d.ts +8 -8
  266. package/dist/factories/ory/types.d.ts +16 -16
  267. package/dist/factories/rook/compositions/object-storage-claim.d.ts +1 -1
  268. package/dist/factories/rook/compositions/rook-ceph-platform.js +8 -1
  269. package/dist/factories/rook/compositions/rook-ceph-platform.js.map +1 -1
  270. package/dist/factories/rook/types.d.ts +1 -1
  271. package/dist/factories/searxng/compositions/searxng-bootstrap.d.ts +1 -1
  272. package/dist/factories/searxng/compositions/searxng-bootstrap.d.ts.map +1 -1
  273. package/dist/factories/searxng/compositions/searxng-bootstrap.js +18 -13
  274. package/dist/factories/searxng/compositions/searxng-bootstrap.js.map +1 -1
  275. package/dist/factories/searxng/index.d.ts +3 -0
  276. package/dist/factories/searxng/index.d.ts.map +1 -1
  277. package/dist/factories/searxng/index.js +3 -0
  278. package/dist/factories/searxng/index.js.map +1 -1
  279. package/dist/factories/searxng/types.js +1 -1
  280. package/dist/factories/searxng/types.js.map +1 -1
  281. package/dist/factories/traefik/compositions/index.d.ts +6 -0
  282. package/dist/factories/traefik/compositions/index.d.ts.map +1 -0
  283. package/dist/factories/traefik/compositions/index.js +6 -0
  284. package/dist/factories/traefik/compositions/index.js.map +1 -0
  285. package/dist/factories/traefik/compositions/traefik-bootstrap.d.ts +185 -0
  286. package/dist/factories/traefik/compositions/traefik-bootstrap.d.ts.map +1 -0
  287. package/dist/factories/traefik/compositions/traefik-bootstrap.js +339 -0
  288. package/dist/factories/traefik/compositions/traefik-bootstrap.js.map +1 -0
  289. package/dist/factories/traefik/compositions/traefik-helm-repository.d.ts +16 -0
  290. package/dist/factories/traefik/compositions/traefik-helm-repository.d.ts.map +1 -0
  291. package/dist/factories/traefik/compositions/traefik-helm-repository.js +31 -0
  292. package/dist/factories/traefik/compositions/traefik-helm-repository.js.map +1 -0
  293. package/dist/factories/traefik/constants.d.ts +78 -0
  294. package/dist/factories/traefik/constants.d.ts.map +1 -0
  295. package/dist/factories/traefik/constants.js +104 -0
  296. package/dist/factories/traefik/constants.js.map +1 -0
  297. package/dist/factories/traefik/index.d.ts +25 -0
  298. package/dist/factories/traefik/index.d.ts.map +1 -0
  299. package/dist/factories/traefik/index.js +25 -0
  300. package/dist/factories/traefik/index.js.map +1 -0
  301. package/dist/factories/traefik/resources/common.d.ts +68 -0
  302. package/dist/factories/traefik/resources/common.d.ts.map +1 -0
  303. package/dist/factories/traefik/resources/common.js +59 -0
  304. package/dist/factories/traefik/resources/common.js.map +1 -0
  305. package/dist/factories/traefik/resources/gateway.d.ts +85 -0
  306. package/dist/factories/traefik/resources/gateway.d.ts.map +1 -0
  307. package/dist/factories/traefik/resources/gateway.js +109 -0
  308. package/dist/factories/traefik/resources/gateway.js.map +1 -0
  309. package/dist/factories/traefik/resources/helm.d.ts +56 -0
  310. package/dist/factories/traefik/resources/helm.d.ts.map +1 -0
  311. package/dist/factories/traefik/resources/helm.js +131 -0
  312. package/dist/factories/traefik/resources/helm.js.map +1 -0
  313. package/dist/factories/traefik/resources/index.d.ts +10 -0
  314. package/dist/factories/traefik/resources/index.d.ts.map +1 -0
  315. package/dist/factories/traefik/resources/index.js +10 -0
  316. package/dist/factories/traefik/resources/index.js.map +1 -0
  317. package/dist/factories/traefik/resources/middleware.d.ts +169 -0
  318. package/dist/factories/traefik/resources/middleware.d.ts.map +1 -0
  319. package/dist/factories/traefik/resources/middleware.js +225 -0
  320. package/dist/factories/traefik/resources/middleware.js.map +1 -0
  321. package/dist/factories/traefik/resources/routing.d.ts +113 -0
  322. package/dist/factories/traefik/resources/routing.d.ts.map +1 -0
  323. package/dist/factories/traefik/resources/routing.js +119 -0
  324. package/dist/factories/traefik/resources/routing.js.map +1 -0
  325. package/dist/factories/traefik/resources/tls.d.ts +85 -0
  326. package/dist/factories/traefik/resources/tls.d.ts.map +1 -0
  327. package/dist/factories/traefik/resources/tls.js +93 -0
  328. package/dist/factories/traefik/resources/tls.js.map +1 -0
  329. package/dist/factories/traefik/types.d.ts +2690 -0
  330. package/dist/factories/traefik/types.d.ts.map +1 -0
  331. package/dist/factories/traefik/types.js +1084 -0
  332. package/dist/factories/traefik/types.js.map +1 -0
  333. package/dist/factories/traefik/utils/helm-values-mapper.d.ts +198 -0
  334. package/dist/factories/traefik/utils/helm-values-mapper.d.ts.map +1 -0
  335. package/dist/factories/traefik/utils/helm-values-mapper.js +372 -0
  336. package/dist/factories/traefik/utils/helm-values-mapper.js.map +1 -0
  337. package/dist/factories/traefik/utils/index.d.ts +6 -0
  338. package/dist/factories/traefik/utils/index.d.ts.map +1 -0
  339. package/dist/factories/traefik/utils/index.js +6 -0
  340. package/dist/factories/traefik/utils/index.js.map +1 -0
  341. package/dist/factories/traefik/utils/middleware-validation.d.ts +42 -0
  342. package/dist/factories/traefik/utils/middleware-validation.d.ts.map +1 -0
  343. package/dist/factories/traefik/utils/middleware-validation.js +78 -0
  344. package/dist/factories/traefik/utils/middleware-validation.js.map +1 -0
  345. package/dist/factories/webapp/compositions/web-app-with-processing.d.ts.map +1 -1
  346. package/dist/factories/webapp/compositions/web-app-with-processing.js +10 -0
  347. package/dist/factories/webapp/compositions/web-app-with-processing.js.map +1 -1
  348. package/dist/index.d.ts +4 -3
  349. package/dist/index.d.ts.map +1 -1
  350. package/dist/index.js +3 -1
  351. package/dist/index.js.map +1 -1
  352. package/package.json +9 -1
@@ -0,0 +1,266 @@
1
+ /**
2
+ * Composition of the gateway collector's `custom.config.yaml` overlay.
3
+ *
4
+ * The ClickStack chart renders `global.otelCollector.customConfig` verbatim
5
+ * into a ConfigMap, mounts it at
6
+ * `/etc/otelcol-contrib/custom/custom.config.yaml`, and the OpAMP supervisor
7
+ * merges that file into the remote configuration it hands the agent. It is one
8
+ * YAML DOCUMENT, so every contributor to it has to land in ONE mapping.
9
+ *
10
+ * ⚠️ WHY THIS MODULE EXISTS — LIVE FINDING. The overlay used to be assembled by
11
+ * CONCATENATING two hand-written YAML strings: the ingest pipelines
12
+ * (`CLICKSTACK_INGEST_PIPELINES_CONFIG` in `helm-values-mapper.ts`) and the
13
+ * persistent queue's own wiring (`renderPersistentQueueConfig` in
14
+ * `storage.ts`). Both open a top-level `service:` key, so the concatenated
15
+ * document declared `service` twice and the supervisor rejected the WHOLE FILE
16
+ * on every poll:
17
+ *
18
+ * Could not merge local config file: /etc/otelcol-contrib/custom/custom.config.yaml
19
+ * yaml: unmarshal errors: line 18: mapping key "service" already defined at line 1
20
+ *
21
+ * The agent then ran with NEITHER the ingest pipelines NOR the queue — while
22
+ * the Pod still reported Ready, because readiness comes from the supervisor's
23
+ * `health_check` and not from the agent. Enabling the persistent queue was a
24
+ * silent no-op that also took OTLP ingestion down.
25
+ *
26
+ * So fragments are STRUCTURED OBJECTS here, deep-merged into a single document
27
+ * and serialised exactly once. Duplicate keys are unrepresentable: a colliding
28
+ * mapping key is either merged (two mappings, two sequences) or a loud
29
+ * construction-time error (anything else).
30
+ *
31
+ * ⚠️ THE MERGE IS A PUBLIC ENTRY POINT, so it treats fragment keys as
32
+ * UNTRUSTED. Names in a fragment come from caller options
33
+ * (`storage.persistentQueue.exporterNames`, `.extensions`) and become object
34
+ * keys, and JavaScript reserves a few of those — see
35
+ * {@link UNSAFE_MAPPING_KEYS} for the two live failure modes (a mutated
36
+ * `Object.prototype`, and a key the serialiser drops) and why the fix is a
37
+ * refusal plus null-prototype dictionaries rather than a filter.
38
+ */
39
+ import * as yaml from 'js-yaml';
40
+ /**
41
+ * Nesting level from which sequences are emitted in flow style.
42
+ *
43
+ * Purely cosmetic — block and flow sequences parse identically. The value 4 is
44
+ * the depth of a pipeline's `receivers` list
45
+ * (`service` → `pipelines` → `<pipeline>` → `receivers`), so the rendered
46
+ * overlay keeps the inline `receivers: [fluentforward, otlp/hyperdx]` spelling
47
+ * the hand-written constant used and the collector's own docs show, and the
48
+ * no-queue rendering comes out BYTE-IDENTICAL to the pre-merge one.
49
+ */
50
+ const RECEIVER_LIST_FLOW_LEVEL = 4;
51
+ /**
52
+ * Mapping keys this module refuses to carry, anywhere in a fragment.
53
+ *
54
+ * ⚠️ WHY A REFUSAL AND NOT A SILENT SKIP. Two of these are load-bearing in
55
+ * JavaScript's own object model, and both failure modes were real here:
56
+ *
57
+ * - `__proto__` on a plain object is an ACCESSOR inherited from
58
+ * `Object.prototype`, and BOTH halves of it bit:
59
+ * - Its GETTER. The merge tested `key in target` — true for `'__proto__'` on
60
+ * any plain object, inherited — then read `target.__proto__`, which IS
61
+ * `Object.prototype`, saw a mapping on both sides and recursed. A single
62
+ * fragment with a top-level `__proto__` key wrote its sub-mapping straight
63
+ * into `Object.prototype`, process-wide.
64
+ * - Its SETTER. The clone built copies as plain `{}` and assigned
65
+ * `copy[key] = …`, so a `__proto__` key silently RE-PARENTED the copy
66
+ * instead of adding a key to it. That is where an
67
+ * `exporterNames: ['__proto__']` entry went: `Object.fromEntries` had
68
+ * honestly defined an own `__proto__` property, the clone dropped it on the
69
+ * floor, and the overlay rendered `exporters: {}` — a queue that configured
70
+ * nothing and reported nothing, which is precisely the class of silent
71
+ * misconfiguration this module exists to remove.
72
+ * - `constructor` and `prototype` are here for the same reason one level out:
73
+ * they are inherited/own members whose presence makes `in`, property reads
74
+ * and any future map lookup mean something other than "the config said so".
75
+ *
76
+ * None of the three is a legal OpenTelemetry Collector component name, an
77
+ * extension name or a pipeline name, so nothing legitimate is lost. A fragment
78
+ * carrying one is a construction-time bug (or an attempt), and it is reported
79
+ * as one, naming the path.
80
+ */
81
+ const UNSAFE_MAPPING_KEYS = ['__proto__', 'constructor', 'prototype'];
82
+ /**
83
+ * Reject a mapping key that would mean something to the object model.
84
+ *
85
+ * @param key - The candidate mapping key
86
+ * @param path - Path segments of the key's parent, for the error message
87
+ * @throws Error when the key is one of {@link UNSAFE_MAPPING_KEYS}
88
+ */
89
+ export function assertSafeCollectorConfigKey(key, path = []) {
90
+ if (!UNSAFE_MAPPING_KEYS.includes(key))
91
+ return;
92
+ const here = [...path, key].join('.');
93
+ throw new Error(`Unsafe collector configuration key at '${here}': '${key}' is a JavaScript object-model ` +
94
+ `member, not a collector component name. A mapping key named ` +
95
+ `${UNSAFE_MAPPING_KEYS.map((name) => `'${name}'`).join(', ')} either mutates ` +
96
+ `Object.prototype while the overlay is built or vanishes from it silently, so it is ` +
97
+ `refused here instead of misconfiguring the collector without saying so.`);
98
+ }
99
+ /** A dictionary with NO prototype: `__proto__` cannot be an accessor on it. */
100
+ function emptyDict() {
101
+ return Object.create(null);
102
+ }
103
+ function isPlainObject(value) {
104
+ return typeof value === 'object' && value !== null && !Array.isArray(value);
105
+ }
106
+ /**
107
+ * Own, enumerable string keys of a mapping, each checked before it is used.
108
+ *
109
+ * `Object.keys` never reports an inherited property, so this is the only way a
110
+ * key enters the merge — an inherited `constructor` or the `__proto__` accessor
111
+ * on `Object.prototype` is invisible here by construction.
112
+ */
113
+ function safeKeys(source, path) {
114
+ const keys = Object.keys(source);
115
+ for (const key of keys)
116
+ assertSafeCollectorConfigKey(key, path);
117
+ return keys;
118
+ }
119
+ /**
120
+ * Structural copy of a fragment value.
121
+ *
122
+ * ⚠️ WHY MERGING MUST COPY. Fragments are long-lived module constants —
123
+ * `CLICKSTACK_INGEST_PIPELINES_FRAGMENT` is built once at import time and used
124
+ * by every composition in the process. Adopting an incoming sub-object BY
125
+ * REFERENCE means the next merge writes the queue's `service.extensions`
126
+ * straight into that shared constant, so the second install in a process
127
+ * inherits the first one's overlay and a queue-free install silently grows a
128
+ * queue's extension list. Caught by the "merging does not mutate its inputs"
129
+ * test; the fragments themselves stay frozen-in-practice because nothing here
130
+ * ever writes to them.
131
+ */
132
+ function cloneValue(value, path = []) {
133
+ if (Array.isArray(value))
134
+ return value.map((item, index) => cloneValue(item, [...path, `${index}`]));
135
+ if (isPlainObject(value)) {
136
+ // A NULL-PROTOTYPE copy: on a plain `{}` the assignment `copy.__proto__ = x`
137
+ // is a call to the inherited setter and silently re-parents the copy
138
+ // instead of adding a key. With no prototype there is no setter to call —
139
+ // and `safeKeys` has already refused the key anyway, so the two guards are
140
+ // independent.
141
+ const copy = emptyDict();
142
+ for (const key of safeKeys(value, path))
143
+ copy[key] = cloneValue(value[key], [...path, key]);
144
+ return copy;
145
+ }
146
+ return value;
147
+ }
148
+ /** Order-preserving union — the merge policy for every sequence in the overlay. */
149
+ function unionSequences(left, right, path) {
150
+ const merged = [];
151
+ const seen = new Set();
152
+ for (const item of [...left, ...right]) {
153
+ const key = JSON.stringify(item ?? null);
154
+ if (seen.has(key))
155
+ continue;
156
+ seen.add(key);
157
+ merged.push(cloneValue(item, path));
158
+ }
159
+ return merged;
160
+ }
161
+ /**
162
+ * Deep-merge collector overlay fragments into one document.
163
+ *
164
+ * EXPLICIT CONFLICT POLICY, because a silent winner here is exactly the class
165
+ * of bug this module was written to remove:
166
+ *
167
+ * - **mapping + mapping** → merged key by key, recursively.
168
+ * - **sequence + sequence** → concatenated, de-duplicated, order preserved.
169
+ * This is what makes `service.extensions` composable: a fragment that needs
170
+ * `file_storage/hyperdx` adds it without erasing what another fragment
171
+ * contributed. (It does NOT change the fact that the overlay's list REPLACES
172
+ * the supervisor's own — that merge happens later, inside the supervisor.)
173
+ * - **identical scalars** → kept.
174
+ * - **anything else** → THROWS, naming the path and both values. Two fragments
175
+ * disagreeing about a scalar (or about whether a key is a map, a list or a
176
+ * scalar) is a construction-time bug, and guessing which one wins would put
177
+ * the collector back into the silent-misconfiguration territory above.
178
+ *
179
+ * The result is a fresh structure: no fragment is mutated and nothing in the
180
+ * result aliases one, so a module-level fragment constant can be merged any
181
+ * number of times — see {@link cloneValue}.
182
+ *
183
+ * Every mapping in the result is a NULL-PROTOTYPE dictionary and every key is
184
+ * checked against {@link UNSAFE_MAPPING_KEYS} before it is used, at every
185
+ * depth. A fragment carrying `__proto__`, `constructor` or `prototype` as a
186
+ * mapping key is refused with the path named — it cannot reach
187
+ * `Object.prototype`, and it cannot be quietly dropped by the serialiser
188
+ * either.
189
+ *
190
+ * @param fragments - Structured overlay fragments, in precedence-free order
191
+ * @returns One merged configuration object (prototype-less at every level)
192
+ * @throws Error when two fragments set the same path to incompatible values,
193
+ * or when any fragment uses an object-model member as a mapping key
194
+ */
195
+ export function mergeCollectorConfig(fragments) {
196
+ const merged = emptyDict();
197
+ for (const fragment of fragments) {
198
+ mergeInto(merged, fragment, []);
199
+ }
200
+ return merged;
201
+ }
202
+ function mergeInto(target, source, path) {
203
+ for (const key of safeKeys(source, path)) {
204
+ const incoming = source[key];
205
+ const here = [...path, key];
206
+ // `Object.hasOwn`, never `key in target`: `'__proto__' in {}` is TRUE
207
+ // (inherited accessor) and `'constructor' in {}` is too, so the `in` test
208
+ // used to send those keys down the "already present, merge into it" path
209
+ // and hand `mergeInto` `Object.prototype` as its target. Own-property
210
+ // checks only, on dictionaries that have no prototype to inherit from.
211
+ if (!Object.hasOwn(target, key)) {
212
+ // COPY, never adopt: `incoming` belongs to a fragment the caller may
213
+ // reuse — see {@link cloneValue}.
214
+ target[key] = cloneValue(incoming, here);
215
+ continue;
216
+ }
217
+ const existing = target[key];
218
+ if (isPlainObject(existing) && isPlainObject(incoming)) {
219
+ mergeInto(existing, incoming, here);
220
+ continue;
221
+ }
222
+ if (Array.isArray(existing) && Array.isArray(incoming)) {
223
+ target[key] = unionSequences(existing, incoming, here);
224
+ continue;
225
+ }
226
+ if (JSON.stringify(existing ?? null) === JSON.stringify(incoming ?? null))
227
+ continue;
228
+ throw new Error(`Conflicting collector configuration at '${here.join('.')}': ` +
229
+ `${JSON.stringify(existing)} vs ${JSON.stringify(incoming)}. Collector overlay ` +
230
+ `fragments may only extend each other (mappings merge, sequences concatenate); ` +
231
+ `two fragments cannot set the same key to different values.`);
232
+ }
233
+ }
234
+ /**
235
+ * Merge overlay fragments and serialise them ONCE.
236
+ *
237
+ * The single `yaml.dump` is the point: a rendered overlay can no longer carry
238
+ * a duplicate top-level key, whatever its fragments contribute.
239
+ *
240
+ * ROUND-TRIP NOTE (VERIFIED, and pinned by a test): js-yaml is not the problem
241
+ * here. On the default schema `dump` EMITS a `__proto__` key and `load` reads
242
+ * it back as an ORDINARY own property without touching `Object.prototype`, so
243
+ * the document round-trips faithfully in both directions. The damage was
244
+ * entirely on this side of the serialiser — see {@link UNSAFE_MAPPING_KEYS} —
245
+ * and it is fixed there: the key is refused, so a rendered overlay never
246
+ * contains one to begin with.
247
+ *
248
+ * @param fragments - Structured overlay fragments
249
+ * @returns The `global.otelCollector.customConfig` document
250
+ * @throws Error when the fragments conflict or use an object-model member as a
251
+ * mapping key (see {@link mergeCollectorConfig})
252
+ */
253
+ export function renderCollectorConfig(fragments) {
254
+ return yaml.dump(mergeCollectorConfig(fragments), {
255
+ flowLevel: RECEIVER_LIST_FLOW_LEVEL,
256
+ // Never fold a long value onto a second line: the supervisor reads this
257
+ // file as plain YAML, and a wrapped scalar is needless churn in the
258
+ // rendered ConfigMap.
259
+ lineWidth: -1,
260
+ // Fragments are plain data built here; anchors/aliases would only appear
261
+ // if a caller shared a sub-object between fragments, and an alias in a
262
+ // config the supervisor merges is a surprise nobody wants.
263
+ noRefs: true,
264
+ });
265
+ }
266
+ //# sourceMappingURL=collector-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collector-config.js","sourceRoot":"","sources":["../../../../src/factories/clickstack/utils/collector-config.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AAEH,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAKhC;;;;;;;;;GASG;AACH,MAAM,wBAAwB,GAAG,CAAC,CAAC;AAEnC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAM,mBAAmB,GAAsB,CAAC,WAAW,EAAE,aAAa,EAAE,WAAW,CAAC,CAAC;AAEzF;;;;;;GAMG;AACH,MAAM,UAAU,4BAA4B,CAAC,GAAW,EAAE,OAA0B,EAAE;IACpF,IAAI,CAAC,mBAAmB,CAAC,QAAQ,CAAC,GAAG,CAAC;QAAE,OAAO;IAC/C,MAAM,IAAI,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IACtC,MAAM,IAAI,KAAK,CACb,0CAA0C,IAAI,OAAO,GAAG,iCAAiC;QACvF,8DAA8D;QAC9D,GAAG,mBAAmB,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB;QAC9E,qFAAqF;QACrF,yEAAyE,CAC5E,CAAC;AACJ,CAAC;AAED,+EAA+E;AAC/E,SAAS,SAAS;IAChB,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAA4B,CAAC;AACxD,CAAC;AAED,SAAS,aAAa,CAAC,KAAc;IACnC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED;;;;;;GAMG;AACH,SAAS,QAAQ,CAAC,MAA+B,EAAE,IAAuB;IACxE,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,MAAM,GAAG,IAAI,IAAI;QAAE,4BAA4B,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;IAChE,OAAO,IAAI,CAAC;AACd,CAAC;AAED;;;;;;;;;;;;GAYG;AACH,SAAS,UAAU,CAAC,KAAc,EAAE,OAA0B,EAAE;IAC9D,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QACtB,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC;IAC7E,IAAI,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC;QACzB,6EAA6E;QAC7E,qEAAqE;QACrE,0EAA0E;QAC1E,2EAA2E;QAC3E,eAAe;QACf,MAAM,IAAI,GAAG,SAAS,EAAE,CAAC;QACzB,KAAK,MAAM,GAAG,IAAI,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC;YAAE,IAAI,CAAC,GAAG,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC;QAC5F,OAAO,IAAI,CAAC;IACd,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED,mFAAmF;AACnF,SAAS,cAAc,CACrB,IAAwB,EACxB,KAAyB,EACzB,IAAuB;IAEvB,MAAM,MAAM,GAAc,EAAE,CAAC;IAC7B,MAAM,IAAI,GAAG,IAAI,GAAG,EAAU,CAAC;IAC/B,KAAK,MAAM,IAAI,IAAI,CAAC,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC,EAAE,CAAC;QACvC,MAAM,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,IAAI,CAAC,CAAC;QACzC,IAAI,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC;YAAE,SAAS;QAC5B,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACd,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC;IACtC,CAAC;IACD,OAAO,MAAM,CAAC;AAChB,CAAC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAM,UAAU,oBAAoB,CAClC,SAA6C;IAE7C,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAC3B,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE,CAAC;QACjC,SAAS,CAAC,MAAM,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC;IAClC,CAAC;IACD,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,SAAS,SAAS,CAChB,MAA+B,EAC/B,MAA+B,EAC/B,IAAuB;IAEvB,KAAK,MAAM,GAAG,IAAI,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,EAAE,CAAC;QACzC,MAAM,QAAQ,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC;QAC7B,MAAM,IAAI,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC,CAAC;QAC5B,sEAAsE;QACtE,0EAA0E;QAC1E,yEAAyE;QACzE,sEAAsE;QACtE,uEAAuE;QACvE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;YAChC,qEAAqE;YACrE,kCAAkC;YAClC,MAAM,CAAC,GAAG,CAAC,GAAG,UAAU,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;YACzC,SAAS;QACX,CAAC;QACD,MAAM,QAAQ,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC;QAC7B,IAAI,aAAa,CAAC,QAAQ,CAAC,IAAI,aAAa,CAAC,QAAQ,CAAC,EAAE,CAAC;YACvD,SAAS,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;YACpC,SAAS;QACX,CAAC;QACD,IAAI,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC;YACvD,MAAM,CAAC,GAAG,CAAC,GAAG,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;YACvD,SAAS;QACX,CAAC;QACD,IAAI,IAAI,CAAC,SAAS,CAAC,QAAQ,IAAI,IAAI,CAAC,KAAK,IAAI,CAAC,SAAS,CAAC,QAAQ,IAAI,IAAI,CAAC;YAAE,SAAS;QACpF,MAAM,IAAI,KAAK,CACb,2CAA2C,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK;YAC5D,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,sBAAsB;YAChF,gFAAgF;YAChF,4DAA4D,CAC/D,CAAC;IACJ,CAAC;AACH,CAAC;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,UAAU,qBAAqB,CAAC,SAA6C;IACjF,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,SAAS,CAAC,EAAE;QAChD,SAAS,EAAE,wBAAwB;QACnC,wEAAwE;QACxE,oEAAoE;QACpE,sBAAsB;QACtB,SAAS,EAAE,CAAC,CAAC;QACb,yEAAyE;QACzE,uEAAuE;QACvE,2DAA2D;QAC3D,MAAM,EAAE,IAAI;KACb,CAAC,CAAC;AACL,CAAC"}
@@ -48,6 +48,8 @@
48
48
  * in the external ClickHouse at startup).
49
49
  */
50
50
  import type { TypeKroChartValues } from '../../../core/types/common.js';
51
+ import { type CollectorConfigFragment } from './collector-config.js';
52
+ import { type ResolvedClickStackStorage } from './storage.js';
51
53
  import type { ClickStackBootstrapRuntimeConfig, ClickStackHelmValues, ClickStackK8sTelemetryConfig, ClickStackMappedHelmValues, OtelCollectorHelmValues, OtelCollectorMappedHelmValues } from '../types.js';
52
54
  /** Default namespace for a ClickStack install. */
53
55
  export declare const DEFAULT_CLICKSTACK_NAMESPACE = "clickstack";
@@ -78,6 +80,24 @@ export declare const CLICKSTACK_CONNECTION_NAME = "External ClickHouse";
78
80
  * Ready while 4317/4318 refuse connections. Chart 3.1+ provides the supported
79
81
  * `global.otelCollector.customConfig` merge seam; keep every built-in receiver
80
82
  * while attaching OTLP to all three signal pipelines.
83
+ *
84
+ * ⚠️ A STRUCTURED FRAGMENT, not YAML text. It shares the overlay — ONE YAML
85
+ * document — with the persistent queue's own wiring, and both contribute a
86
+ * top-level `service` key. Concatenating the two texts declared `service`
87
+ * twice and the supervisor rejected the whole file, so contributions are
88
+ * deep-merged and serialised exactly once through
89
+ * `renderCollectorConfig`. See `utils/collector-config.ts`.
90
+ */
91
+ export declare const CLICKSTACK_INGEST_PIPELINES_FRAGMENT: CollectorConfigFragment;
92
+ /**
93
+ * The ingest-pipelines overlay on its own — the rendering emitted when no
94
+ * persistent queue is configured.
95
+ *
96
+ * BYTE-IDENTICAL to the hand-written string this constant replaced. That is
97
+ * not a coincidence: `renderCollectorConfig`'s flow level is chosen so the
98
+ * `receivers` lists stay inline, and a unit test pins the exact text. The
99
+ * queue fix must not churn the ConfigMap of every install that does not use
100
+ * the queue.
81
101
  */
82
102
  export declare const CLICKSTACK_INGEST_PIPELINES_CONFIG: string;
83
103
  /** Concrete build-time options consumed by the bootstrap values mapper. */
@@ -88,6 +108,12 @@ export interface ClickStackValuesMapperOptions {
88
108
  values?: TypeKroChartValues<ClickStackHelmValues>;
89
109
  /** Runtime credential transport selected by the composition constructor. */
90
110
  credentialSource?: 'inline' | 'secretValues';
111
+ /**
112
+ * Resolved storage consumption options. Only the persistent sending queue
113
+ * reaches chart values — the storage POLICY needs none, because the
114
+ * `clickhouse` factory makes it the server default.
115
+ */
116
+ storage?: ResolvedClickStackStorage;
91
117
  }
92
118
  /** Values pair for the two stock collector instances. */
93
119
  export interface ClickStackK8sTelemetryValues {
@@ -1 +1 @@
1
- {"version":3,"file":"helm-values-mapper.d.ts","sourceRoot":"","sources":["../../../../src/factories/clickstack/utils/helm-values-mapper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AAOH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAGxE,OAAO,KAAK,EAEV,gCAAgC,EAEhC,oBAAoB,EACpB,4BAA4B,EAC5B,0BAA0B,EAC1B,uBAAuB,EACvB,6BAA6B,EAC9B,MAAM,aAAa,CAAC;AAErB,kDAAkD;AAClD,eAAO,MAAM,4BAA4B,eAAe,CAAC;AAEzD,0DAA0D;AAC1D,eAAO,MAAM,sCAAsC,yBAAyB,CAAC;AAE7E;;;;;;;;GAQG;AACH,eAAO,MAAM,mCAAmC,uEACsB,CAAC;AAEvE;;;;GAIG;AACH,eAAO,MAAM,qCAAqC,yCAAyC,CAAC;AAE5F,yFAAyF;AACzF,eAAO,MAAM,0BAA0B,wBAAwB,CAAC;AAEhE;;;;;;;GAOG;AACH,eAAO,MAAM,kCAAkC,QAUnC,CAAC;AAEb,2EAA2E;AAC3E,MAAM,WAAW,6BAA6B;IAC5C,mEAAmE;IACnE,SAAS,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC;IACpC,sFAAsF;IACtF,MAAM,CAAC,EAAE,kBAAkB,CAAC,oBAAoB,CAAC,CAAC;IAClD,4EAA4E;IAC5E,gBAAgB,CAAC,EAAE,QAAQ,GAAG,cAAc,CAAC;CAC9C;AAED,yDAAyD;AACzD,MAAM,WAAW,4BAA4B;IAC3C,SAAS,EAAE,6BAA6B,CAAC;IACzC,UAAU,EAAE,6BAA6B,CAAC;CAC3C;AA2ND;;;;;;;GAOG;AACH,wBAAgB,+BAA+B,CAC7C,MAAM,EAAE,gCAAgC,EACxC,OAAO,GAAE,6BAAkC,GAC1C,0BAA0B,CAqJ5B;AAMD,2EAA2E;AAC3E,MAAM,WAAW,mCAAmC;IAClD,SAAS,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,kBAAkB,CAAC,uBAAuB,CAAC,CAAA;KAAE,CAAC;IACrE,UAAU,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,kBAAkB,CAAC,uBAAuB,CAAC,CAAA;KAAE,CAAC;CACvE;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,iCAAiC,CAC/C,MAAM,EAAE,4BAA4B,EACpC,OAAO,GAAE,mCAAwC,GAChD,4BAA4B,CAgH9B"}
1
+ {"version":3,"file":"helm-values-mapper.d.ts","sourceRoot":"","sources":["../../../../src/factories/clickstack/utils/helm-values-mapper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AAOH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAGxE,OAAO,EAAE,KAAK,uBAAuB,EAAyB,MAAM,uBAAuB,CAAC;AAC5F,OAAO,EACL,KAAK,yBAAyB,EAI/B,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,EAEV,gCAAgC,EAEhC,oBAAoB,EACpB,4BAA4B,EAC5B,0BAA0B,EAC1B,uBAAuB,EACvB,6BAA6B,EAC9B,MAAM,aAAa,CAAC;AAErB,kDAAkD;AAClD,eAAO,MAAM,4BAA4B,eAAe,CAAC;AAEzD,0DAA0D;AAC1D,eAAO,MAAM,sCAAsC,yBAAyB,CAAC;AAE7E;;;;;;;;GAQG;AACH,eAAO,MAAM,mCAAmC,uEACsB,CAAC;AAEvE;;;;GAIG;AACH,eAAO,MAAM,qCAAqC,yCAAyC,CAAC;AAE5F,yFAAyF;AACzF,eAAO,MAAM,0BAA0B,wBAAwB,CAAC;AAEhE;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,oCAAoC,EAAE,uBAQlD,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,kCAAkC,QAE7C,CAAC;AAEH,2EAA2E;AAC3E,MAAM,WAAW,6BAA6B;IAC5C,mEAAmE;IACnE,SAAS,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC;IACpC,sFAAsF;IACtF,MAAM,CAAC,EAAE,kBAAkB,CAAC,oBAAoB,CAAC,CAAC;IAClD,4EAA4E;IAC5E,gBAAgB,CAAC,EAAE,QAAQ,GAAG,cAAc,CAAC;IAC7C;;;;OAIG;IACH,OAAO,CAAC,EAAE,yBAAyB,CAAC;CACrC;AAED,yDAAyD;AACzD,MAAM,WAAW,4BAA4B;IAC3C,SAAS,EAAE,6BAA6B,CAAC;IACzC,UAAU,EAAE,6BAA6B,CAAC;CAC3C;AA2ND;;;;;;;GAOG;AACH,wBAAgB,+BAA+B,CAC7C,MAAM,EAAE,gCAAgC,EACxC,OAAO,GAAE,6BAAkC,GAC1C,0BAA0B,CAyK5B;AAMD,2EAA2E;AAC3E,MAAM,WAAW,mCAAmC;IAClD,SAAS,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,kBAAkB,CAAC,uBAAuB,CAAC,CAAA;KAAE,CAAC;IACrE,UAAU,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,kBAAkB,CAAC,uBAAuB,CAAC,CAAA;KAAE,CAAC;CACvE;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,iCAAiC,CAC/C,MAAM,EAAE,4BAA4B,EACpC,OAAO,GAAE,mCAAwC,GAChD,4BAA4B,CAgH9B"}
@@ -51,6 +51,8 @@ import { isValuesMergeExpression, mergeValuesExpression, } from '../../../core/a
51
51
  import { Cel } from '../../../core/references/cel.js';
52
52
  import { isCelExpression, isKubernetesRef } from '../../../utils/type-guards.js';
53
53
  import { CLICKSTACK_MONGO_NAME_SUFFIX, CLICKSTACK_MONGO_PORT } from '../resources/mongo.js';
54
+ import { renderCollectorConfig } from './collector-config.js';
55
+ import { clickStackQueueClaimName, persistentQueueConfigFragment, renderPersistentQueueValues, } from './storage.js';
54
56
  /** Default namespace for a ClickStack install. */
55
57
  export const DEFAULT_CLICKSTACK_NAMESPACE = 'clickstack';
56
58
  /** Default namespace for the k8s telemetry collectors. */
@@ -80,18 +82,36 @@ export const CLICKSTACK_CONNECTION_NAME = 'External ClickHouse';
80
82
  * Ready while 4317/4318 refuse connections. Chart 3.1+ provides the supported
81
83
  * `global.otelCollector.customConfig` merge seam; keep every built-in receiver
82
84
  * while attaching OTLP to all three signal pipelines.
85
+ *
86
+ * ⚠️ A STRUCTURED FRAGMENT, not YAML text. It shares the overlay — ONE YAML
87
+ * document — with the persistent queue's own wiring, and both contribute a
88
+ * top-level `service` key. Concatenating the two texts declared `service`
89
+ * twice and the supervisor rejected the whole file, so contributions are
90
+ * deep-merged and serialised exactly once through
91
+ * `renderCollectorConfig`. See `utils/collector-config.ts`.
83
92
  */
84
- export const CLICKSTACK_INGEST_PIPELINES_CONFIG = [
85
- 'service:',
86
- ' pipelines:',
87
- ' logs/in:',
88
- ' receivers: [fluentforward, otlp/hyperdx]',
89
- ' metrics:',
90
- ' receivers: [prometheus, otlp/hyperdx]',
91
- ' traces:',
92
- ' receivers: [nop, otlp/hyperdx]',
93
- '',
94
- ].join('\n');
93
+ export const CLICKSTACK_INGEST_PIPELINES_FRAGMENT = {
94
+ service: {
95
+ pipelines: {
96
+ 'logs/in': { receivers: ['fluentforward', 'otlp/hyperdx'] },
97
+ metrics: { receivers: ['prometheus', 'otlp/hyperdx'] },
98
+ traces: { receivers: ['nop', 'otlp/hyperdx'] },
99
+ },
100
+ },
101
+ };
102
+ /**
103
+ * The ingest-pipelines overlay on its own — the rendering emitted when no
104
+ * persistent queue is configured.
105
+ *
106
+ * BYTE-IDENTICAL to the hand-written string this constant replaced. That is
107
+ * not a coincidence: `renderCollectorConfig`'s flow level is chosen so the
108
+ * `receivers` lists stay inline, and a unit test pins the exact text. The
109
+ * queue fix must not churn the ConfigMap of every install that does not use
110
+ * the queue.
111
+ */
112
+ export const CLICKSTACK_INGEST_PIPELINES_CONFIG = renderCollectorConfig([
113
+ CLICKSTACK_INGEST_PIPELINES_FRAGMENT,
114
+ ]);
95
115
  // ============================================================================
96
116
  // Shared helpers
97
117
  // ============================================================================
@@ -384,15 +404,36 @@ export function mapClickStackConfigToHelmValues(config, options = {}) {
384
404
  // Hard pins (see module doc): external-only build-around + the status
385
405
  // contract's naming anchor. Merged AFTER every passthrough so they always
386
406
  // win — including over a graph-aware per-instance `customValues` override.
407
+ // The persistent sending queue extends the SAME `customConfig` overlay the
408
+ // ingest pipelines use, and pins the volume that backs its directory — a
409
+ // queue whose directory is not writable degrades silently, and one backed by
410
+ // a Pod-scoped volume degrades just as silently on the next restart, so both
411
+ // halves travel together and beat the values passthrough. The mounted claim
412
+ // is the standalone PVC the composition creates; the name comes from the
413
+ // shared helper so the mount and the claim cannot drift.
414
+ //
415
+ // ⚠️ The overlay is COMPOSED, never concatenated. Both contributors carry a
416
+ // top-level `service` key, and appending one YAML text to the other declared
417
+ // it twice — which the OpAMP supervisor rejects for the WHOLE file
418
+ // (`mapping key "service" already defined`), leaving the agent with neither
419
+ // the ingest pipelines nor the queue while the Pod still reported Ready.
420
+ // `renderCollectorConfig` deep-merges the fragments and serialises once.
421
+ const queue = options.storage?.persistentQueue;
422
+ const collectorFragments = [CLICKSTACK_INGEST_PIPELINES_FRAGMENT];
423
+ if (queue !== undefined)
424
+ collectorFragments.push(persistentQueueConfigFragment(queue));
387
425
  const pins = {
388
426
  global: {
389
427
  otelCollector: {
390
- customConfig: CLICKSTACK_INGEST_PIPELINES_CONFIG,
428
+ customConfig: renderCollectorConfig(collectorFragments),
391
429
  },
392
430
  },
393
431
  clickhouse: { enabled: false },
394
432
  mongodb: { enabled: false },
395
433
  fullnameOverride: config.name,
434
+ ...(queue !== undefined
435
+ ? renderPersistentQueueValues(queue, clickStackQueueClaimName(config.name))
436
+ : {}),
396
437
  };
397
438
  // Per-instance `customValues` is a DIRECT-mode-only convenience: only a CONCRETE object merges.
398
439
  // In graph mode the schema proxy would fabricate a ref for the (deliberately undeclared — see
@@ -1 +1 @@
1
- {"version":3,"file":"helm-values-mapper.js","sourceRoot":"","sources":["../../../../src/factories/clickstack/utils/helm-values-mapper.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"helm-values-mapper.js","sourceRoot":"","sources":["../../../../src/factories/clickstack/utils/helm-values-mapper.ts"],"names":[],"mappings":"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"}
@@ -1,2 +1,4 @@
1
+ export * from './collector-config.js';
1
2
  export * from './helm-values-mapper.js';
3
+ export * from './storage.js';
2
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/factories/clickstack/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/factories/clickstack/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC"}
@@ -1,2 +1,4 @@
1
+ export * from './collector-config.js';
1
2
  export * from './helm-values-mapper.js';
3
+ export * from './storage.js';
2
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/factories/clickstack/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/factories/clickstack/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC"}