@r8s/crds 0.1.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 (91) hide show
  1. package/crds/certmanager-certificate.yaml +794 -0
  2. package/crds/certmanager-clusterissuer.yaml +3739 -0
  3. package/crds/clickhouse-installation.yaml +1847 -0
  4. package/crds/cnpg-cluster.yaml +6794 -0
  5. package/crds/cnpg-pooler.yaml +9311 -0
  6. package/crds/cnpg-scheduledbackup.yaml +191 -0
  7. package/crds/envoy-backendtrafficpolicy.yaml +1 -0
  8. package/crds/envoy-clienttrafficpolicy.yaml +1 -0
  9. package/crds/envoy-envoyproxy.yaml +1 -0
  10. package/crds/envoy-proxy.yaml +16626 -0
  11. package/crds/envoy-securitypolicy.yaml +1 -0
  12. package/crds/externaldns-endpoint.yaml +94 -0
  13. package/crds/gatewayapi-gateway.yaml +2253 -0
  14. package/crds/gatewayapi-httproute.yaml +5643 -0
  15. package/crds/keycloak-keycloak.yaml +3192 -0
  16. package/crds/keycloak-realmimport.yaml +2878 -0
  17. package/crds/logging-flow.yaml +1768 -0
  18. package/crds/logging-logging.yaml +16770 -0
  19. package/crds/logging-output.yaml +14658 -0
  20. package/crds/loki-lokistack.yaml +5390 -0
  21. package/crds/prometheus-alertmanager.yaml +10013 -0
  22. package/crds/prometheus-podmonitor.yaml +741 -0
  23. package/crds/prometheus-prometheus.yaml +13928 -0
  24. package/crds/prometheus-prometheusrule.yaml +267 -0
  25. package/crds/prometheus-scrapeconfig.yaml +12938 -0
  26. package/crds/prometheus-servicemonitor.yaml +764 -0
  27. package/crds/prometheus-thanosruler.yaml +9795 -0
  28. package/crds/redis-cluster.yaml +7862 -0
  29. package/crds/redis-failover.yaml +1 -0
  30. package/crds/redis-replication.yaml +5593 -0
  31. package/crds/velero-backups.yaml +630 -0
  32. package/crds/velero-backupstoragelocations.yaml +174 -0
  33. package/crds/velero-schedules.yaml +584 -0
  34. package/dist/generated/cert-manager.d.ts +873 -0
  35. package/dist/generated/cert-manager.d.ts.map +1 -0
  36. package/dist/generated/cert-manager.js +24 -0
  37. package/dist/generated/cert-manager.js.map +1 -0
  38. package/dist/generated/clickhouse.d.ts +692 -0
  39. package/dist/generated/clickhouse.d.ts.map +1 -0
  40. package/dist/generated/clickhouse.js +14 -0
  41. package/dist/generated/clickhouse.js.map +1 -0
  42. package/dist/generated/externaldns.d.ts +47 -0
  43. package/dist/generated/externaldns.d.ts.map +1 -0
  44. package/dist/generated/externaldns.js +14 -0
  45. package/dist/generated/externaldns.js.map +1 -0
  46. package/dist/generated/gateway.d.ts +2396 -0
  47. package/dist/generated/gateway.d.ts.map +1 -0
  48. package/dist/generated/gateway.js +34 -0
  49. package/dist/generated/gateway.js.map +1 -0
  50. package/dist/generated/index.d.ts +24 -0
  51. package/dist/generated/index.d.ts.map +1 -0
  52. package/dist/generated/index.js +61 -0
  53. package/dist/generated/index.js.map +1 -0
  54. package/dist/generated/keycloak.d.ts +1607 -0
  55. package/dist/generated/keycloak.d.ts.map +1 -0
  56. package/dist/generated/keycloak.js +24 -0
  57. package/dist/generated/keycloak.js.map +1 -0
  58. package/dist/generated/logging.d.ts +3487 -0
  59. package/dist/generated/logging.d.ts.map +1 -0
  60. package/dist/generated/logging.js +34 -0
  61. package/dist/generated/logging.js.map +1 -0
  62. package/dist/generated/loki.d.ts +578 -0
  63. package/dist/generated/loki.d.ts.map +1 -0
  64. package/dist/generated/loki.js +14 -0
  65. package/dist/generated/loki.js.map +1 -0
  66. package/dist/generated/monitoring.d.ts +4230 -0
  67. package/dist/generated/monitoring.d.ts.map +1 -0
  68. package/dist/generated/monitoring.js +74 -0
  69. package/dist/generated/monitoring.js.map +1 -0
  70. package/dist/generated/operators.d.ts +18 -0
  71. package/dist/generated/operators.d.ts.map +1 -0
  72. package/dist/generated/operators.js +191 -0
  73. package/dist/generated/operators.js.map +1 -0
  74. package/dist/generated/postgresql.d.ts +2820 -0
  75. package/dist/generated/postgresql.d.ts.map +1 -0
  76. package/dist/generated/postgresql.js +34 -0
  77. package/dist/generated/postgresql.js.map +1 -0
  78. package/dist/generated/redis.d.ts +1253 -0
  79. package/dist/generated/redis.d.ts.map +1 -0
  80. package/dist/generated/redis.js +24 -0
  81. package/dist/generated/redis.js.map +1 -0
  82. package/dist/generated/velero.d.ts +351 -0
  83. package/dist/generated/velero.d.ts.map +1 -0
  84. package/dist/generated/velero.js +34 -0
  85. package/dist/generated/velero.js.map +1 -0
  86. package/dist/index.d.ts +18 -0
  87. package/dist/index.d.ts.map +1 -0
  88. package/dist/index.js +34 -0
  89. package/dist/index.js.map +1 -0
  90. package/operators.yaml +196 -0
  91. package/package.json +49 -0
