@@ -527,38 +527,64 @@ components:
527
527
- debug
528
528
- warn
529
529
- error
530
+ x-oapi-codegen-extra-tags :
531
+ yaml : log-level
530
532
stdout :
531
533
type : string
534
+ x-oapi-codegen-extra-tags :
535
+ yaml : stdout
532
536
stderr :
533
537
type : string
538
+ x-oapi-codegen-extra-tags :
539
+ yaml : stderr
534
540
chop-lines :
535
541
type : boolean
542
+ x-oapi-codegen-extra-tags :
543
+ yaml : chop-lines
536
544
no-health :
537
545
type : boolean
546
+ x-oapi-codegen-extra-tags :
547
+ yaml : no-health
538
548
profiler :
539
549
type : boolean
550
+ x-oapi-codegen-extra-tags :
551
+ yaml : profiler
540
552
cardinal :
541
553
type : boolean
554
+ x-oapi-codegen-extra-tags :
555
+ yaml : cardinal
542
556
daemon :
543
557
type : boolean
558
+ x-oapi-codegen-extra-tags :
559
+ yaml : daemon
544
560
notify :
545
561
type : boolean
562
+ x-oapi-codegen-extra-tags :
563
+ yaml : notify
546
564
extension :
547
565
type : array
548
566
items :
549
567
type : string
568
+ x-oapi-codegen-extra-tags :
569
+ yaml : extension
550
570
plugin :
551
571
type : array
552
572
items :
553
573
type : string
574
+ x-oapi-codegen-extra-tags :
575
+ yaml : plugin
554
576
printer :
555
577
type : array
556
578
items :
557
579
type : string
580
+ x-oapi-codegen-extra-tags :
581
+ yaml : printer
558
582
event :
559
583
type : array
560
584
items :
561
585
type : string
586
+ x-oapi-codegen-extra-tags :
587
+ yaml : event
562
588
NetworkPolicy :
563
589
type : object
564
590
properties :
@@ -571,13 +597,17 @@ components:
571
597
- enforce
572
598
- both
573
599
description : Mode for handling CIDR traffic.
600
+ x-oapi-codegen-extra-tags :
601
+ yaml : cidr_mode
574
602
cidr_policy :
575
603
type : string
576
604
enum :
577
605
- none
578
606
- allow
579
607
- deny
580
608
description : Default policy for CIDR traffic.
609
+ x-oapi-codegen-extra-tags :
610
+ yaml : cidr_policy
581
611
resolve_mode :
582
612
type : string
583
613
enum :
@@ -587,13 +617,17 @@ components:
587
617
- enforce
588
618
- both
589
619
description : Mode for handling domain resolution.
620
+ x-oapi-codegen-extra-tags :
621
+ yaml : resolve_mode
590
622
resolve_policy :
591
623
type : string
592
624
enum :
593
625
- none
594
626
- allow
595
627
- deny
596
628
description : Default policy for domain resolution.
629
+ x-oapi-codegen-extra-tags :
630
+ yaml : resolve_policy
597
631
rules :
598
632
type : array
599
633
items :
@@ -602,21 +636,29 @@ components:
602
636
cidr :
603
637
type : string
604
638
description : CIDR range for the rule (if applicable).
639
+ x-oapi-codegen-extra-tags :
640
+ yaml : cidr
605
641
domain :
606
642
type : string
607
643
description : Domain for the rule (if applicable).
644
+ x-oapi-codegen-extra-tags :
645
+ yaml : domain
608
646
policy :
609
647
type : string
610
648
enum :
611
649
- none
612
650
- allow
613
651
- deny
614
652
description : Policy for the rule.
653
+ x-oapi-codegen-extra-tags :
654
+ yaml : policy
615
655
required :
616
656
- policy
617
657
description : List of network policy rules.
658
+ x-oapi-codegen-extra-tags :
659
+ yaml : rules
618
660
required :
619
661
- cidr_mode
620
662
- cidr_policy
621
663
- resolve_mode
622
- - resolve_policy
664
+ - resolve_policy
0 commit comments