-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathroutes.json
More file actions
670 lines (670 loc) · 24.8 KB
/
Copy pathroutes.json
File metadata and controls
670 lines (670 loc) · 24.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
{
"/overview": {
"relPath": "/overview/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/overview/introduction": {
"relPath": "/overview/introduction.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/overview/architecture": {
"relPath": "/overview/architecture.md",
"lastmod": "2026-03-13T12:49:45.000Z"
},
"/getting-started": {
"relPath": "/getting-started/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/getting-started/first-steps": {
"relPath": "/getting-started/first-steps/index.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/getting-started/first-steps/cli-quickstart": {
"relPath": "/getting-started/first-steps/cli-quickstart.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/getting-started/first-steps/existing-cluster": {
"relPath": "/getting-started/first-steps/existing-cluster.md",
"lastmod": "2025-03-27T19:09:28.000Z"
},
"/getting-started/first-steps/plural-cloud": {
"relPath": "/getting-started/first-steps/plural-cloud.md",
"lastmod": "2025-07-14T15:36:50.000Z"
},
"/getting-started/first-steps/add-a-cluster": {
"relPath": "/getting-started/first-steps/add-a-cluster.md",
"lastmod": "2025-11-21T23:34:41.000Z"
},
"/getting-started/how-to-use": {
"relPath": "/getting-started/how-to-use/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/getting-started/how-to-use/mgmt-cluster": {
"relPath": "/getting-started/how-to-use/mgmt-cluster.md",
"lastmod": "2025-12-03T21:39:43.000Z"
},
"/getting-started/how-to-use/rbac": {
"relPath": "/getting-started/how-to-use/rbac.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/getting-started/how-to-use/scm-connection": {
"relPath": "/getting-started/how-to-use/scm-connection.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/getting-started/how-to-use/workload-cluster": {
"relPath": "/getting-started/how-to-use/workload-cluster.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/getting-started/how-to-use/controllers": {
"relPath": "/getting-started/how-to-use/controllers.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/getting-started/how-to-use/observability": {
"relPath": "/getting-started/how-to-use/observability.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/getting-started/how-to-use/microservice": {
"relPath": "/getting-started/how-to-use/microservice.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/getting-started/how-to-use/pr-automation": {
"relPath": "/getting-started/how-to-use/pr-automation.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/getting-started/how-to-use/pipelines": {
"relPath": "/getting-started/how-to-use/pipelines.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/getting-started/how-to-use/cleaning-up": {
"relPath": "/getting-started/how-to-use/cleaning-up.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/getting-started/advanced-config": {
"relPath": "/getting-started/advanced-config/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/getting-started/advanced-config/sandboxing": {
"relPath": "/getting-started/advanced-config/sandboxing.md",
"lastmod": "2026-02-19T20:33:28.000Z"
},
"/getting-started/advanced-config/network-configuration": {
"relPath": "/getting-started/advanced-config/network-configuration.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/getting-started/advanced-config/private-ca": {
"relPath": "/getting-started/advanced-config/private-ca.md",
"lastmod": "2026-06-02T22:54:32.000Z"
},
"/api-reference": {
"relPath": "/api-reference/index.md",
"lastmod": "2026-02-03T22:03:47.000Z"
},
"/api-reference/kubernetes": {
"relPath": "/api-reference/kubernetes/index.md",
"lastmod": "2026-02-03T22:03:47.000Z"
},
"/api-reference/kubernetes/management-api-reference": {
"relPath": "/api-reference/kubernetes/management-api-reference.md",
"lastmod": "2026-06-10T12:45:04.000Z"
},
"/api-reference/kubernetes/agent-api-reference": {
"relPath": "/api-reference/kubernetes/agent-api-reference.md",
"lastmod": "2026-06-10T12:45:04.000Z"
},
"/api-reference/graphql": {
"relPath": "/api-reference/graphql.md",
"lastmod": "2026-02-03T22:03:47.000Z"
},
"/api-reference/rest": {
"relPath": null,
"lastmod": null
},
"/api-reference/terraform": {
"relPath": "/api-reference/terraform.md",
"lastmod": "2026-02-03T22:03:47.000Z"
},
"/plural-features": {
"relPath": "/plural-features/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/continuous-deployment": {
"relPath": "/plural-features/continuous-deployment/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/continuous-deployment/deployment-operator": {
"relPath": "/plural-features/continuous-deployment/deployment-operator.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/continuous-deployment/git-service": {
"relPath": "/plural-features/continuous-deployment/git-service.md",
"lastmod": "2025-12-30T16:00:47.000Z"
},
"/plural-features/continuous-deployment/helm-service": {
"relPath": "/plural-features/continuous-deployment/helm-service.md",
"lastmod": "2026-05-25T02:47:02.000Z"
},
"/plural-features/continuous-deployment/multi-source-services": {
"relPath": "/plural-features/continuous-deployment/multi-source-services.md",
"lastmod": "2026-05-25T02:47:02.000Z"
},
"/plural-features/continuous-deployment/resource-application-logic": {
"relPath": "/plural-features/continuous-deployment/resource-application-logic.md",
"lastmod": "2026-03-31T16:44:35.000Z"
},
"/plural-features/continuous-deployment/service-templating": {
"relPath": "/plural-features/continuous-deployment/service-templating/index.md",
"lastmod": "2026-06-11T11:13:44.082Z"
},
"/plural-features/continuous-deployment/service-templating/supporting-liquid-filters": {
"relPath": "/plural-features/continuous-deployment/service-templating/supporting-liquid-filters.md",
"lastmod": "2026-06-11T11:13:44.104Z"
},
"/plural-features/continuous-deployment/lua": {
"relPath": "/plural-features/continuous-deployment/lua.md",
"lastmod": "2025-07-15T12:44:58.000Z"
},
"/plural-features/continuous-deployment/global-service": {
"relPath": "/plural-features/continuous-deployment/global-service.md",
"lastmod": "2025-12-30T16:00:47.000Z"
},
"/plural-features/continuous-deployment/observer": {
"relPath": "/plural-features/continuous-deployment/observer.md",
"lastmod": "2025-12-15T20:59:31.000Z"
},
"/plural-features/continuous-deployment/pipelines": {
"relPath": "/plural-features/continuous-deployment/pipelines.md",
"lastmod": "2026-03-13T12:49:45.000Z"
},
"/plural-features/continuous-deployment/github-actions-ci": {
"relPath": "/plural-features/continuous-deployment/github-actions-ci.md",
"lastmod": "2026-01-21T22:44:46.000Z"
},
"/plural-features/continuous-deployment/management-controllers-reconciliation-logic": {
"relPath": "/plural-features/continuous-deployment/management-controllers-reconciliation-logic.md",
"lastmod": "2026-01-16T15:49:48.000Z"
},
"/plural-features/k8s-upgrade-assistant": {
"relPath": "/plural-features/k8s-upgrade-assistant/index.md",
"lastmod": "2025-05-11T23:04:59.000Z"
},
"/plural-features/k8s-upgrade-assistant/upgrade-insights": {
"relPath": "/plural-features/k8s-upgrade-assistant/upgrade-insights.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/k8s-upgrade-assistant/addon-compatibilities": {
"relPath": "/plural-features/k8s-upgrade-assistant/addon-compatibilities.md",
"lastmod": "2025-08-15T02:54:41.000Z"
},
"/plural-features/k8s-upgrade-assistant/cluster-drain": {
"relPath": "/plural-features/k8s-upgrade-assistant/cluster-drain.md",
"lastmod": "2025-05-13T01:49:39.000Z"
},
"/plural-features/stacks-iac-management": {
"relPath": "/plural-features/stacks-iac-management/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/stacks-iac-management/customize-runners": {
"relPath": "/plural-features/stacks-iac-management/customize-runners.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/stacks-iac-management/pr-workflow": {
"relPath": "/plural-features/stacks-iac-management/pr-workflow.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/stacks-iac-management/manual-runs": {
"relPath": "/plural-features/stacks-iac-management/manual-runs.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/stacks-iac-management/sharing-outputs": {
"relPath": "/plural-features/stacks-iac-management/sharing-outputs.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/stacks-iac-management/custom-stacks": {
"relPath": "/plural-features/stacks-iac-management/custom-stacks.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/stacks-iac-management/auto-cancellation": {
"relPath": "/plural-features/stacks-iac-management/auto-cancellation.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/stacks-iac-management/local-execution": {
"relPath": "/plural-features/stacks-iac-management/local-execution.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/stacks-iac-management/service-contexts": {
"relPath": "/plural-features/stacks-iac-management/service-contexts.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/service-catalog": {
"relPath": "/plural-features/service-catalog/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/service-catalog/creation": {
"relPath": "/plural-features/service-catalog/creation.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/service-catalog/contribution-program": {
"relPath": "/plural-features/service-catalog/contribution-program.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/kubernetes-dashboard": {
"relPath": "/plural-features/kubernetes-dashboard/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/plural-ai": {
"relPath": "/plural-features/plural-ai/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/plural-ai/setup": {
"relPath": "/plural-features/plural-ai/setup.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/plural-ai/architecture": {
"relPath": "/plural-features/plural-ai/architecture.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/plural-ai/ai-agent": {
"relPath": "/plural-features/plural-ai/ai-agent/index.md",
"lastmod": "2026-03-04T02:33:39.000Z"
},
"/plural-features/plural-ai/ai-agent/configure-agent": {
"relPath": "/plural-features/plural-ai/ai-agent/configure-agent.md",
"lastmod": "2026-03-04T02:33:39.000Z"
},
"/plural-features/plural-ai/ai-agent/remote-browser": {
"relPath": "/plural-features/plural-ai/ai-agent/remote-browser.md",
"lastmod": "2026-03-04T02:33:39.000Z"
},
"/plural-features/plural-ai/sentinels": {
"relPath": "/plural-features/plural-ai/sentinels.md",
"lastmod": "2025-11-08T16:45:39.000Z"
},
"/plural-features/plural-ai/arch-diagram": {
"relPath": "/plural-features/plural-ai/arch-diagram.md",
"lastmod": "2026-01-05T19:58:20.000Z"
},
"/plural-features/plural-ai/cost": {
"relPath": "/plural-features/plural-ai/cost.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/plural-ai/multi-model-configuration": {
"relPath": "/plural-features/plural-ai/multi-model-configuration.md",
"lastmod": "2025-10-15T00:52:41.000Z"
},
"/plural-features/flows": {
"relPath": "/plural-features/flows/index.md",
"lastmod": "2025-12-30T16:00:47.000Z"
},
"/plural-features/flows/create-a-flow": {
"relPath": "/plural-features/flows/create-a-flow.md",
"lastmod": "2025-04-18T18:30:29.000Z"
},
"/plural-features/flows/flow-ai": {
"relPath": "/plural-features/flows/flow-ai.md",
"lastmod": "2025-04-18T18:30:29.000Z"
},
"/plural-features/flows/preview-environments": {
"relPath": "/plural-features/flows/preview-environments.md",
"lastmod": "2026-02-23T00:07:19.000Z"
},
"/plural-features/flows/mcp": {
"relPath": "/plural-features/flows/mcp.md",
"lastmod": "2025-04-18T18:30:29.000Z"
},
"/plural-features/flows/mcp-auth": {
"relPath": "/plural-features/flows/mcp-auth.md",
"lastmod": "2025-12-30T16:00:47.000Z"
},
"/plural-features/flows/scm-webhooks-and-pr-linking": {
"relPath": "/plural-features/flows/scm-webhooks-and-pr-linking.md",
"lastmod": "2025-05-27T02:01:02.000Z"
},
"/plural-features/workbenches": {
"relPath": "/plural-features/workbenches/index.md",
"lastmod": "2026-05-27T21:33:58.000Z"
},
"/plural-features/workbenches/configuration": {
"relPath": "/plural-features/workbenches/configuration.md",
"lastmod": "2026-05-27T21:33:58.000Z"
},
"/plural-features/workbenches/coding-agent": {
"relPath": "/plural-features/workbenches/coding-agent.md",
"lastmod": "2026-05-27T21:33:58.000Z"
},
"/plural-features/workbenches/tools": {
"relPath": "/plural-features/workbenches/tools.md",
"lastmod": "2026-05-27T21:33:58.000Z"
},
"/plural-features/workbenches/running-jobs": {
"relPath": "/plural-features/workbenches/running-jobs.md",
"lastmod": "2026-05-27T21:33:58.000Z"
},
"/plural-features/workbenches/automation": {
"relPath": "/plural-features/workbenches/automation.md",
"lastmod": "2026-05-27T21:33:58.000Z"
},
"/plural-features/workbenches/use-cases": {
"relPath": "/plural-features/workbenches/use-cases.md",
"lastmod": "2026-05-27T21:33:58.000Z"
},
"/plural-features/observability": {
"relPath": "/plural-features/observability/index.md",
"lastmod": "2025-05-10T04:27:39.000Z"
},
"/plural-features/observability/prometheus": {
"relPath": "/plural-features/observability/prometheus.md",
"lastmod": "2025-03-25T13:31:40.000Z"
},
"/plural-features/observability/logging": {
"relPath": "/plural-features/observability/logging.md",
"lastmod": "2026-05-11T20:29:08.000Z"
},
"/plural-features/observability/cost": {
"relPath": "/plural-features/observability/cost.md",
"lastmod": "2025-03-25T13:31:40.000Z"
},
"/plural-features/observability/observability-webhooks": {
"relPath": null,
"lastmod": null
},
"/plural-features/observability/observability-webhooks/datadog": {
"relPath": "/plural-features/observability/observability-webhooks/datadog.md",
"lastmod": "2025-05-10T04:27:39.000Z"
},
"/plural-features/observability/observability-webhooks/grafana": {
"relPath": "/plural-features/observability/observability-webhooks/grafana.md",
"lastmod": "2025-05-10T04:27:39.000Z"
},
"/plural-features/pr-automation": {
"relPath": "/plural-features/pr-automation/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/pr-automation/crds": {
"relPath": "/plural-features/pr-automation/crds.md",
"lastmod": "2025-06-05T13:01:10.000Z"
},
"/plural-features/pr-automation/governance": {
"relPath": "/plural-features/pr-automation/governance/index.md",
"lastmod": "2026-02-23T00:07:19.000Z"
},
"/plural-features/pr-automation/governance/servicenow": {
"relPath": "/plural-features/pr-automation/governance/servicenow.md",
"lastmod": "2026-02-26T22:47:50.000Z"
},
"/plural-features/pr-automation/governance/webhook": {
"relPath": "/plural-features/pr-automation/governance/webhook.md",
"lastmod": "2026-02-26T22:47:50.000Z"
},
"/plural-features/pr-automation/ai-based-pr-automations": {
"relPath": "/plural-features/pr-automation/ai-based-pr-automations.md",
"lastmod": "2026-03-13T12:49:45.000Z"
},
"/plural-features/pr-automation/description-patterns": {
"relPath": "/plural-features/pr-automation/description-patterns.md",
"lastmod": "2026-02-23T00:07:19.000Z"
},
"/plural-features/pr-automation/testing": {
"relPath": "/plural-features/pr-automation/testing.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/pr-automation/lua": {
"relPath": "/plural-features/pr-automation/lua.md",
"lastmod": "2025-12-15T20:59:31.000Z"
},
"/plural-features/pr-automation/pipelines": {
"relPath": "/plural-features/pr-automation/pipelines.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/plural-features/pr-automation/filters": {
"relPath": "/plural-features/pr-automation/filters.md",
"lastmod": "2025-05-19T07:10:18.000Z"
},
"/plural-features/projects-and-multi-tenancy": {
"relPath": "/plural-features/projects-and-multi-tenancy/index.md",
"lastmod": "2025-05-15T21:02:36.000Z"
},
"/plural-features/notifications": {
"relPath": "/plural-features/notifications/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/resources": {
"relPath": "/resources/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/resources/release-notes": {
"relPath": "/resources/release-notes.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/resources/product-updates": {
"relPath": "/resources/product-updates.md",
"lastmod": "2025-05-01T19:37:01.000Z"
},
"/resources/security": {
"relPath": null,
"lastmod": null
},
"/resources/architecture": {
"relPath": "/resources/architecture.md",
"lastmod": "2025-08-11T16:38:17.000Z"
},
"/resources/architecture/gitops-architecture": {
"relPath": "/resources/architecture/gitops-architecture.md",
"lastmod": "2025-08-11T16:38:17.000Z"
},
"/getting-started/agent-api-reference": {
"relPath": null,
"lastmod": null
},
"/getting-started/readme": {
"relPath": "/getting-started/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/getting-started/quickstart": {
"relPath": "/getting-started/first-steps/index.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/deployments/architecture": {
"relPath": "/overview/architecture.md",
"lastmod": "2026-03-13T12:49:45.000Z"
},
"/reference/architecture": {
"relPath": null,
"lastmod": null
},
"/deployments/operator/api": {
"relPath": null,
"lastmod": null
},
"/deployments/cli-quickstart": {
"relPath": "/getting-started/first-steps/cli-quickstart.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/deployments/existing-cluster": {
"relPath": "/getting-started/first-steps/existing-cluster.md",
"lastmod": "2025-03-27T19:09:28.000Z"
},
"/getting-started/deployments": {
"relPath": "/getting-started/first-steps/index.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/how-to/set-up/mgmt-cluster": {
"relPath": "/getting-started/how-to-use/mgmt-cluster.md",
"lastmod": "2025-12-03T21:39:43.000Z"
},
"/how-to/set-up/rbac": {
"relPath": "/getting-started/how-to-use/rbac.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/how-to/set-up/scm-connection": {
"relPath": "/getting-started/how-to-use/scm-connection.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/how-to/set-up/workload-cluster": {
"relPath": "/getting-started/how-to-use/workload-cluster.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/how-to/set-up/controllers": {
"relPath": "/getting-started/how-to-use/controllers.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/how-to/deploy/pr-automation": {
"relPath": "/getting-started/how-to-use/pr-automation.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/how-to/deploy/microservice": {
"relPath": "/getting-started/how-to-use/microservice.md",
"lastmod": "2025-07-14T14:40:01.000Z"
},
"/how-to/deploy/pipelines": {
"relPath": "/getting-started/how-to-use/pipelines.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/how-to/index": {
"relPath": "/getting-started/how-to-use/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/sandboxing": {
"relPath": "/getting-started/advanced-config/sandboxing.md",
"lastmod": "2026-02-19T20:33:28.000Z"
},
"/deployments/network-configuration": {
"relPath": "/getting-started/advanced-config/network-configuration.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/private-ca": {
"relPath": "/getting-started/advanced-config/private-ca.md",
"lastmod": "2026-06-02T22:54:32.000Z"
},
"/deployments/operator/architecture": {
"relPath": "/plural-features/continuous-deployment/deployment-operator.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/operator/git-service": {
"relPath": "/plural-features/continuous-deployment/git-service.md",
"lastmod": "2025-12-30T16:00:47.000Z"
},
"/deployments/operator/helm-service": {
"relPath": "/plural-features/continuous-deployment/helm-service.md",
"lastmod": "2026-05-25T02:47:02.000Z"
},
"/deployments/operator/global-service": {
"relPath": "/plural-features/continuous-deployment/global-service.md",
"lastmod": "2025-12-30T16:00:47.000Z"
},
"/deployments/using-operator": {
"relPath": "/plural-features/continuous-deployment/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/deprecations": {
"relPath": "/plural-features/k8s-upgrade-assistant/index.md",
"lastmod": "2025-05-11T23:04:59.000Z"
},
"/stacks/customize-runners": {
"relPath": "/plural-features/stacks-iac-management/customize-runners.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/stacks/pr-workflow": {
"relPath": "/plural-features/stacks-iac-management/pr-workflow.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/stacks/manual-runs": {
"relPath": "/plural-features/stacks-iac-management/manual-runs.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/stacks/local-execution": {
"relPath": "/plural-features/stacks-iac-management/local-execution.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/stacks/custom-stacks": {
"relPath": "/plural-features/stacks-iac-management/custom-stacks.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/stacks/auto-cancellation": {
"relPath": "/plural-features/stacks-iac-management/auto-cancellation.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/terraform-interop": {
"relPath": "/plural-features/stacks-iac-management/service-contexts.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/stacks": {
"relPath": "/plural-features/stacks-iac-management/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/service-catalog/creation": {
"relPath": "/plural-features/service-catalog/creation.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/service-catalog/contributing": {
"relPath": "/plural-features/service-catalog/contribution-program.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/service-catalog/overview": {
"relPath": "/plural-features/service-catalog/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/dashboard": {
"relPath": "/plural-features/kubernetes-dashboard/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/ai/setup": {
"relPath": "/plural-features/plural-ai/setup.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/ai/architecture": {
"relPath": "/plural-features/plural-ai/architecture.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/ai/cost": {
"relPath": "/plural-features/plural-ai/cost.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/ai/overview": {
"relPath": "/plural-features/plural-ai/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/pr/crds": {
"relPath": "/plural-features/pr-automation/crds.md",
"lastmod": "2025-06-05T13:01:10.000Z"
},
"/deployments/pr/testing": {
"relPath": "/plural-features/pr-automation/testing.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/pr/pipelines": {
"relPath": "/plural-features/pr-automation/pipelines.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/pr-automation": {
"relPath": "/plural-features/pr-automation/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/deployments/templating": {
"relPath": "/plural-features/service-templating/index.md",
"lastmod": "2026-03-13T12:49:45.000Z"
},
"/deployments/multi-tenancy": {
"relPath": "/plural-features/projects-and-multi-tenancy/index.md",
"lastmod": "2025-05-15T21:02:36.000Z"
},
"/deployments/notifications": {
"relPath": "/plural-features/notifications/index.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/faq/plural-paid-tiers": {
"relPath": "/faq/paid-tiers.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/reference/release-notes": {
"relPath": "/resources/release-notes.md",
"lastmod": "2025-03-12T14:59:41.000Z"
},
"/management-api-reference": {
"relPath": "/api-reference/kubernetes/management-api-reference.md",
"lastmod": "2026-06-10T12:45:04.000Z"
},
"/agent-api-reference": {
"relPath": "/api-reference/kubernetes/agent-api-reference.md",
"lastmod": "2026-06-10T12:45:04.000Z"
}
}