@@ -0,0 +1,1768 @@
1
+ ---
2
+ apiVersion: apiextensions.k8s.io/v1
3
+ kind: CustomResourceDefinition
4
+ metadata:
5
+ annotations:
6
+ controller-gen.kubebuilder.io/version: v0.21.0
7
+ name: flows.logging.banzaicloud.io
8
+ spec:
9
+ group: logging.banzaicloud.io
10
+ names:
11
+ categories:
12
+ - logging-all
13
+ kind: Flow
14
+ listKind: FlowList
15
+ plural: flows
16
+ singular: flow
17
+ scope: Namespaced
18
+ versions:
19
+ - additionalPrinterColumns:
20
+ - description: Is the flow active?
21
+ jsonPath: .status.active
22
+ name: Active
23
+ type: boolean
24
+ - description: Number of problems
25
+ jsonPath: .status.problemsCount
26
+ name: Problems
27
+ type: integer
28
+ name: v1alpha1
29
+ schema:
30
+ openAPIV3Schema:
31
+ properties:
32
+ apiVersion:
33
+ type: string
34
+ kind:
35
+ type: string
36
+ metadata:
37
+ type: object
38
+ spec:
39
+ properties:
40
+ filters:
41
+ items:
42
+ properties:
43
+ concat:
44
+ properties:
45
+ continuous_line_regexp:
46
+ type: string
47
+ flush_interval:
48
+ type: integer
49
+ keep_partial_key:
50
+ type: boolean
51
+ keep_partial_metadata:
52
+ type: string
53
+ key:
54
+ type: string
55
+ multiline_end_regexp:
56
+ type: string
57
+ multiline_start_regexp:
58
+ type: string
59
+ n_lines:
60
+ type: integer
61
+ partial_cri_logtag_key:
62
+ type: string
63
+ partial_cri_stream_key:
64
+ type: string
65
+ partial_key:
66
+ type: string
67
+ partial_metadata_format:
68
+ type: string
69
+ partial_value:
70
+ type: string
71
+ separator:
72
+ type: string
73
+ stream_identity_key:
74
+ type: string
75
+ timeout_label:
76
+ type: string
77
+ use_first_timestamp:
78
+ type: boolean
79
+ use_partial_cri_logtag:
80
+ type: boolean
81
+ use_partial_metadata:
82
+ type: string
83
+ type: object
84
+ dedot:
85
+ properties:
86
+ de_dot_nested:
87
+ type: boolean
88
+ de_dot_separator:
89
+ type: string
90
+ type: object
91
+ detectExceptions:
92
+ properties:
93
+ force_line_breaks:
94
+ type: boolean
95
+ languages:
96
+ items:
97
+ type: string
98
+ type: array
99
+ match_tag:
100
+ type: string
101
+ max_bytes:
102
+ type: integer
103
+ max_lines:
104
+ type: integer
105
+ message:
106
+ type: string
107
+ multiline_flush_interval:
108
+ type: string
109
+ remove_tag_prefix:
110
+ type: string
111
+ stream:
112
+ type: string
113
+ type: object
114
+ elasticsearch_genid:
115
+ properties:
116
+ hash_id_key:
117
+ type: string
118
+ hash_type:
119
+ type: string
120
+ include_tag_in_seed:
121
+ type: boolean
122
+ include_time_in_seed:
123
+ type: boolean
124
+ record_keys:
125
+ type: string
126
+ separator:
127
+ type: string
128
+ use_entire_record:
129
+ type: boolean
130
+ use_record_as_seed:
131
+ type: boolean
132
+ type: object
133
+ geoip:
134
+ properties:
135
+ backend_library:
136
+ type: string
137
+ geoip_database:
138
+ type: string
139
+ geoip_lookup_keys:
140
+ type: string
141
+ geoip2_database:
142
+ type: string
143
+ records:
144
+ items:
145
+ additionalProperties:
146
+ type: string
147
+ type: object
148
+ type: array
149
+ skip_adding_null_record:
150
+ type: boolean
151
+ type: object
152
+ grep:
153
+ properties:
154
+ and:
155
+ items:
156
+ properties:
157
+ exclude:
158
+ items:
159
+ properties:
160
+ key:
161
+ type: string
162
+ pattern:
163
+ type: string
164
+ required:
165
+ - key
166
+ - pattern
167
+ type: object
168
+ type: array
169
+ regexp:
170
+ items:
171
+ properties:
172
+ key:
173
+ type: string
174
+ pattern:
175
+ type: string
176
+ required:
177
+ - key
178
+ - pattern
179
+ type: object
180
+ type: array
181
+ type: object
182
+ type: array
183
+ exclude:
184
+ items:
185
+ properties:
186
+ key:
187
+ type: string
188
+ pattern:
189
+ type: string
190
+ required:
191
+ - key
192
+ - pattern
193
+ type: object
194
+ type: array
195
+ or:
196
+ items:
197
+ properties:
198
+ exclude:
199
+ items:
200
+ properties:
201
+ key:
202
+ type: string
203
+ pattern:
204
+ type: string
205
+ required:
206
+ - key
207
+ - pattern
208
+ type: object
209
+ type: array
210
+ regexp:
211
+ items:
212
+ properties:
213
+ key:
214
+ type: string
215
+ pattern:
216
+ type: string
217
+ required:
218
+ - key
219
+ - pattern
220
+ type: object
221
+ type: array
222
+ type: object
223
+ type: array
224
+ regexp:
225
+ items:
226
+ properties:
227
+ key:
228
+ type: string
229
+ pattern:
230
+ type: string
231
+ required:
232
+ - key
233
+ - pattern
234
+ type: object
235
+ type: array
236
+ type: object
237
+ kube_events_timestamp:
238
+ properties:
239
+ mapped_time_key:
240
+ type: string
241
+ timestamp_fields:
242
+ items:
243
+ type: string
244
+ type: array
245
+ type: object
246
+ parser:
247
+ properties:
248
+ emit_invalid_record_to_error:
249
+ type: boolean
250
+ hash_value_field:
251
+ type: string
252
+ inject_key_prefix:
253
+ type: string
254
+ key_name:
255
+ type: string
256
+ parse:
257
+ properties:
258
+ custom_pattern_path:
259
+ properties:
260
+ mountFrom:
261
+ properties:
262
+ secretKeyRef:
263
+ properties:
264
+ key:
265
+ type: string
266
+ name:
267
+ default: ""
268
+ type: string
269
+ optional:
270
+ type: boolean
271
+ required:
272
+ - key
273
+ type: object
274
+ x-kubernetes-map-type: atomic
275
+ type: object
276
+ value:
277
+ type: string
278
+ valueFrom:
279
+ properties:
280
+ secretKeyRef:
281
+ properties:
282
+ key:
283
+ type: string
284
+ name:
285
+ default: ""
286
+ type: string
287
+ optional:
288
+ type: boolean
289
+ required:
290
+ - key
291
+ type: object
292
+ x-kubernetes-map-type: atomic
293
+ type: object
294
+ type: object
295
+ delimiter:
296
+ type: string
297
+ delimiter_pattern:
298
+ type: string
299
+ estimate_current_event:
300
+ type: boolean
301
+ expression:
302
+ type: string
303
+ format:
304
+ type: string
305
+ format_firstline:
306
+ type: string
307
+ format_key:
308
+ type: string
309
+ grok_failure_key:
310
+ type: string
311
+ grok_name_key:
312
+ type: string
313
+ grok_pattern:
314
+ type: string
315
+ grok_patterns:
316
+ items:
317
+ properties:
318
+ keep_time_key:
319
+ type: boolean
320
+ name:
321
+ type: string
322
+ pattern:
323
+ type: string
324
+ time_format:
325
+ type: string
326
+ time_key:
327
+ type: string
328
+ timezone:
329
+ type: string
330
+ required:
331
+ - pattern
332
+ type: object
333
+ type: array
334
+ keep_time_key:
335
+ type: boolean
336
+ keys:
337
+ type: string
338
+ label_delimiter:
339
+ type: string
340
+ local_time:
341
+ type: boolean
342
+ multiline:
343
+ items:
344
+ type: string
345
+ type: array
346
+ multiline_start_regexp:
347
+ type: string
348
+ null_empty_string:
349
+ type: boolean
350
+ null_value_pattern:
351
+ type: string
352
+ patterns:
353
+ items:
354
+ properties:
355
+ custom_pattern_path:
356
+ properties:
357
+ mountFrom:
358
+ properties:
359
+ secretKeyRef:
360
+ properties:
361
+ key:
362
+ type: string
363
+ name:
364
+ default: ""
365
+ type: string
366
+ optional:
367
+ type: boolean
368
+ required:
369
+ - key
370
+ type: object
371
+ x-kubernetes-map-type: atomic
372
+ type: object
373
+ value:
374
+ type: string
375
+ valueFrom:
376
+ properties:
377
+ secretKeyRef:
378
+ properties:
379
+ key:
380
+ type: string
381
+ name:
382
+ default: ""
383
+ type: string
384
+ optional:
385
+ type: boolean
386
+ required:
387
+ - key
388
+ type: object
389
+ x-kubernetes-map-type: atomic
390
+ type: object
391
+ type: object
392
+ estimate_current_event:
393
+ type: boolean
394
+ expression:
395
+ type: string
396
+ format:
397
+ type: string
398
+ format_name:
399
+ type: string
400
+ grok_failure_key:
401
+ type: string
402
+ grok_name_key:
403
+ type: string
404
+ grok_pattern:
405
+ type: string
406
+ grok_patterns:
407
+ items:
408
+ properties:
409
+ keep_time_key:
410
+ type: boolean
411
+ name:
412
+ type: string
413
+ pattern:
414
+ type: string
415
+ time_format:
416
+ type: string
417
+ time_key:
418
+ type: string
419
+ timezone:
420
+ type: string
421
+ required:
422
+ - pattern
423
+ type: object
424
+ type: array
425
+ keep_time_key:
426
+ type: boolean
427
+ local_time:
428
+ type: boolean
429
+ multiline_start_regexp:
430
+ type: string
431
+ null_empty_string:
432
+ type: boolean
433
+ null_value_pattern:
434
+ type: string
435
+ time_format:
436
+ type: string
437
+ time_key:
438
+ type: string
439
+ time_type:
440
+ type: string
441
+ timezone:
442
+ type: string
443
+ type:
444
+ type: string
445
+ types:
446
+ type: string
447
+ utc:
448
+ type: boolean
449
+ type: object
450
+ type: array
451
+ time_format:
452
+ type: string
453
+ time_key:
454
+ type: string
455
+ time_type:
456
+ type: string
457
+ timezone:
458
+ type: string
459
+ type:
460
+ type: string
461
+ types:
462
+ type: string
463
+ utc:
464
+ type: boolean
465
+ type: object
466
+ parsers:
467
+ items:
468
+ properties:
469
+ custom_pattern_path:
470
+ properties:
471
+ mountFrom:
472
+ properties:
473
+ secretKeyRef:
474
+ properties:
475
+ key:
476
+ type: string
477
+ name:
478
+ default: ""
479
+ type: string
480
+ optional:
481
+ type: boolean
482
+ required:
483
+ - key
484
+ type: object
485
+ x-kubernetes-map-type: atomic
486
+ type: object
487
+ value:
488
+ type: string
489
+ valueFrom:
490
+ properties:
491
+ secretKeyRef:
492
+ properties:
493
+ key:
494
+ type: string
495
+ name:
496
+ default: ""
497
+ type: string
498
+ optional:
499
+ type: boolean
500
+ required:
501
+ - key
502
+ type: object
503
+ x-kubernetes-map-type: atomic
504
+ type: object
505
+ type: object
506
+ delimiter:
507
+ type: string
508
+ delimiter_pattern:
509
+ type: string
510
+ estimate_current_event:
511
+ type: boolean
512
+ expression:
513
+ type: string
514
+ format:
515
+ type: string
516
+ format_firstline:
517
+ type: string
518
+ format_key:
519
+ type: string
520
+ grok_failure_key:
521
+ type: string
522
+ grok_name_key:
523
+ type: string
524
+ grok_pattern:
525
+ type: string
526
+ grok_patterns:
527
+ items:
528
+ properties:
529
+ keep_time_key:
530
+ type: boolean
531
+ name:
532
+ type: string
533
+ pattern:
534
+ type: string
535
+ time_format:
536
+ type: string
537
+ time_key:
538
+ type: string
539
+ timezone:
540
+ type: string
541
+ required:
542
+ - pattern
543
+ type: object
544
+ type: array
545
+ keep_time_key:
546
+ type: boolean
547
+ keys:
548
+ type: string
549
+ label_delimiter:
550
+ type: string
551
+ local_time:
552
+ type: boolean
553
+ multiline:
554
+ items:
555
+ type: string
556
+ type: array
557
+ multiline_start_regexp:
558
+ type: string
559
+ null_empty_string:
560
+ type: boolean
561
+ null_value_pattern:
562
+ type: string
563
+ patterns:
564
+ items:
565
+ properties:
566
+ custom_pattern_path:
567
+ properties:
568
+ mountFrom:
569
+ properties:
570
+ secretKeyRef:
571
+ properties:
572
+ key:
573
+ type: string
574
+ name:
575
+ default: ""
576
+ type: string
577
+ optional:
578
+ type: boolean
579
+ required:
580
+ - key
581
+ type: object
582
+ x-kubernetes-map-type: atomic
583
+ type: object
584
+ value:
585
+ type: string
586
+ valueFrom:
587
+ properties:
588
+ secretKeyRef:
589
+ properties:
590
+ key:
591
+ type: string
592
+ name:
593
+ default: ""
594
+ type: string
595
+ optional:
596
+ type: boolean
597
+ required:
598
+ - key
599
+ type: object
600
+ x-kubernetes-map-type: atomic
601
+ type: object
602
+ type: object
603
+ estimate_current_event:
604
+ type: boolean
605
+ expression:
606
+ type: string
607
+ format:
608
+ type: string
609
+ format_name:
610
+ type: string
611
+ grok_failure_key:
612
+ type: string
613
+ grok_name_key:
614
+ type: string
615
+ grok_pattern:
616
+ type: string
617
+ grok_patterns:
618
+ items:
619
+ properties:
620
+ keep_time_key:
621
+ type: boolean
622
+ name:
623
+ type: string
624
+ pattern:
625
+ type: string
626
+ time_format:
627
+ type: string
628
+ time_key:
629
+ type: string
630
+ timezone:
631
+ type: string
632
+ required:
633
+ - pattern
634
+ type: object
635
+ type: array
636
+ keep_time_key:
637
+ type: boolean
638
+ local_time:
639
+ type: boolean
640
+ multiline_start_regexp:
641
+ type: string
642
+ null_empty_string:
643
+ type: boolean
644
+ null_value_pattern:
645
+ type: string
646
+ time_format:
647
+ type: string
648
+ time_key:
649
+ type: string
650
+ time_type:
651
+ type: string
652
+ timezone:
653
+ type: string
654
+ type:
655
+ type: string
656
+ types:
657
+ type: string
658
+ utc:
659
+ type: boolean
660
+ type: object
661
+ type: array
662
+ time_format:
663
+ type: string
664
+ time_key:
665
+ type: string
666
+ time_type:
667
+ type: string
668
+ timezone:
669
+ type: string
670
+ type:
671
+ type: string
672
+ types:
673
+ type: string
674
+ utc:
675
+ type: boolean
676
+ type: object
677
+ type: array
678
+ remove_key_name_field:
679
+ type: boolean
680
+ replace_invalid_sequence:
681
+ type: boolean
682
+ reserve_data:
683
+ type: boolean
684
+ reserve_time:
685
+ type: boolean
686
+ type: object
687
+ prometheus:
688
+ properties:
689
+ labels:
690
+ additionalProperties:
691
+ type: string
692
+ type: object
693
+ metrics:
694
+ items:
695
+ properties:
696
+ buckets:
697
+ type: string
698
+ desc:
699
+ type: string
700
+ key:
701
+ type: string
702
+ labels:
703
+ additionalProperties:
704
+ type: string
705
+ type: object
706
+ name:
707
+ type: string
708
+ type:
709
+ type: string
710
+ required:
711
+ - desc
712
+ - name
713
+ - type
714
+ type: object
715
+ type: array
716
+ type: object
717
+ raw:
718
+ properties:
719
+ config:
720
+ maxLength: 65536
721
+ type: string
722
+ type: object
723
+ record_modifier:
724
+ properties:
725
+ char_encoding:
726
+ type: string
727
+ prepare_value:
728
+ type: string
729
+ records:
730
+ items:
731
+ additionalProperties:
732
+ type: string
733
+ type: object
734
+ type: array
735
+ remove_keys:
736
+ type: string
737
+ replaces:
738
+ items:
739
+ properties:
740
+ expression:
741
+ type: string
742
+ key:
743
+ type: string
744
+ replace:
745
+ type: string
746
+ required:
747
+ - expression
748
+ - key
749
+ - replace
750
+ type: object
751
+ type: array
752
+ whitelist_keys:
753
+ type: string
754
+ type: object
755
+ record_transformer:
756
+ properties:
757
+ auto_typecast:
758
+ type: boolean
759
+ enable_ruby:
760
+ type: boolean
761
+ keep_keys:
762
+ type: string
763
+ records:
764
+ items:
765
+ additionalProperties:
766
+ type: string
767
+ type: object
768
+ type: array
769
+ remove_keys:
770
+ type: string
771
+ renew_record:
772
+ type: boolean
773
+ renew_time_key:
774
+ type: string
775
+ type: object
776
+ stdout:
777
+ properties:
778
+ output_type:
779
+ type: string
780
+ type: object
781
+ tag_normaliser:
782
+ properties:
783
+ format:
784
+ type: string
785
+ match_tag:
786
+ type: string
787
+ type: object
788
+ throttle:
789
+ properties:
790
+ group_bucket_limit:
791
+ type: integer
792
+ group_bucket_period_s:
793
+ type: integer
794
+ group_drop_logs:
795
+ type: boolean
796
+ group_key:
797
+ type: string
798
+ group_reset_rate_s:
799
+ type: integer
800
+ group_warning_delay_s:
801
+ type: integer
802
+ type: object
803
+ useragent:
804
+ properties:
805
+ delete_key:
806
+ type: boolean
807
+ flatten:
808
+ type: boolean
809
+ key_name:
810
+ type: string
811
+ out_key:
812
+ type: string
813
+ type: object
814
+ type: object
815
+ type: array
816
+ flowLabel:
817
+ type: string
818
+ globalOutputRefs:
819
+ items:
820
+ type: string
821
+ type: array
822
+ includeLabelInRouter:
823
+ type: boolean
824
+ localOutputRefs:
825
+ items:
826
+ type: string
827
+ type: array
828
+ loggingRef:
829
+ type: string
830
+ match:
831
+ items:
832
+ properties:
833
+ exclude:
834
+ properties:
835
+ container_names:
836
+ items:
837
+ type: string
838
+ type: array
839
+ hosts:
840
+ items:
841
+ type: string
842
+ type: array
843
+ labels:
844
+ additionalProperties:
845
+ type: string
846
+ type: object
847
+ namespace_labels:
848
+ additionalProperties:
849
+ type: string
850
+ type: object
851
+ type: object
852
+ select:
853
+ properties:
854
+ container_names:
855
+ items:
856
+ type: string
857
+ type: array
858
+ hosts:
859
+ items:
860
+ type: string
861
+ type: array
862
+ labels:
863
+ additionalProperties:
864
+ type: string
865
+ type: object
866
+ type: object
867
+ type: object
868
+ type: array
869
+ outputRefs:
870
+ items:
871
+ type: string
872
+ type: array
873
+ selectors:
874
+ additionalProperties:
875
+ type: string
876
+ type: object
877
+ type: object
878
+ status:
879
+ properties:
880
+ active:
881
+ type: boolean
882
+ problems:
883
+ items:
884
+ type: string
885
+ type: array
886
+ problemsCount:
887
+ type: integer
888
+ type: object
889
+ type: object
890
+ served: true
891
+ storage: false
892
+ subresources:
893
+ status: {}
894
+ - additionalPrinterColumns:
895
+ - description: Is the flow active?
896
+ jsonPath: .status.active
897
+ name: Active
898
+ type: boolean
899
+ - description: Number of problems
900
+ jsonPath: .status.problemsCount
901
+ name: Problems
902
+ type: integer
903
+ name: v1beta1
904
+ schema:
905
+ openAPIV3Schema:
906
+ properties:
907
+ apiVersion:
908
+ type: string
909
+ kind:
910
+ type: string
911
+ metadata:
912
+ type: object
913
+ spec:
914
+ properties:
915
+ filters:
916
+ items:
917
+ properties:
918
+ concat:
919
+ properties:
920
+ continuous_line_regexp:
921
+ type: string
922
+ flush_interval:
923
+ type: integer
924
+ keep_partial_key:
925
+ type: boolean
926
+ keep_partial_metadata:
927
+ type: string
928
+ key:
929
+ type: string
930
+ multiline_end_regexp:
931
+ type: string
932
+ multiline_start_regexp:
933
+ type: string
934
+ n_lines:
935
+ type: integer
936
+ partial_cri_logtag_key:
937
+ type: string
938
+ partial_cri_stream_key:
939
+ type: string
940
+ partial_key:
941
+ type: string
942
+ partial_metadata_format:
943
+ type: string
944
+ partial_value:
945
+ type: string
946
+ separator:
947
+ type: string
948
+ stream_identity_key:
949
+ type: string
950
+ timeout_label:
951
+ type: string
952
+ use_first_timestamp:
953
+ type: boolean
954
+ use_partial_cri_logtag:
955
+ type: boolean
956
+ use_partial_metadata:
957
+ type: string
958
+ type: object
959
+ dedot:
960
+ properties:
961
+ de_dot_nested:
962
+ type: boolean
963
+ de_dot_separator:
964
+ type: string
965
+ type: object
966
+ detectExceptions:
967
+ properties:
968
+ force_line_breaks:
969
+ type: boolean
970
+ languages:
971
+ items:
972
+ type: string
973
+ type: array
974
+ match_tag:
975
+ type: string
976
+ max_bytes:
977
+ type: integer
978
+ max_lines:
979
+ type: integer
980
+ message:
981
+ type: string
982
+ multiline_flush_interval:
983
+ type: string
984
+ remove_tag_prefix:
985
+ type: string
986
+ stream:
987
+ type: string
988
+ type: object
989
+ elasticsearch_genid:
990
+ properties:
991
+ hash_id_key:
992
+ type: string
993
+ hash_type:
994
+ type: string
995
+ include_tag_in_seed:
996
+ type: boolean
997
+ include_time_in_seed:
998
+ type: boolean
999
+ record_keys:
1000
+ type: string
1001
+ separator:
1002
+ type: string
1003
+ use_entire_record:
1004
+ type: boolean
1005
+ use_record_as_seed:
1006
+ type: boolean
1007
+ type: object
1008
+ geoip:
1009
+ properties:
1010
+ backend_library:
1011
+ type: string
1012
+ geoip_database:
1013
+ type: string
1014
+ geoip_lookup_keys:
1015
+ type: string
1016
+ geoip2_database:
1017
+ type: string
1018
+ records:
1019
+ items:
1020
+ additionalProperties:
1021
+ type: string
1022
+ type: object
1023
+ type: array
1024
+ skip_adding_null_record:
1025
+ type: boolean
1026
+ type: object
1027
+ grep:
1028
+ properties:
1029
+ and:
1030
+ items:
1031
+ properties:
1032
+ exclude:
1033
+ items:
1034
+ properties:
1035
+ key:
1036
+ type: string
1037
+ pattern:
1038
+ type: string
1039
+ required:
1040
+ - key
1041
+ - pattern
1042
+ type: object
1043
+ type: array
1044
+ regexp:
1045
+ items:
1046
+ properties:
1047
+ key:
1048
+ type: string
1049
+ pattern:
1050
+ type: string
1051
+ required:
1052
+ - key
1053
+ - pattern
1054
+ type: object
1055
+ type: array
1056
+ type: object
1057
+ type: array
1058
+ exclude:
1059
+ items:
1060
+ properties:
1061
+ key:
1062
+ type: string
1063
+ pattern:
1064
+ type: string
1065
+ required:
1066
+ - key
1067
+ - pattern
1068
+ type: object
1069
+ type: array
1070
+ or:
1071
+ items:
1072
+ properties:
1073
+ exclude:
1074
+ items:
1075
+ properties:
1076
+ key:
1077
+ type: string
1078
+ pattern:
1079
+ type: string
1080
+ required:
1081
+ - key
1082
+ - pattern
1083
+ type: object
1084
+ type: array
1085
+ regexp:
1086
+ items:
1087
+ properties:
1088
+ key:
1089
+ type: string
1090
+ pattern:
1091
+ type: string
1092
+ required:
1093
+ - key
1094
+ - pattern
1095
+ type: object
1096
+ type: array
1097
+ type: object
1098
+ type: array
1099
+ regexp:
1100
+ items:
1101
+ properties:
1102
+ key:
1103
+ type: string
1104
+ pattern:
1105
+ type: string
1106
+ required:
1107
+ - key
1108
+ - pattern
1109
+ type: object
1110
+ type: array
1111
+ type: object
1112
+ kube_events_timestamp:
1113
+ properties:
1114
+ mapped_time_key:
1115
+ type: string
1116
+ timestamp_fields:
1117
+ items:
1118
+ type: string
1119
+ type: array
1120
+ type: object
1121
+ parser:
1122
+ properties:
1123
+ emit_invalid_record_to_error:
1124
+ type: boolean
1125
+ hash_value_field:
1126
+ type: string
1127
+ inject_key_prefix:
1128
+ type: string
1129
+ key_name:
1130
+ type: string
1131
+ parse:
1132
+ properties:
1133
+ custom_pattern_path:
1134
+ properties:
1135
+ mountFrom:
1136
+ properties:
1137
+ secretKeyRef:
1138
+ properties:
1139
+ key:
1140
+ type: string
1141
+ name:
1142
+ default: ""
1143
+ type: string
1144
+ optional:
1145
+ type: boolean
1146
+ required:
1147
+ - key
1148
+ type: object
1149
+ x-kubernetes-map-type: atomic
1150
+ type: object
1151
+ value:
1152
+ type: string
1153
+ valueFrom:
1154
+ properties:
1155
+ secretKeyRef:
1156
+ properties:
1157
+ key:
1158
+ type: string
1159
+ name:
1160
+ default: ""
1161
+ type: string
1162
+ optional:
1163
+ type: boolean
1164
+ required:
1165
+ - key
1166
+ type: object
1167
+ x-kubernetes-map-type: atomic
1168
+ type: object
1169
+ type: object
1170
+ delimiter:
1171
+ type: string
1172
+ delimiter_pattern:
1173
+ type: string
1174
+ estimate_current_event:
1175
+ type: boolean
1176
+ expression:
1177
+ type: string
1178
+ format:
1179
+ type: string
1180
+ format_firstline:
1181
+ type: string
1182
+ format_key:
1183
+ type: string
1184
+ grok_failure_key:
1185
+ type: string
1186
+ grok_name_key:
1187
+ type: string
1188
+ grok_pattern:
1189
+ type: string
1190
+ grok_patterns:
1191
+ items:
1192
+ properties:
1193
+ keep_time_key:
1194
+ type: boolean
1195
+ name:
1196
+ type: string
1197
+ pattern:
1198
+ type: string
1199
+ time_format:
1200
+ type: string
1201
+ time_key:
1202
+ type: string
1203
+ timezone:
1204
+ type: string
1205
+ required:
1206
+ - pattern
1207
+ type: object
1208
+ type: array
1209
+ keep_time_key:
1210
+ type: boolean
1211
+ keys:
1212
+ type: string
1213
+ label_delimiter:
1214
+ type: string
1215
+ local_time:
1216
+ type: boolean
1217
+ multiline:
1218
+ items:
1219
+ type: string
1220
+ type: array
1221
+ multiline_start_regexp:
1222
+ type: string
1223
+ null_empty_string:
1224
+ type: boolean
1225
+ null_value_pattern:
1226
+ type: string
1227
+ patterns:
1228
+ items:
1229
+ properties:
1230
+ custom_pattern_path:
1231
+ properties:
1232
+ mountFrom:
1233
+ properties:
1234
+ secretKeyRef:
1235
+ properties:
1236
+ key:
1237
+ type: string
1238
+ name:
1239
+ default: ""
1240
+ type: string
1241
+ optional:
1242
+ type: boolean
1243
+ required:
1244
+ - key
1245
+ type: object
1246
+ x-kubernetes-map-type: atomic
1247
+ type: object
1248
+ value:
1249
+ type: string
1250
+ valueFrom:
1251
+ properties:
1252
+ secretKeyRef:
1253
+ properties:
1254
+ key:
1255
+ type: string
1256
+ name:
1257
+ default: ""
1258
+ type: string
1259
+ optional:
1260
+ type: boolean
1261
+ required:
1262
+ - key
1263
+ type: object
1264
+ x-kubernetes-map-type: atomic
1265
+ type: object
1266
+ type: object
1267
+ estimate_current_event:
1268
+ type: boolean
1269
+ expression:
1270
+ type: string
1271
+ format:
1272
+ type: string
1273
+ format_name:
1274
+ type: string
1275
+ grok_failure_key:
1276
+ type: string
1277
+ grok_name_key:
1278
+ type: string
1279
+ grok_pattern:
1280
+ type: string
1281
+ grok_patterns:
1282
+ items:
1283
+ properties:
1284
+ keep_time_key:
1285
+ type: boolean
1286
+ name:
1287
+ type: string
1288
+ pattern:
1289
+ type: string
1290
+ time_format:
1291
+ type: string
1292
+ time_key:
1293
+ type: string
1294
+ timezone:
1295
+ type: string
1296
+ required:
1297
+ - pattern
1298
+ type: object
1299
+ type: array
1300
+ keep_time_key:
1301
+ type: boolean
1302
+ local_time:
1303
+ type: boolean
1304
+ multiline_start_regexp:
1305
+ type: string
1306
+ null_empty_string:
1307
+ type: boolean
1308
+ null_value_pattern:
1309
+ type: string
1310
+ time_format:
1311
+ type: string
1312
+ time_key:
1313
+ type: string
1314
+ time_type:
1315
+ type: string
1316
+ timezone:
1317
+ type: string
1318
+ type:
1319
+ type: string
1320
+ types:
1321
+ type: string
1322
+ utc:
1323
+ type: boolean
1324
+ type: object
1325
+ type: array
1326
+ time_format:
1327
+ type: string
1328
+ time_key:
1329
+ type: string
1330
+ time_type:
1331
+ type: string
1332
+ timezone:
1333
+ type: string
1334
+ type:
1335
+ type: string
1336
+ types:
1337
+ type: string
1338
+ utc:
1339
+ type: boolean
1340
+ type: object
1341
+ parsers:
1342
+ items:
1343
+ properties:
1344
+ custom_pattern_path:
1345
+ properties:
1346
+ mountFrom:
1347
+ properties:
1348
+ secretKeyRef:
1349
+ properties:
1350
+ key:
1351
+ type: string
1352
+ name:
1353
+ default: ""
1354
+ type: string
1355
+ optional:
1356
+ type: boolean
1357
+ required:
1358
+ - key
1359
+ type: object
1360
+ x-kubernetes-map-type: atomic
1361
+ type: object
1362
+ value:
1363
+ type: string
1364
+ valueFrom:
1365
+ properties:
1366
+ secretKeyRef:
1367
+ properties:
1368
+ key:
1369
+ type: string
1370
+ name:
1371
+ default: ""
1372
+ type: string
1373
+ optional:
1374
+ type: boolean
1375
+ required:
1376
+ - key
1377
+ type: object
1378
+ x-kubernetes-map-type: atomic
1379
+ type: object
1380
+ type: object
1381
+ delimiter:
1382
+ type: string
1383
+ delimiter_pattern:
1384
+ type: string
1385
+ estimate_current_event:
1386
+ type: boolean
1387
+ expression:
1388
+ type: string
1389
+ format:
1390
+ type: string
1391
+ format_firstline:
1392
+ type: string
1393
+ format_key:
1394
+ type: string
1395
+ grok_failure_key:
1396
+ type: string
1397
+ grok_name_key:
1398
+ type: string
1399
+ grok_pattern:
1400
+ type: string
1401
+ grok_patterns:
1402
+ items:
1403
+ properties:
1404
+ keep_time_key:
1405
+ type: boolean
1406
+ name:
1407
+ type: string
1408
+ pattern:
1409
+ type: string
1410
+ time_format:
1411
+ type: string
1412
+ time_key:
1413
+ type: string
1414
+ timezone:
1415
+ type: string
1416
+ required:
1417
+ - pattern
1418
+ type: object
1419
+ type: array
1420
+ keep_time_key:
1421
+ type: boolean
1422
+ keys:
1423
+ type: string
1424
+ label_delimiter:
1425
+ type: string
1426
+ local_time:
1427
+ type: boolean
1428
+ multiline:
1429
+ items:
1430
+ type: string
1431
+ type: array
1432
+ multiline_start_regexp:
1433
+ type: string
1434
+ null_empty_string:
1435
+ type: boolean
1436
+ null_value_pattern:
1437
+ type: string
1438
+ patterns:
1439
+ items:
1440
+ properties:
1441
+ custom_pattern_path:
1442
+ properties:
1443
+ mountFrom:
1444
+ properties:
1445
+ secretKeyRef:
1446
+ properties:
1447
+ key:
1448
+ type: string
1449
+ name:
1450
+ default: ""
1451
+ type: string
1452
+ optional:
1453
+ type: boolean
1454
+ required:
1455
+ - key
1456
+ type: object
1457
+ x-kubernetes-map-type: atomic
1458
+ type: object
1459
+ value:
1460
+ type: string
1461
+ valueFrom:
1462
+ properties:
1463
+ secretKeyRef:
1464
+ properties:
1465
+ key:
1466
+ type: string
1467
+ name:
1468
+ default: ""
1469
+ type: string
1470
+ optional:
1471
+ type: boolean
1472
+ required:
1473
+ - key
1474
+ type: object
1475
+ x-kubernetes-map-type: atomic
1476
+ type: object
1477
+ type: object
1478
+ estimate_current_event:
1479
+ type: boolean
1480
+ expression:
1481
+ type: string
1482
+ format:
1483
+ type: string
1484
+ format_name:
1485
+ type: string
1486
+ grok_failure_key:
1487
+ type: string
1488
+ grok_name_key:
1489
+ type: string
1490
+ grok_pattern:
1491
+ type: string
1492
+ grok_patterns:
1493
+ items:
1494
+ properties:
1495
+ keep_time_key:
1496
+ type: boolean
1497
+ name:
1498
+ type: string
1499
+ pattern:
1500
+ type: string
1501
+ time_format:
1502
+ type: string
1503
+ time_key:
1504
+ type: string
1505
+ timezone:
1506
+ type: string
1507
+ required:
1508
+ - pattern
1509
+ type: object
1510
+ type: array
1511
+ keep_time_key:
1512
+ type: boolean
1513
+ local_time:
1514
+ type: boolean
1515
+ multiline_start_regexp:
1516
+ type: string
1517
+ null_empty_string:
1518
+ type: boolean
1519
+ null_value_pattern:
1520
+ type: string
1521
+ time_format:
1522
+ type: string
1523
+ time_key:
1524
+ type: string
1525
+ time_type:
1526
+ type: string
1527
+ timezone:
1528
+ type: string
1529
+ type:
1530
+ type: string
1531
+ types:
1532
+ type: string
1533
+ utc:
1534
+ type: boolean
1535
+ type: object
1536
+ type: array
1537
+ time_format:
1538
+ type: string
1539
+ time_key:
1540
+ type: string
1541
+ time_type:
1542
+ type: string
1543
+ timezone:
1544
+ type: string
1545
+ type:
1546
+ type: string
1547
+ types:
1548
+ type: string
1549
+ utc:
1550
+ type: boolean
1551
+ type: object
1552
+ type: array
1553
+ remove_key_name_field:
1554
+ type: boolean
1555
+ replace_invalid_sequence:
1556
+ type: boolean
1557
+ reserve_data:
1558
+ type: boolean
1559
+ reserve_time:
1560
+ type: boolean
1561
+ type: object
1562
+ prometheus:
1563
+ properties:
1564
+ labels:
1565
+ additionalProperties:
1566
+ type: string
1567
+ type: object
1568
+ metrics:
1569
+ items:
1570
+ properties:
1571
+ buckets:
1572
+ type: string
1573
+ desc:
1574
+ type: string
1575
+ key:
1576
+ type: string
1577
+ labels:
1578
+ additionalProperties:
1579
+ type: string
1580
+ type: object
1581
+ name:
1582
+ type: string
1583
+ type:
1584
+ type: string
1585
+ required:
1586
+ - desc
1587
+ - name
1588
+ - type
1589
+ type: object
1590
+ type: array
1591
+ type: object
1592
+ raw:
1593
+ properties:
1594
+ config:
1595
+ maxLength: 65536
1596
+ type: string
1597
+ type: object
1598
+ record_modifier:
1599
+ properties:
1600
+ char_encoding:
1601
+ type: string
1602
+ prepare_value:
1603
+ type: string
1604
+ records:
1605
+ items:
1606
+ additionalProperties:
1607
+ type: string
1608
+ type: object
1609
+ type: array
1610
+ remove_keys:
1611
+ type: string
1612
+ replaces:
1613
+ items:
1614
+ properties:
1615
+ expression:
1616
+ type: string
1617
+ key:
1618
+ type: string
1619
+ replace:
1620
+ type: string
1621
+ required:
1622
+ - expression
1623
+ - key
1624
+ - replace
1625
+ type: object
1626
+ type: array
1627
+ whitelist_keys:
1628
+ type: string
1629
+ type: object
1630
+ record_transformer:
1631
+ properties:
1632
+ auto_typecast:
1633
+ type: boolean
1634
+ enable_ruby:
1635
+ type: boolean
1636
+ keep_keys:
1637
+ type: string
1638
+ records:
1639
+ items:
1640
+ additionalProperties:
1641
+ type: string
1642
+ type: object
1643
+ type: array
1644
+ remove_keys:
1645
+ type: string
1646
+ renew_record:
1647
+ type: boolean
1648
+ renew_time_key:
1649
+ type: string
1650
+ type: object
1651
+ stdout:
1652
+ properties:
1653
+ output_type:
1654
+ type: string
1655
+ type: object
1656
+ tag_normaliser:
1657
+ properties:
1658
+ format:
1659
+ type: string
1660
+ match_tag:
1661
+ type: string
1662
+ type: object
1663
+ throttle:
1664
+ properties:
1665
+ group_bucket_limit:
1666
+ type: integer
1667
+ group_bucket_period_s:
1668
+ type: integer
1669
+ group_drop_logs:
1670
+ type: boolean
1671
+ group_key:
1672
+ type: string
1673
+ group_reset_rate_s:
1674
+ type: integer
1675
+ group_warning_delay_s:
1676
+ type: integer
1677
+ type: object
1678
+ useragent:
1679
+ properties:
1680
+ delete_key:
1681
+ type: boolean
1682
+ flatten:
1683
+ type: boolean
1684
+ key_name:
1685
+ type: string
1686
+ out_key:
1687
+ type: string
1688
+ type: object
1689
+ type: object
1690
+ type: array
1691
+ flowLabel:
1692
+ type: string
1693
+ globalOutputRefs:
1694
+ items:
1695
+ type: string
1696
+ type: array
1697
+ includeLabelInRouter:
1698
+ type: boolean
1699
+ localOutputRefs:
1700
+ items:
1701
+ type: string
1702
+ type: array
1703
+ loggingRef:
1704
+ type: string
1705
+ match:
1706
+ items:
1707
+ properties:
1708
+ exclude:
1709
+ properties:
1710
+ container_names:
1711
+ items:
1712
+ type: string
1713
+ type: array
1714
+ hosts:
1715
+ items:
1716
+ type: string
1717
+ type: array
1718
+ labels:
1719
+ additionalProperties:
1720
+ type: string
1721
+ type: object
1722
+ namespace_labels:
1723
+ additionalProperties:
1724
+ type: string
1725
+ type: object
1726
+ type: object
1727
+ select:
1728
+ properties:
1729
+ container_names:
1730
+ items:
1731
+ type: string
1732
+ type: array
1733
+ hosts:
1734
+ items:
1735
+ type: string
1736
+ type: array
1737
+ labels:
1738
+ additionalProperties:
1739
+ type: string
1740
+ type: object
1741
+ type: object
1742
+ type: object
1743
+ type: array
1744
+ outputRefs:
1745
+ items:
1746
+ type: string
1747
+ type: array
1748
+ selectors:
1749
+ additionalProperties:
1750
+ type: string
1751
+ type: object
1752
+ type: object
1753
+ status:
1754
+ properties:
1755
+ active:
1756
+ type: boolean
1757
+ problems:
1758
+ items:
1759
+ type: string
1760
+ type: array
1761
+ problemsCount:
1762
+ type: integer
1763
+ type: object
1764
+ type: object
1765
+ served: true
1766
+ storage: true
1767
+ subresources:
1768
+ status: {}