github.com/argoproj-labs/argocd-operator@v0.10.0/deploy/olm-catalog/argocd-operator/0.7.0/argoproj.io_applicationsets.yaml (about) 1 apiVersion: apiextensions.k8s.io/v1 2 kind: CustomResourceDefinition 3 metadata: 4 creationTimestamp: null 5 labels: 6 app.kubernetes.io/name: applicationsets.argoproj.io 7 app.kubernetes.io/part-of: argocd 8 name: applicationsets.argoproj.io 9 spec: 10 group: argoproj.io 11 names: 12 kind: ApplicationSet 13 listKind: ApplicationSetList 14 plural: applicationsets 15 shortNames: 16 - appset 17 - appsets 18 singular: applicationset 19 scope: Namespaced 20 versions: 21 - name: v1alpha1 22 schema: 23 openAPIV3Schema: 24 properties: 25 apiVersion: 26 type: string 27 kind: 28 type: string 29 metadata: 30 type: object 31 spec: 32 properties: 33 generators: 34 items: 35 properties: 36 clusterDecisionResource: 37 properties: 38 configMapRef: 39 type: string 40 labelSelector: 41 properties: 42 matchExpressions: 43 items: 44 properties: 45 key: 46 type: string 47 operator: 48 type: string 49 values: 50 items: 51 type: string 52 type: array 53 required: 54 - key 55 - operator 56 type: object 57 type: array 58 matchLabels: 59 additionalProperties: 60 type: string 61 type: object 62 type: object 63 name: 64 type: string 65 requeueAfterSeconds: 66 format: int64 67 type: integer 68 template: 69 properties: 70 metadata: 71 properties: 72 annotations: 73 additionalProperties: 74 type: string 75 type: object 76 finalizers: 77 items: 78 type: string 79 type: array 80 labels: 81 additionalProperties: 82 type: string 83 type: object 84 name: 85 type: string 86 namespace: 87 type: string 88 type: object 89 spec: 90 properties: 91 destination: 92 properties: 93 name: 94 type: string 95 namespace: 96 type: string 97 server: 98 type: string 99 type: object 100 ignoreDifferences: 101 items: 102 properties: 103 group: 104 type: string 105 jqPathExpressions: 106 items: 107 type: string 108 type: array 109 jsonPointers: 110 items: 111 type: string 112 type: array 113 kind: 114 type: string 115 managedFieldsManagers: 116 items: 117 type: string 118 type: array 119 name: 120 type: string 121 namespace: 122 type: string 123 required: 124 - kind 125 type: object 126 type: array 127 info: 128 items: 129 properties: 130 name: 131 type: string 132 value: 133 type: string 134 required: 135 - name 136 - value 137 type: object 138 type: array 139 project: 140 type: string 141 revisionHistoryLimit: 142 format: int64 143 type: integer 144 source: 145 properties: 146 chart: 147 type: string 148 directory: 149 properties: 150 exclude: 151 type: string 152 include: 153 type: string 154 jsonnet: 155 properties: 156 extVars: 157 items: 158 properties: 159 code: 160 type: boolean 161 name: 162 type: string 163 value: 164 type: string 165 required: 166 - name 167 - value 168 type: object 169 type: array 170 libs: 171 items: 172 type: string 173 type: array 174 tlas: 175 items: 176 properties: 177 code: 178 type: boolean 179 name: 180 type: string 181 value: 182 type: string 183 required: 184 - name 185 - value 186 type: object 187 type: array 188 type: object 189 recurse: 190 type: boolean 191 type: object 192 helm: 193 properties: 194 fileParameters: 195 items: 196 properties: 197 name: 198 type: string 199 path: 200 type: string 201 type: object 202 type: array 203 ignoreMissingValueFiles: 204 type: boolean 205 parameters: 206 items: 207 properties: 208 forceString: 209 type: boolean 210 name: 211 type: string 212 value: 213 type: string 214 type: object 215 type: array 216 passCredentials: 217 type: boolean 218 releaseName: 219 type: string 220 skipCrds: 221 type: boolean 222 valueFiles: 223 items: 224 type: string 225 type: array 226 values: 227 type: string 228 version: 229 type: string 230 type: object 231 kustomize: 232 properties: 233 commonAnnotations: 234 additionalProperties: 235 type: string 236 type: object 237 commonAnnotationsEnvsubst: 238 type: boolean 239 commonLabels: 240 additionalProperties: 241 type: string 242 type: object 243 forceCommonAnnotations: 244 type: boolean 245 forceCommonLabels: 246 type: boolean 247 images: 248 items: 249 type: string 250 type: array 251 namePrefix: 252 type: string 253 nameSuffix: 254 type: string 255 namespace: 256 type: string 257 replicas: 258 items: 259 properties: 260 count: 261 anyOf: 262 - type: integer 263 - type: string 264 x-kubernetes-int-or-string: true 265 name: 266 type: string 267 required: 268 - count 269 - name 270 type: object 271 type: array 272 version: 273 type: string 274 type: object 275 path: 276 type: string 277 plugin: 278 properties: 279 env: 280 items: 281 properties: 282 name: 283 type: string 284 value: 285 type: string 286 required: 287 - name 288 - value 289 type: object 290 type: array 291 name: 292 type: string 293 parameters: 294 items: 295 properties: 296 array: 297 items: 298 type: string 299 type: array 300 map: 301 additionalProperties: 302 type: string 303 type: object 304 name: 305 type: string 306 string: 307 type: string 308 type: object 309 type: array 310 type: object 311 ref: 312 type: string 313 repoURL: 314 type: string 315 targetRevision: 316 type: string 317 required: 318 - repoURL 319 type: object 320 sources: 321 items: 322 properties: 323 chart: 324 type: string 325 directory: 326 properties: 327 exclude: 328 type: string 329 include: 330 type: string 331 jsonnet: 332 properties: 333 extVars: 334 items: 335 properties: 336 code: 337 type: boolean 338 name: 339 type: string 340 value: 341 type: string 342 required: 343 - name 344 - value 345 type: object 346 type: array 347 libs: 348 items: 349 type: string 350 type: array 351 tlas: 352 items: 353 properties: 354 code: 355 type: boolean 356 name: 357 type: string 358 value: 359 type: string 360 required: 361 - name 362 - value 363 type: object 364 type: array 365 type: object 366 recurse: 367 type: boolean 368 type: object 369 helm: 370 properties: 371 fileParameters: 372 items: 373 properties: 374 name: 375 type: string 376 path: 377 type: string 378 type: object 379 type: array 380 ignoreMissingValueFiles: 381 type: boolean 382 parameters: 383 items: 384 properties: 385 forceString: 386 type: boolean 387 name: 388 type: string 389 value: 390 type: string 391 type: object 392 type: array 393 passCredentials: 394 type: boolean 395 releaseName: 396 type: string 397 skipCrds: 398 type: boolean 399 valueFiles: 400 items: 401 type: string 402 type: array 403 values: 404 type: string 405 version: 406 type: string 407 type: object 408 kustomize: 409 properties: 410 commonAnnotations: 411 additionalProperties: 412 type: string 413 type: object 414 commonAnnotationsEnvsubst: 415 type: boolean 416 commonLabels: 417 additionalProperties: 418 type: string 419 type: object 420 forceCommonAnnotations: 421 type: boolean 422 forceCommonLabels: 423 type: boolean 424 images: 425 items: 426 type: string 427 type: array 428 namePrefix: 429 type: string 430 nameSuffix: 431 type: string 432 namespace: 433 type: string 434 replicas: 435 items: 436 properties: 437 count: 438 anyOf: 439 - type: integer 440 - type: string 441 x-kubernetes-int-or-string: true 442 name: 443 type: string 444 required: 445 - count 446 - name 447 type: object 448 type: array 449 version: 450 type: string 451 type: object 452 path: 453 type: string 454 plugin: 455 properties: 456 env: 457 items: 458 properties: 459 name: 460 type: string 461 value: 462 type: string 463 required: 464 - name 465 - value 466 type: object 467 type: array 468 name: 469 type: string 470 parameters: 471 items: 472 properties: 473 array: 474 items: 475 type: string 476 type: array 477 map: 478 additionalProperties: 479 type: string 480 type: object 481 name: 482 type: string 483 string: 484 type: string 485 type: object 486 type: array 487 type: object 488 ref: 489 type: string 490 repoURL: 491 type: string 492 targetRevision: 493 type: string 494 required: 495 - repoURL 496 type: object 497 type: array 498 syncPolicy: 499 properties: 500 automated: 501 properties: 502 allowEmpty: 503 type: boolean 504 prune: 505 type: boolean 506 selfHeal: 507 type: boolean 508 type: object 509 managedNamespaceMetadata: 510 properties: 511 annotations: 512 additionalProperties: 513 type: string 514 type: object 515 labels: 516 additionalProperties: 517 type: string 518 type: object 519 type: object 520 retry: 521 properties: 522 backoff: 523 properties: 524 duration: 525 type: string 526 factor: 527 format: int64 528 type: integer 529 maxDuration: 530 type: string 531 type: object 532 limit: 533 format: int64 534 type: integer 535 type: object 536 syncOptions: 537 items: 538 type: string 539 type: array 540 type: object 541 required: 542 - destination 543 - project 544 type: object 545 required: 546 - metadata 547 - spec 548 type: object 549 values: 550 additionalProperties: 551 type: string 552 type: object 553 required: 554 - configMapRef 555 type: object 556 clusters: 557 properties: 558 selector: 559 properties: 560 matchExpressions: 561 items: 562 properties: 563 key: 564 type: string 565 operator: 566 type: string 567 values: 568 items: 569 type: string 570 type: array 571 required: 572 - key 573 - operator 574 type: object 575 type: array 576 matchLabels: 577 additionalProperties: 578 type: string 579 type: object 580 type: object 581 template: 582 properties: 583 metadata: 584 properties: 585 annotations: 586 additionalProperties: 587 type: string 588 type: object 589 finalizers: 590 items: 591 type: string 592 type: array 593 labels: 594 additionalProperties: 595 type: string 596 type: object 597 name: 598 type: string 599 namespace: 600 type: string 601 type: object 602 spec: 603 properties: 604 destination: 605 properties: 606 name: 607 type: string 608 namespace: 609 type: string 610 server: 611 type: string 612 type: object 613 ignoreDifferences: 614 items: 615 properties: 616 group: 617 type: string 618 jqPathExpressions: 619 items: 620 type: string 621 type: array 622 jsonPointers: 623 items: 624 type: string 625 type: array 626 kind: 627 type: string 628 managedFieldsManagers: 629 items: 630 type: string 631 type: array 632 name: 633 type: string 634 namespace: 635 type: string 636 required: 637 - kind 638 type: object 639 type: array 640 info: 641 items: 642 properties: 643 name: 644 type: string 645 value: 646 type: string 647 required: 648 - name 649 - value 650 type: object 651 type: array 652 project: 653 type: string 654 revisionHistoryLimit: 655 format: int64 656 type: integer 657 source: 658 properties: 659 chart: 660 type: string 661 directory: 662 properties: 663 exclude: 664 type: string 665 include: 666 type: string 667 jsonnet: 668 properties: 669 extVars: 670 items: 671 properties: 672 code: 673 type: boolean 674 name: 675 type: string 676 value: 677 type: string 678 required: 679 - name 680 - value 681 type: object 682 type: array 683 libs: 684 items: 685 type: string 686 type: array 687 tlas: 688 items: 689 properties: 690 code: 691 type: boolean 692 name: 693 type: string 694 value: 695 type: string 696 required: 697 - name 698 - value 699 type: object 700 type: array 701 type: object 702 recurse: 703 type: boolean 704 type: object 705 helm: 706 properties: 707 fileParameters: 708 items: 709 properties: 710 name: 711 type: string 712 path: 713 type: string 714 type: object 715 type: array 716 ignoreMissingValueFiles: 717 type: boolean 718 parameters: 719 items: 720 properties: 721 forceString: 722 type: boolean 723 name: 724 type: string 725 value: 726 type: string 727 type: object 728 type: array 729 passCredentials: 730 type: boolean 731 releaseName: 732 type: string 733 skipCrds: 734 type: boolean 735 valueFiles: 736 items: 737 type: string 738 type: array 739 values: 740 type: string 741 version: 742 type: string 743 type: object 744 kustomize: 745 properties: 746 commonAnnotations: 747 additionalProperties: 748 type: string 749 type: object 750 commonAnnotationsEnvsubst: 751 type: boolean 752 commonLabels: 753 additionalProperties: 754 type: string 755 type: object 756 forceCommonAnnotations: 757 type: boolean 758 forceCommonLabels: 759 type: boolean 760 images: 761 items: 762 type: string 763 type: array 764 namePrefix: 765 type: string 766 nameSuffix: 767 type: string 768 namespace: 769 type: string 770 replicas: 771 items: 772 properties: 773 count: 774 anyOf: 775 - type: integer 776 - type: string 777 x-kubernetes-int-or-string: true 778 name: 779 type: string 780 required: 781 - count 782 - name 783 type: object 784 type: array 785 version: 786 type: string 787 type: object 788 path: 789 type: string 790 plugin: 791 properties: 792 env: 793 items: 794 properties: 795 name: 796 type: string 797 value: 798 type: string 799 required: 800 - name 801 - value 802 type: object 803 type: array 804 name: 805 type: string 806 parameters: 807 items: 808 properties: 809 array: 810 items: 811 type: string 812 type: array 813 map: 814 additionalProperties: 815 type: string 816 type: object 817 name: 818 type: string 819 string: 820 type: string 821 type: object 822 type: array 823 type: object 824 ref: 825 type: string 826 repoURL: 827 type: string 828 targetRevision: 829 type: string 830 required: 831 - repoURL 832 type: object 833 sources: 834 items: 835 properties: 836 chart: 837 type: string 838 directory: 839 properties: 840 exclude: 841 type: string 842 include: 843 type: string 844 jsonnet: 845 properties: 846 extVars: 847 items: 848 properties: 849 code: 850 type: boolean 851 name: 852 type: string 853 value: 854 type: string 855 required: 856 - name 857 - value 858 type: object 859 type: array 860 libs: 861 items: 862 type: string 863 type: array 864 tlas: 865 items: 866 properties: 867 code: 868 type: boolean 869 name: 870 type: string 871 value: 872 type: string 873 required: 874 - name 875 - value 876 type: object 877 type: array 878 type: object 879 recurse: 880 type: boolean 881 type: object 882 helm: 883 properties: 884 fileParameters: 885 items: 886 properties: 887 name: 888 type: string 889 path: 890 type: string 891 type: object 892 type: array 893 ignoreMissingValueFiles: 894 type: boolean 895 parameters: 896 items: 897 properties: 898 forceString: 899 type: boolean 900 name: 901 type: string 902 value: 903 type: string 904 type: object 905 type: array 906 passCredentials: 907 type: boolean 908 releaseName: 909 type: string 910 skipCrds: 911 type: boolean 912 valueFiles: 913 items: 914 type: string 915 type: array 916 values: 917 type: string 918 version: 919 type: string 920 type: object 921 kustomize: 922 properties: 923 commonAnnotations: 924 additionalProperties: 925 type: string 926 type: object 927 commonAnnotationsEnvsubst: 928 type: boolean 929 commonLabels: 930 additionalProperties: 931 type: string 932 type: object 933 forceCommonAnnotations: 934 type: boolean 935 forceCommonLabels: 936 type: boolean 937 images: 938 items: 939 type: string 940 type: array 941 namePrefix: 942 type: string 943 nameSuffix: 944 type: string 945 namespace: 946 type: string 947 replicas: 948 items: 949 properties: 950 count: 951 anyOf: 952 - type: integer 953 - type: string 954 x-kubernetes-int-or-string: true 955 name: 956 type: string 957 required: 958 - count 959 - name 960 type: object 961 type: array 962 version: 963 type: string 964 type: object 965 path: 966 type: string 967 plugin: 968 properties: 969 env: 970 items: 971 properties: 972 name: 973 type: string 974 value: 975 type: string 976 required: 977 - name 978 - value 979 type: object 980 type: array 981 name: 982 type: string 983 parameters: 984 items: 985 properties: 986 array: 987 items: 988 type: string 989 type: array 990 map: 991 additionalProperties: 992 type: string 993 type: object 994 name: 995 type: string 996 string: 997 type: string 998 type: object 999 type: array 1000 type: object 1001 ref: 1002 type: string 1003 repoURL: 1004 type: string 1005 targetRevision: 1006 type: string 1007 required: 1008 - repoURL 1009 type: object 1010 type: array 1011 syncPolicy: 1012 properties: 1013 automated: 1014 properties: 1015 allowEmpty: 1016 type: boolean 1017 prune: 1018 type: boolean 1019 selfHeal: 1020 type: boolean 1021 type: object 1022 managedNamespaceMetadata: 1023 properties: 1024 annotations: 1025 additionalProperties: 1026 type: string 1027 type: object 1028 labels: 1029 additionalProperties: 1030 type: string 1031 type: object 1032 type: object 1033 retry: 1034 properties: 1035 backoff: 1036 properties: 1037 duration: 1038 type: string 1039 factor: 1040 format: int64 1041 type: integer 1042 maxDuration: 1043 type: string 1044 type: object 1045 limit: 1046 format: int64 1047 type: integer 1048 type: object 1049 syncOptions: 1050 items: 1051 type: string 1052 type: array 1053 type: object 1054 required: 1055 - destination 1056 - project 1057 type: object 1058 required: 1059 - metadata 1060 - spec 1061 type: object 1062 values: 1063 additionalProperties: 1064 type: string 1065 type: object 1066 type: object 1067 git: 1068 properties: 1069 directories: 1070 items: 1071 properties: 1072 exclude: 1073 type: boolean 1074 path: 1075 type: string 1076 required: 1077 - path 1078 type: object 1079 type: array 1080 files: 1081 items: 1082 properties: 1083 path: 1084 type: string 1085 required: 1086 - path 1087 type: object 1088 type: array 1089 pathParamPrefix: 1090 type: string 1091 repoURL: 1092 type: string 1093 requeueAfterSeconds: 1094 format: int64 1095 type: integer 1096 revision: 1097 type: string 1098 template: 1099 properties: 1100 metadata: 1101 properties: 1102 annotations: 1103 additionalProperties: 1104 type: string 1105 type: object 1106 finalizers: 1107 items: 1108 type: string 1109 type: array 1110 labels: 1111 additionalProperties: 1112 type: string 1113 type: object 1114 name: 1115 type: string 1116 namespace: 1117 type: string 1118 type: object 1119 spec: 1120 properties: 1121 destination: 1122 properties: 1123 name: 1124 type: string 1125 namespace: 1126 type: string 1127 server: 1128 type: string 1129 type: object 1130 ignoreDifferences: 1131 items: 1132 properties: 1133 group: 1134 type: string 1135 jqPathExpressions: 1136 items: 1137 type: string 1138 type: array 1139 jsonPointers: 1140 items: 1141 type: string 1142 type: array 1143 kind: 1144 type: string 1145 managedFieldsManagers: 1146 items: 1147 type: string 1148 type: array 1149 name: 1150 type: string 1151 namespace: 1152 type: string 1153 required: 1154 - kind 1155 type: object 1156 type: array 1157 info: 1158 items: 1159 properties: 1160 name: 1161 type: string 1162 value: 1163 type: string 1164 required: 1165 - name 1166 - value 1167 type: object 1168 type: array 1169 project: 1170 type: string 1171 revisionHistoryLimit: 1172 format: int64 1173 type: integer 1174 source: 1175 properties: 1176 chart: 1177 type: string 1178 directory: 1179 properties: 1180 exclude: 1181 type: string 1182 include: 1183 type: string 1184 jsonnet: 1185 properties: 1186 extVars: 1187 items: 1188 properties: 1189 code: 1190 type: boolean 1191 name: 1192 type: string 1193 value: 1194 type: string 1195 required: 1196 - name 1197 - value 1198 type: object 1199 type: array 1200 libs: 1201 items: 1202 type: string 1203 type: array 1204 tlas: 1205 items: 1206 properties: 1207 code: 1208 type: boolean 1209 name: 1210 type: string 1211 value: 1212 type: string 1213 required: 1214 - name 1215 - value 1216 type: object 1217 type: array 1218 type: object 1219 recurse: 1220 type: boolean 1221 type: object 1222 helm: 1223 properties: 1224 fileParameters: 1225 items: 1226 properties: 1227 name: 1228 type: string 1229 path: 1230 type: string 1231 type: object 1232 type: array 1233 ignoreMissingValueFiles: 1234 type: boolean 1235 parameters: 1236 items: 1237 properties: 1238 forceString: 1239 type: boolean 1240 name: 1241 type: string 1242 value: 1243 type: string 1244 type: object 1245 type: array 1246 passCredentials: 1247 type: boolean 1248 releaseName: 1249 type: string 1250 skipCrds: 1251 type: boolean 1252 valueFiles: 1253 items: 1254 type: string 1255 type: array 1256 values: 1257 type: string 1258 version: 1259 type: string 1260 type: object 1261 kustomize: 1262 properties: 1263 commonAnnotations: 1264 additionalProperties: 1265 type: string 1266 type: object 1267 commonAnnotationsEnvsubst: 1268 type: boolean 1269 commonLabels: 1270 additionalProperties: 1271 type: string 1272 type: object 1273 forceCommonAnnotations: 1274 type: boolean 1275 forceCommonLabels: 1276 type: boolean 1277 images: 1278 items: 1279 type: string 1280 type: array 1281 namePrefix: 1282 type: string 1283 nameSuffix: 1284 type: string 1285 namespace: 1286 type: string 1287 replicas: 1288 items: 1289 properties: 1290 count: 1291 anyOf: 1292 - type: integer 1293 - type: string 1294 x-kubernetes-int-or-string: true 1295 name: 1296 type: string 1297 required: 1298 - count 1299 - name 1300 type: object 1301 type: array 1302 version: 1303 type: string 1304 type: object 1305 path: 1306 type: string 1307 plugin: 1308 properties: 1309 env: 1310 items: 1311 properties: 1312 name: 1313 type: string 1314 value: 1315 type: string 1316 required: 1317 - name 1318 - value 1319 type: object 1320 type: array 1321 name: 1322 type: string 1323 parameters: 1324 items: 1325 properties: 1326 array: 1327 items: 1328 type: string 1329 type: array 1330 map: 1331 additionalProperties: 1332 type: string 1333 type: object 1334 name: 1335 type: string 1336 string: 1337 type: string 1338 type: object 1339 type: array 1340 type: object 1341 ref: 1342 type: string 1343 repoURL: 1344 type: string 1345 targetRevision: 1346 type: string 1347 required: 1348 - repoURL 1349 type: object 1350 sources: 1351 items: 1352 properties: 1353 chart: 1354 type: string 1355 directory: 1356 properties: 1357 exclude: 1358 type: string 1359 include: 1360 type: string 1361 jsonnet: 1362 properties: 1363 extVars: 1364 items: 1365 properties: 1366 code: 1367 type: boolean 1368 name: 1369 type: string 1370 value: 1371 type: string 1372 required: 1373 - name 1374 - value 1375 type: object 1376 type: array 1377 libs: 1378 items: 1379 type: string 1380 type: array 1381 tlas: 1382 items: 1383 properties: 1384 code: 1385 type: boolean 1386 name: 1387 type: string 1388 value: 1389 type: string 1390 required: 1391 - name 1392 - value 1393 type: object 1394 type: array 1395 type: object 1396 recurse: 1397 type: boolean 1398 type: object 1399 helm: 1400 properties: 1401 fileParameters: 1402 items: 1403 properties: 1404 name: 1405 type: string 1406 path: 1407 type: string 1408 type: object 1409 type: array 1410 ignoreMissingValueFiles: 1411 type: boolean 1412 parameters: 1413 items: 1414 properties: 1415 forceString: 1416 type: boolean 1417 name: 1418 type: string 1419 value: 1420 type: string 1421 type: object 1422 type: array 1423 passCredentials: 1424 type: boolean 1425 releaseName: 1426 type: string 1427 skipCrds: 1428 type: boolean 1429 valueFiles: 1430 items: 1431 type: string 1432 type: array 1433 values: 1434 type: string 1435 version: 1436 type: string 1437 type: object 1438 kustomize: 1439 properties: 1440 commonAnnotations: 1441 additionalProperties: 1442 type: string 1443 type: object 1444 commonAnnotationsEnvsubst: 1445 type: boolean 1446 commonLabels: 1447 additionalProperties: 1448 type: string 1449 type: object 1450 forceCommonAnnotations: 1451 type: boolean 1452 forceCommonLabels: 1453 type: boolean 1454 images: 1455 items: 1456 type: string 1457 type: array 1458 namePrefix: 1459 type: string 1460 nameSuffix: 1461 type: string 1462 namespace: 1463 type: string 1464 replicas: 1465 items: 1466 properties: 1467 count: 1468 anyOf: 1469 - type: integer 1470 - type: string 1471 x-kubernetes-int-or-string: true 1472 name: 1473 type: string 1474 required: 1475 - count 1476 - name 1477 type: object 1478 type: array 1479 version: 1480 type: string 1481 type: object 1482 path: 1483 type: string 1484 plugin: 1485 properties: 1486 env: 1487 items: 1488 properties: 1489 name: 1490 type: string 1491 value: 1492 type: string 1493 required: 1494 - name 1495 - value 1496 type: object 1497 type: array 1498 name: 1499 type: string 1500 parameters: 1501 items: 1502 properties: 1503 array: 1504 items: 1505 type: string 1506 type: array 1507 map: 1508 additionalProperties: 1509 type: string 1510 type: object 1511 name: 1512 type: string 1513 string: 1514 type: string 1515 type: object 1516 type: array 1517 type: object 1518 ref: 1519 type: string 1520 repoURL: 1521 type: string 1522 targetRevision: 1523 type: string 1524 required: 1525 - repoURL 1526 type: object 1527 type: array 1528 syncPolicy: 1529 properties: 1530 automated: 1531 properties: 1532 allowEmpty: 1533 type: boolean 1534 prune: 1535 type: boolean 1536 selfHeal: 1537 type: boolean 1538 type: object 1539 managedNamespaceMetadata: 1540 properties: 1541 annotations: 1542 additionalProperties: 1543 type: string 1544 type: object 1545 labels: 1546 additionalProperties: 1547 type: string 1548 type: object 1549 type: object 1550 retry: 1551 properties: 1552 backoff: 1553 properties: 1554 duration: 1555 type: string 1556 factor: 1557 format: int64 1558 type: integer 1559 maxDuration: 1560 type: string 1561 type: object 1562 limit: 1563 format: int64 1564 type: integer 1565 type: object 1566 syncOptions: 1567 items: 1568 type: string 1569 type: array 1570 type: object 1571 required: 1572 - destination 1573 - project 1574 type: object 1575 required: 1576 - metadata 1577 - spec 1578 type: object 1579 required: 1580 - repoURL 1581 - revision 1582 type: object 1583 list: 1584 properties: 1585 elements: 1586 items: 1587 x-kubernetes-preserve-unknown-fields: true 1588 type: array 1589 elementsYaml: 1590 type: string 1591 template: 1592 properties: 1593 metadata: 1594 properties: 1595 annotations: 1596 additionalProperties: 1597 type: string 1598 type: object 1599 finalizers: 1600 items: 1601 type: string 1602 type: array 1603 labels: 1604 additionalProperties: 1605 type: string 1606 type: object 1607 name: 1608 type: string 1609 namespace: 1610 type: string 1611 type: object 1612 spec: 1613 properties: 1614 destination: 1615 properties: 1616 name: 1617 type: string 1618 namespace: 1619 type: string 1620 server: 1621 type: string 1622 type: object 1623 ignoreDifferences: 1624 items: 1625 properties: 1626 group: 1627 type: string 1628 jqPathExpressions: 1629 items: 1630 type: string 1631 type: array 1632 jsonPointers: 1633 items: 1634 type: string 1635 type: array 1636 kind: 1637 type: string 1638 managedFieldsManagers: 1639 items: 1640 type: string 1641 type: array 1642 name: 1643 type: string 1644 namespace: 1645 type: string 1646 required: 1647 - kind 1648 type: object 1649 type: array 1650 info: 1651 items: 1652 properties: 1653 name: 1654 type: string 1655 value: 1656 type: string 1657 required: 1658 - name 1659 - value 1660 type: object 1661 type: array 1662 project: 1663 type: string 1664 revisionHistoryLimit: 1665 format: int64 1666 type: integer 1667 source: 1668 properties: 1669 chart: 1670 type: string 1671 directory: 1672 properties: 1673 exclude: 1674 type: string 1675 include: 1676 type: string 1677 jsonnet: 1678 properties: 1679 extVars: 1680 items: 1681 properties: 1682 code: 1683 type: boolean 1684 name: 1685 type: string 1686 value: 1687 type: string 1688 required: 1689 - name 1690 - value 1691 type: object 1692 type: array 1693 libs: 1694 items: 1695 type: string 1696 type: array 1697 tlas: 1698 items: 1699 properties: 1700 code: 1701 type: boolean 1702 name: 1703 type: string 1704 value: 1705 type: string 1706 required: 1707 - name 1708 - value 1709 type: object 1710 type: array 1711 type: object 1712 recurse: 1713 type: boolean 1714 type: object 1715 helm: 1716 properties: 1717 fileParameters: 1718 items: 1719 properties: 1720 name: 1721 type: string 1722 path: 1723 type: string 1724 type: object 1725 type: array 1726 ignoreMissingValueFiles: 1727 type: boolean 1728 parameters: 1729 items: 1730 properties: 1731 forceString: 1732 type: boolean 1733 name: 1734 type: string 1735 value: 1736 type: string 1737 type: object 1738 type: array 1739 passCredentials: 1740 type: boolean 1741 releaseName: 1742 type: string 1743 skipCrds: 1744 type: boolean 1745 valueFiles: 1746 items: 1747 type: string 1748 type: array 1749 values: 1750 type: string 1751 version: 1752 type: string 1753 type: object 1754 kustomize: 1755 properties: 1756 commonAnnotations: 1757 additionalProperties: 1758 type: string 1759 type: object 1760 commonAnnotationsEnvsubst: 1761 type: boolean 1762 commonLabels: 1763 additionalProperties: 1764 type: string 1765 type: object 1766 forceCommonAnnotations: 1767 type: boolean 1768 forceCommonLabels: 1769 type: boolean 1770 images: 1771 items: 1772 type: string 1773 type: array 1774 namePrefix: 1775 type: string 1776 nameSuffix: 1777 type: string 1778 namespace: 1779 type: string 1780 replicas: 1781 items: 1782 properties: 1783 count: 1784 anyOf: 1785 - type: integer 1786 - type: string 1787 x-kubernetes-int-or-string: true 1788 name: 1789 type: string 1790 required: 1791 - count 1792 - name 1793 type: object 1794 type: array 1795 version: 1796 type: string 1797 type: object 1798 path: 1799 type: string 1800 plugin: 1801 properties: 1802 env: 1803 items: 1804 properties: 1805 name: 1806 type: string 1807 value: 1808 type: string 1809 required: 1810 - name 1811 - value 1812 type: object 1813 type: array 1814 name: 1815 type: string 1816 parameters: 1817 items: 1818 properties: 1819 array: 1820 items: 1821 type: string 1822 type: array 1823 map: 1824 additionalProperties: 1825 type: string 1826 type: object 1827 name: 1828 type: string 1829 string: 1830 type: string 1831 type: object 1832 type: array 1833 type: object 1834 ref: 1835 type: string 1836 repoURL: 1837 type: string 1838 targetRevision: 1839 type: string 1840 required: 1841 - repoURL 1842 type: object 1843 sources: 1844 items: 1845 properties: 1846 chart: 1847 type: string 1848 directory: 1849 properties: 1850 exclude: 1851 type: string 1852 include: 1853 type: string 1854 jsonnet: 1855 properties: 1856 extVars: 1857 items: 1858 properties: 1859 code: 1860 type: boolean 1861 name: 1862 type: string 1863 value: 1864 type: string 1865 required: 1866 - name 1867 - value 1868 type: object 1869 type: array 1870 libs: 1871 items: 1872 type: string 1873 type: array 1874 tlas: 1875 items: 1876 properties: 1877 code: 1878 type: boolean 1879 name: 1880 type: string 1881 value: 1882 type: string 1883 required: 1884 - name 1885 - value 1886 type: object 1887 type: array 1888 type: object 1889 recurse: 1890 type: boolean 1891 type: object 1892 helm: 1893 properties: 1894 fileParameters: 1895 items: 1896 properties: 1897 name: 1898 type: string 1899 path: 1900 type: string 1901 type: object 1902 type: array 1903 ignoreMissingValueFiles: 1904 type: boolean 1905 parameters: 1906 items: 1907 properties: 1908 forceString: 1909 type: boolean 1910 name: 1911 type: string 1912 value: 1913 type: string 1914 type: object 1915 type: array 1916 passCredentials: 1917 type: boolean 1918 releaseName: 1919 type: string 1920 skipCrds: 1921 type: boolean 1922 valueFiles: 1923 items: 1924 type: string 1925 type: array 1926 values: 1927 type: string 1928 version: 1929 type: string 1930 type: object 1931 kustomize: 1932 properties: 1933 commonAnnotations: 1934 additionalProperties: 1935 type: string 1936 type: object 1937 commonAnnotationsEnvsubst: 1938 type: boolean 1939 commonLabels: 1940 additionalProperties: 1941 type: string 1942 type: object 1943 forceCommonAnnotations: 1944 type: boolean 1945 forceCommonLabels: 1946 type: boolean 1947 images: 1948 items: 1949 type: string 1950 type: array 1951 namePrefix: 1952 type: string 1953 nameSuffix: 1954 type: string 1955 namespace: 1956 type: string 1957 replicas: 1958 items: 1959 properties: 1960 count: 1961 anyOf: 1962 - type: integer 1963 - type: string 1964 x-kubernetes-int-or-string: true 1965 name: 1966 type: string 1967 required: 1968 - count 1969 - name 1970 type: object 1971 type: array 1972 version: 1973 type: string 1974 type: object 1975 path: 1976 type: string 1977 plugin: 1978 properties: 1979 env: 1980 items: 1981 properties: 1982 name: 1983 type: string 1984 value: 1985 type: string 1986 required: 1987 - name 1988 - value 1989 type: object 1990 type: array 1991 name: 1992 type: string 1993 parameters: 1994 items: 1995 properties: 1996 array: 1997 items: 1998 type: string 1999 type: array 2000 map: 2001 additionalProperties: 2002 type: string 2003 type: object 2004 name: 2005 type: string 2006 string: 2007 type: string 2008 type: object 2009 type: array 2010 type: object 2011 ref: 2012 type: string 2013 repoURL: 2014 type: string 2015 targetRevision: 2016 type: string 2017 required: 2018 - repoURL 2019 type: object 2020 type: array 2021 syncPolicy: 2022 properties: 2023 automated: 2024 properties: 2025 allowEmpty: 2026 type: boolean 2027 prune: 2028 type: boolean 2029 selfHeal: 2030 type: boolean 2031 type: object 2032 managedNamespaceMetadata: 2033 properties: 2034 annotations: 2035 additionalProperties: 2036 type: string 2037 type: object 2038 labels: 2039 additionalProperties: 2040 type: string 2041 type: object 2042 type: object 2043 retry: 2044 properties: 2045 backoff: 2046 properties: 2047 duration: 2048 type: string 2049 factor: 2050 format: int64 2051 type: integer 2052 maxDuration: 2053 type: string 2054 type: object 2055 limit: 2056 format: int64 2057 type: integer 2058 type: object 2059 syncOptions: 2060 items: 2061 type: string 2062 type: array 2063 type: object 2064 required: 2065 - destination 2066 - project 2067 type: object 2068 required: 2069 - metadata 2070 - spec 2071 type: object 2072 required: 2073 - elements 2074 type: object 2075 matrix: 2076 properties: 2077 generators: 2078 items: 2079 properties: 2080 clusterDecisionResource: 2081 properties: 2082 configMapRef: 2083 type: string 2084 labelSelector: 2085 properties: 2086 matchExpressions: 2087 items: 2088 properties: 2089 key: 2090 type: string 2091 operator: 2092 type: string 2093 values: 2094 items: 2095 type: string 2096 type: array 2097 required: 2098 - key 2099 - operator 2100 type: object 2101 type: array 2102 matchLabels: 2103 additionalProperties: 2104 type: string 2105 type: object 2106 type: object 2107 name: 2108 type: string 2109 requeueAfterSeconds: 2110 format: int64 2111 type: integer 2112 template: 2113 properties: 2114 metadata: 2115 properties: 2116 annotations: 2117 additionalProperties: 2118 type: string 2119 type: object 2120 finalizers: 2121 items: 2122 type: string 2123 type: array 2124 labels: 2125 additionalProperties: 2126 type: string 2127 type: object 2128 name: 2129 type: string 2130 namespace: 2131 type: string 2132 type: object 2133 spec: 2134 properties: 2135 destination: 2136 properties: 2137 name: 2138 type: string 2139 namespace: 2140 type: string 2141 server: 2142 type: string 2143 type: object 2144 ignoreDifferences: 2145 items: 2146 properties: 2147 group: 2148 type: string 2149 jqPathExpressions: 2150 items: 2151 type: string 2152 type: array 2153 jsonPointers: 2154 items: 2155 type: string 2156 type: array 2157 kind: 2158 type: string 2159 managedFieldsManagers: 2160 items: 2161 type: string 2162 type: array 2163 name: 2164 type: string 2165 namespace: 2166 type: string 2167 required: 2168 - kind 2169 type: object 2170 type: array 2171 info: 2172 items: 2173 properties: 2174 name: 2175 type: string 2176 value: 2177 type: string 2178 required: 2179 - name 2180 - value 2181 type: object 2182 type: array 2183 project: 2184 type: string 2185 revisionHistoryLimit: 2186 format: int64 2187 type: integer 2188 source: 2189 properties: 2190 chart: 2191 type: string 2192 directory: 2193 properties: 2194 exclude: 2195 type: string 2196 include: 2197 type: string 2198 jsonnet: 2199 properties: 2200 extVars: 2201 items: 2202 properties: 2203 code: 2204 type: boolean 2205 name: 2206 type: string 2207 value: 2208 type: string 2209 required: 2210 - name 2211 - value 2212 type: object 2213 type: array 2214 libs: 2215 items: 2216 type: string 2217 type: array 2218 tlas: 2219 items: 2220 properties: 2221 code: 2222 type: boolean 2223 name: 2224 type: string 2225 value: 2226 type: string 2227 required: 2228 - name 2229 - value 2230 type: object 2231 type: array 2232 type: object 2233 recurse: 2234 type: boolean 2235 type: object 2236 helm: 2237 properties: 2238 fileParameters: 2239 items: 2240 properties: 2241 name: 2242 type: string 2243 path: 2244 type: string 2245 type: object 2246 type: array 2247 ignoreMissingValueFiles: 2248 type: boolean 2249 parameters: 2250 items: 2251 properties: 2252 forceString: 2253 type: boolean 2254 name: 2255 type: string 2256 value: 2257 type: string 2258 type: object 2259 type: array 2260 passCredentials: 2261 type: boolean 2262 releaseName: 2263 type: string 2264 skipCrds: 2265 type: boolean 2266 valueFiles: 2267 items: 2268 type: string 2269 type: array 2270 values: 2271 type: string 2272 version: 2273 type: string 2274 type: object 2275 kustomize: 2276 properties: 2277 commonAnnotations: 2278 additionalProperties: 2279 type: string 2280 type: object 2281 commonAnnotationsEnvsubst: 2282 type: boolean 2283 commonLabels: 2284 additionalProperties: 2285 type: string 2286 type: object 2287 forceCommonAnnotations: 2288 type: boolean 2289 forceCommonLabels: 2290 type: boolean 2291 images: 2292 items: 2293 type: string 2294 type: array 2295 namePrefix: 2296 type: string 2297 nameSuffix: 2298 type: string 2299 namespace: 2300 type: string 2301 replicas: 2302 items: 2303 properties: 2304 count: 2305 anyOf: 2306 - type: integer 2307 - type: string 2308 x-kubernetes-int-or-string: true 2309 name: 2310 type: string 2311 required: 2312 - count 2313 - name 2314 type: object 2315 type: array 2316 version: 2317 type: string 2318 type: object 2319 path: 2320 type: string 2321 plugin: 2322 properties: 2323 env: 2324 items: 2325 properties: 2326 name: 2327 type: string 2328 value: 2329 type: string 2330 required: 2331 - name 2332 - value 2333 type: object 2334 type: array 2335 name: 2336 type: string 2337 parameters: 2338 items: 2339 properties: 2340 array: 2341 items: 2342 type: string 2343 type: array 2344 map: 2345 additionalProperties: 2346 type: string 2347 type: object 2348 name: 2349 type: string 2350 string: 2351 type: string 2352 type: object 2353 type: array 2354 type: object 2355 ref: 2356 type: string 2357 repoURL: 2358 type: string 2359 targetRevision: 2360 type: string 2361 required: 2362 - repoURL 2363 type: object 2364 sources: 2365 items: 2366 properties: 2367 chart: 2368 type: string 2369 directory: 2370 properties: 2371 exclude: 2372 type: string 2373 include: 2374 type: string 2375 jsonnet: 2376 properties: 2377 extVars: 2378 items: 2379 properties: 2380 code: 2381 type: boolean 2382 name: 2383 type: string 2384 value: 2385 type: string 2386 required: 2387 - name 2388 - value 2389 type: object 2390 type: array 2391 libs: 2392 items: 2393 type: string 2394 type: array 2395 tlas: 2396 items: 2397 properties: 2398 code: 2399 type: boolean 2400 name: 2401 type: string 2402 value: 2403 type: string 2404 required: 2405 - name 2406 - value 2407 type: object 2408 type: array 2409 type: object 2410 recurse: 2411 type: boolean 2412 type: object 2413 helm: 2414 properties: 2415 fileParameters: 2416 items: 2417 properties: 2418 name: 2419 type: string 2420 path: 2421 type: string 2422 type: object 2423 type: array 2424 ignoreMissingValueFiles: 2425 type: boolean 2426 parameters: 2427 items: 2428 properties: 2429 forceString: 2430 type: boolean 2431 name: 2432 type: string 2433 value: 2434 type: string 2435 type: object 2436 type: array 2437 passCredentials: 2438 type: boolean 2439 releaseName: 2440 type: string 2441 skipCrds: 2442 type: boolean 2443 valueFiles: 2444 items: 2445 type: string 2446 type: array 2447 values: 2448 type: string 2449 version: 2450 type: string 2451 type: object 2452 kustomize: 2453 properties: 2454 commonAnnotations: 2455 additionalProperties: 2456 type: string 2457 type: object 2458 commonAnnotationsEnvsubst: 2459 type: boolean 2460 commonLabels: 2461 additionalProperties: 2462 type: string 2463 type: object 2464 forceCommonAnnotations: 2465 type: boolean 2466 forceCommonLabels: 2467 type: boolean 2468 images: 2469 items: 2470 type: string 2471 type: array 2472 namePrefix: 2473 type: string 2474 nameSuffix: 2475 type: string 2476 namespace: 2477 type: string 2478 replicas: 2479 items: 2480 properties: 2481 count: 2482 anyOf: 2483 - type: integer 2484 - type: string 2485 x-kubernetes-int-or-string: true 2486 name: 2487 type: string 2488 required: 2489 - count 2490 - name 2491 type: object 2492 type: array 2493 version: 2494 type: string 2495 type: object 2496 path: 2497 type: string 2498 plugin: 2499 properties: 2500 env: 2501 items: 2502 properties: 2503 name: 2504 type: string 2505 value: 2506 type: string 2507 required: 2508 - name 2509 - value 2510 type: object 2511 type: array 2512 name: 2513 type: string 2514 parameters: 2515 items: 2516 properties: 2517 array: 2518 items: 2519 type: string 2520 type: array 2521 map: 2522 additionalProperties: 2523 type: string 2524 type: object 2525 name: 2526 type: string 2527 string: 2528 type: string 2529 type: object 2530 type: array 2531 type: object 2532 ref: 2533 type: string 2534 repoURL: 2535 type: string 2536 targetRevision: 2537 type: string 2538 required: 2539 - repoURL 2540 type: object 2541 type: array 2542 syncPolicy: 2543 properties: 2544 automated: 2545 properties: 2546 allowEmpty: 2547 type: boolean 2548 prune: 2549 type: boolean 2550 selfHeal: 2551 type: boolean 2552 type: object 2553 managedNamespaceMetadata: 2554 properties: 2555 annotations: 2556 additionalProperties: 2557 type: string 2558 type: object 2559 labels: 2560 additionalProperties: 2561 type: string 2562 type: object 2563 type: object 2564 retry: 2565 properties: 2566 backoff: 2567 properties: 2568 duration: 2569 type: string 2570 factor: 2571 format: int64 2572 type: integer 2573 maxDuration: 2574 type: string 2575 type: object 2576 limit: 2577 format: int64 2578 type: integer 2579 type: object 2580 syncOptions: 2581 items: 2582 type: string 2583 type: array 2584 type: object 2585 required: 2586 - destination 2587 - project 2588 type: object 2589 required: 2590 - metadata 2591 - spec 2592 type: object 2593 values: 2594 additionalProperties: 2595 type: string 2596 type: object 2597 required: 2598 - configMapRef 2599 type: object 2600 clusters: 2601 properties: 2602 selector: 2603 properties: 2604 matchExpressions: 2605 items: 2606 properties: 2607 key: 2608 type: string 2609 operator: 2610 type: string 2611 values: 2612 items: 2613 type: string 2614 type: array 2615 required: 2616 - key 2617 - operator 2618 type: object 2619 type: array 2620 matchLabels: 2621 additionalProperties: 2622 type: string 2623 type: object 2624 type: object 2625 template: 2626 properties: 2627 metadata: 2628 properties: 2629 annotations: 2630 additionalProperties: 2631 type: string 2632 type: object 2633 finalizers: 2634 items: 2635 type: string 2636 type: array 2637 labels: 2638 additionalProperties: 2639 type: string 2640 type: object 2641 name: 2642 type: string 2643 namespace: 2644 type: string 2645 type: object 2646 spec: 2647 properties: 2648 destination: 2649 properties: 2650 name: 2651 type: string 2652 namespace: 2653 type: string 2654 server: 2655 type: string 2656 type: object 2657 ignoreDifferences: 2658 items: 2659 properties: 2660 group: 2661 type: string 2662 jqPathExpressions: 2663 items: 2664 type: string 2665 type: array 2666 jsonPointers: 2667 items: 2668 type: string 2669 type: array 2670 kind: 2671 type: string 2672 managedFieldsManagers: 2673 items: 2674 type: string 2675 type: array 2676 name: 2677 type: string 2678 namespace: 2679 type: string 2680 required: 2681 - kind 2682 type: object 2683 type: array 2684 info: 2685 items: 2686 properties: 2687 name: 2688 type: string 2689 value: 2690 type: string 2691 required: 2692 - name 2693 - value 2694 type: object 2695 type: array 2696 project: 2697 type: string 2698 revisionHistoryLimit: 2699 format: int64 2700 type: integer 2701 source: 2702 properties: 2703 chart: 2704 type: string 2705 directory: 2706 properties: 2707 exclude: 2708 type: string 2709 include: 2710 type: string 2711 jsonnet: 2712 properties: 2713 extVars: 2714 items: 2715 properties: 2716 code: 2717 type: boolean 2718 name: 2719 type: string 2720 value: 2721 type: string 2722 required: 2723 - name 2724 - value 2725 type: object 2726 type: array 2727 libs: 2728 items: 2729 type: string 2730 type: array 2731 tlas: 2732 items: 2733 properties: 2734 code: 2735 type: boolean 2736 name: 2737 type: string 2738 value: 2739 type: string 2740 required: 2741 - name 2742 - value 2743 type: object 2744 type: array 2745 type: object 2746 recurse: 2747 type: boolean 2748 type: object 2749 helm: 2750 properties: 2751 fileParameters: 2752 items: 2753 properties: 2754 name: 2755 type: string 2756 path: 2757 type: string 2758 type: object 2759 type: array 2760 ignoreMissingValueFiles: 2761 type: boolean 2762 parameters: 2763 items: 2764 properties: 2765 forceString: 2766 type: boolean 2767 name: 2768 type: string 2769 value: 2770 type: string 2771 type: object 2772 type: array 2773 passCredentials: 2774 type: boolean 2775 releaseName: 2776 type: string 2777 skipCrds: 2778 type: boolean 2779 valueFiles: 2780 items: 2781 type: string 2782 type: array 2783 values: 2784 type: string 2785 version: 2786 type: string 2787 type: object 2788 kustomize: 2789 properties: 2790 commonAnnotations: 2791 additionalProperties: 2792 type: string 2793 type: object 2794 commonAnnotationsEnvsubst: 2795 type: boolean 2796 commonLabels: 2797 additionalProperties: 2798 type: string 2799 type: object 2800 forceCommonAnnotations: 2801 type: boolean 2802 forceCommonLabels: 2803 type: boolean 2804 images: 2805 items: 2806 type: string 2807 type: array 2808 namePrefix: 2809 type: string 2810 nameSuffix: 2811 type: string 2812 namespace: 2813 type: string 2814 replicas: 2815 items: 2816 properties: 2817 count: 2818 anyOf: 2819 - type: integer 2820 - type: string 2821 x-kubernetes-int-or-string: true 2822 name: 2823 type: string 2824 required: 2825 - count 2826 - name 2827 type: object 2828 type: array 2829 version: 2830 type: string 2831 type: object 2832 path: 2833 type: string 2834 plugin: 2835 properties: 2836 env: 2837 items: 2838 properties: 2839 name: 2840 type: string 2841 value: 2842 type: string 2843 required: 2844 - name 2845 - value 2846 type: object 2847 type: array 2848 name: 2849 type: string 2850 parameters: 2851 items: 2852 properties: 2853 array: 2854 items: 2855 type: string 2856 type: array 2857 map: 2858 additionalProperties: 2859 type: string 2860 type: object 2861 name: 2862 type: string 2863 string: 2864 type: string 2865 type: object 2866 type: array 2867 type: object 2868 ref: 2869 type: string 2870 repoURL: 2871 type: string 2872 targetRevision: 2873 type: string 2874 required: 2875 - repoURL 2876 type: object 2877 sources: 2878 items: 2879 properties: 2880 chart: 2881 type: string 2882 directory: 2883 properties: 2884 exclude: 2885 type: string 2886 include: 2887 type: string 2888 jsonnet: 2889 properties: 2890 extVars: 2891 items: 2892 properties: 2893 code: 2894 type: boolean 2895 name: 2896 type: string 2897 value: 2898 type: string 2899 required: 2900 - name 2901 - value 2902 type: object 2903 type: array 2904 libs: 2905 items: 2906 type: string 2907 type: array 2908 tlas: 2909 items: 2910 properties: 2911 code: 2912 type: boolean 2913 name: 2914 type: string 2915 value: 2916 type: string 2917 required: 2918 - name 2919 - value 2920 type: object 2921 type: array 2922 type: object 2923 recurse: 2924 type: boolean 2925 type: object 2926 helm: 2927 properties: 2928 fileParameters: 2929 items: 2930 properties: 2931 name: 2932 type: string 2933 path: 2934 type: string 2935 type: object 2936 type: array 2937 ignoreMissingValueFiles: 2938 type: boolean 2939 parameters: 2940 items: 2941 properties: 2942 forceString: 2943 type: boolean 2944 name: 2945 type: string 2946 value: 2947 type: string 2948 type: object 2949 type: array 2950 passCredentials: 2951 type: boolean 2952 releaseName: 2953 type: string 2954 skipCrds: 2955 type: boolean 2956 valueFiles: 2957 items: 2958 type: string 2959 type: array 2960 values: 2961 type: string 2962 version: 2963 type: string 2964 type: object 2965 kustomize: 2966 properties: 2967 commonAnnotations: 2968 additionalProperties: 2969 type: string 2970 type: object 2971 commonAnnotationsEnvsubst: 2972 type: boolean 2973 commonLabels: 2974 additionalProperties: 2975 type: string 2976 type: object 2977 forceCommonAnnotations: 2978 type: boolean 2979 forceCommonLabels: 2980 type: boolean 2981 images: 2982 items: 2983 type: string 2984 type: array 2985 namePrefix: 2986 type: string 2987 nameSuffix: 2988 type: string 2989 namespace: 2990 type: string 2991 replicas: 2992 items: 2993 properties: 2994 count: 2995 anyOf: 2996 - type: integer 2997 - type: string 2998 x-kubernetes-int-or-string: true 2999 name: 3000 type: string 3001 required: 3002 - count 3003 - name 3004 type: object 3005 type: array 3006 version: 3007 type: string 3008 type: object 3009 path: 3010 type: string 3011 plugin: 3012 properties: 3013 env: 3014 items: 3015 properties: 3016 name: 3017 type: string 3018 value: 3019 type: string 3020 required: 3021 - name 3022 - value 3023 type: object 3024 type: array 3025 name: 3026 type: string 3027 parameters: 3028 items: 3029 properties: 3030 array: 3031 items: 3032 type: string 3033 type: array 3034 map: 3035 additionalProperties: 3036 type: string 3037 type: object 3038 name: 3039 type: string 3040 string: 3041 type: string 3042 type: object 3043 type: array 3044 type: object 3045 ref: 3046 type: string 3047 repoURL: 3048 type: string 3049 targetRevision: 3050 type: string 3051 required: 3052 - repoURL 3053 type: object 3054 type: array 3055 syncPolicy: 3056 properties: 3057 automated: 3058 properties: 3059 allowEmpty: 3060 type: boolean 3061 prune: 3062 type: boolean 3063 selfHeal: 3064 type: boolean 3065 type: object 3066 managedNamespaceMetadata: 3067 properties: 3068 annotations: 3069 additionalProperties: 3070 type: string 3071 type: object 3072 labels: 3073 additionalProperties: 3074 type: string 3075 type: object 3076 type: object 3077 retry: 3078 properties: 3079 backoff: 3080 properties: 3081 duration: 3082 type: string 3083 factor: 3084 format: int64 3085 type: integer 3086 maxDuration: 3087 type: string 3088 type: object 3089 limit: 3090 format: int64 3091 type: integer 3092 type: object 3093 syncOptions: 3094 items: 3095 type: string 3096 type: array 3097 type: object 3098 required: 3099 - destination 3100 - project 3101 type: object 3102 required: 3103 - metadata 3104 - spec 3105 type: object 3106 values: 3107 additionalProperties: 3108 type: string 3109 type: object 3110 type: object 3111 git: 3112 properties: 3113 directories: 3114 items: 3115 properties: 3116 exclude: 3117 type: boolean 3118 path: 3119 type: string 3120 required: 3121 - path 3122 type: object 3123 type: array 3124 files: 3125 items: 3126 properties: 3127 path: 3128 type: string 3129 required: 3130 - path 3131 type: object 3132 type: array 3133 pathParamPrefix: 3134 type: string 3135 repoURL: 3136 type: string 3137 requeueAfterSeconds: 3138 format: int64 3139 type: integer 3140 revision: 3141 type: string 3142 template: 3143 properties: 3144 metadata: 3145 properties: 3146 annotations: 3147 additionalProperties: 3148 type: string 3149 type: object 3150 finalizers: 3151 items: 3152 type: string 3153 type: array 3154 labels: 3155 additionalProperties: 3156 type: string 3157 type: object 3158 name: 3159 type: string 3160 namespace: 3161 type: string 3162 type: object 3163 spec: 3164 properties: 3165 destination: 3166 properties: 3167 name: 3168 type: string 3169 namespace: 3170 type: string 3171 server: 3172 type: string 3173 type: object 3174 ignoreDifferences: 3175 items: 3176 properties: 3177 group: 3178 type: string 3179 jqPathExpressions: 3180 items: 3181 type: string 3182 type: array 3183 jsonPointers: 3184 items: 3185 type: string 3186 type: array 3187 kind: 3188 type: string 3189 managedFieldsManagers: 3190 items: 3191 type: string 3192 type: array 3193 name: 3194 type: string 3195 namespace: 3196 type: string 3197 required: 3198 - kind 3199 type: object 3200 type: array 3201 info: 3202 items: 3203 properties: 3204 name: 3205 type: string 3206 value: 3207 type: string 3208 required: 3209 - name 3210 - value 3211 type: object 3212 type: array 3213 project: 3214 type: string 3215 revisionHistoryLimit: 3216 format: int64 3217 type: integer 3218 source: 3219 properties: 3220 chart: 3221 type: string 3222 directory: 3223 properties: 3224 exclude: 3225 type: string 3226 include: 3227 type: string 3228 jsonnet: 3229 properties: 3230 extVars: 3231 items: 3232 properties: 3233 code: 3234 type: boolean 3235 name: 3236 type: string 3237 value: 3238 type: string 3239 required: 3240 - name 3241 - value 3242 type: object 3243 type: array 3244 libs: 3245 items: 3246 type: string 3247 type: array 3248 tlas: 3249 items: 3250 properties: 3251 code: 3252 type: boolean 3253 name: 3254 type: string 3255 value: 3256 type: string 3257 required: 3258 - name 3259 - value 3260 type: object 3261 type: array 3262 type: object 3263 recurse: 3264 type: boolean 3265 type: object 3266 helm: 3267 properties: 3268 fileParameters: 3269 items: 3270 properties: 3271 name: 3272 type: string 3273 path: 3274 type: string 3275 type: object 3276 type: array 3277 ignoreMissingValueFiles: 3278 type: boolean 3279 parameters: 3280 items: 3281 properties: 3282 forceString: 3283 type: boolean 3284 name: 3285 type: string 3286 value: 3287 type: string 3288 type: object 3289 type: array 3290 passCredentials: 3291 type: boolean 3292 releaseName: 3293 type: string 3294 skipCrds: 3295 type: boolean 3296 valueFiles: 3297 items: 3298 type: string 3299 type: array 3300 values: 3301 type: string 3302 version: 3303 type: string 3304 type: object 3305 kustomize: 3306 properties: 3307 commonAnnotations: 3308 additionalProperties: 3309 type: string 3310 type: object 3311 commonAnnotationsEnvsubst: 3312 type: boolean 3313 commonLabels: 3314 additionalProperties: 3315 type: string 3316 type: object 3317 forceCommonAnnotations: 3318 type: boolean 3319 forceCommonLabels: 3320 type: boolean 3321 images: 3322 items: 3323 type: string 3324 type: array 3325 namePrefix: 3326 type: string 3327 nameSuffix: 3328 type: string 3329 namespace: 3330 type: string 3331 replicas: 3332 items: 3333 properties: 3334 count: 3335 anyOf: 3336 - type: integer 3337 - type: string 3338 x-kubernetes-int-or-string: true 3339 name: 3340 type: string 3341 required: 3342 - count 3343 - name 3344 type: object 3345 type: array 3346 version: 3347 type: string 3348 type: object 3349 path: 3350 type: string 3351 plugin: 3352 properties: 3353 env: 3354 items: 3355 properties: 3356 name: 3357 type: string 3358 value: 3359 type: string 3360 required: 3361 - name 3362 - value 3363 type: object 3364 type: array 3365 name: 3366 type: string 3367 parameters: 3368 items: 3369 properties: 3370 array: 3371 items: 3372 type: string 3373 type: array 3374 map: 3375 additionalProperties: 3376 type: string 3377 type: object 3378 name: 3379 type: string 3380 string: 3381 type: string 3382 type: object 3383 type: array 3384 type: object 3385 ref: 3386 type: string 3387 repoURL: 3388 type: string 3389 targetRevision: 3390 type: string 3391 required: 3392 - repoURL 3393 type: object 3394 sources: 3395 items: 3396 properties: 3397 chart: 3398 type: string 3399 directory: 3400 properties: 3401 exclude: 3402 type: string 3403 include: 3404 type: string 3405 jsonnet: 3406 properties: 3407 extVars: 3408 items: 3409 properties: 3410 code: 3411 type: boolean 3412 name: 3413 type: string 3414 value: 3415 type: string 3416 required: 3417 - name 3418 - value 3419 type: object 3420 type: array 3421 libs: 3422 items: 3423 type: string 3424 type: array 3425 tlas: 3426 items: 3427 properties: 3428 code: 3429 type: boolean 3430 name: 3431 type: string 3432 value: 3433 type: string 3434 required: 3435 - name 3436 - value 3437 type: object 3438 type: array 3439 type: object 3440 recurse: 3441 type: boolean 3442 type: object 3443 helm: 3444 properties: 3445 fileParameters: 3446 items: 3447 properties: 3448 name: 3449 type: string 3450 path: 3451 type: string 3452 type: object 3453 type: array 3454 ignoreMissingValueFiles: 3455 type: boolean 3456 parameters: 3457 items: 3458 properties: 3459 forceString: 3460 type: boolean 3461 name: 3462 type: string 3463 value: 3464 type: string 3465 type: object 3466 type: array 3467 passCredentials: 3468 type: boolean 3469 releaseName: 3470 type: string 3471 skipCrds: 3472 type: boolean 3473 valueFiles: 3474 items: 3475 type: string 3476 type: array 3477 values: 3478 type: string 3479 version: 3480 type: string 3481 type: object 3482 kustomize: 3483 properties: 3484 commonAnnotations: 3485 additionalProperties: 3486 type: string 3487 type: object 3488 commonAnnotationsEnvsubst: 3489 type: boolean 3490 commonLabels: 3491 additionalProperties: 3492 type: string 3493 type: object 3494 forceCommonAnnotations: 3495 type: boolean 3496 forceCommonLabels: 3497 type: boolean 3498 images: 3499 items: 3500 type: string 3501 type: array 3502 namePrefix: 3503 type: string 3504 nameSuffix: 3505 type: string 3506 namespace: 3507 type: string 3508 replicas: 3509 items: 3510 properties: 3511 count: 3512 anyOf: 3513 - type: integer 3514 - type: string 3515 x-kubernetes-int-or-string: true 3516 name: 3517 type: string 3518 required: 3519 - count 3520 - name 3521 type: object 3522 type: array 3523 version: 3524 type: string 3525 type: object 3526 path: 3527 type: string 3528 plugin: 3529 properties: 3530 env: 3531 items: 3532 properties: 3533 name: 3534 type: string 3535 value: 3536 type: string 3537 required: 3538 - name 3539 - value 3540 type: object 3541 type: array 3542 name: 3543 type: string 3544 parameters: 3545 items: 3546 properties: 3547 array: 3548 items: 3549 type: string 3550 type: array 3551 map: 3552 additionalProperties: 3553 type: string 3554 type: object 3555 name: 3556 type: string 3557 string: 3558 type: string 3559 type: object 3560 type: array 3561 type: object 3562 ref: 3563 type: string 3564 repoURL: 3565 type: string 3566 targetRevision: 3567 type: string 3568 required: 3569 - repoURL 3570 type: object 3571 type: array 3572 syncPolicy: 3573 properties: 3574 automated: 3575 properties: 3576 allowEmpty: 3577 type: boolean 3578 prune: 3579 type: boolean 3580 selfHeal: 3581 type: boolean 3582 type: object 3583 managedNamespaceMetadata: 3584 properties: 3585 annotations: 3586 additionalProperties: 3587 type: string 3588 type: object 3589 labels: 3590 additionalProperties: 3591 type: string 3592 type: object 3593 type: object 3594 retry: 3595 properties: 3596 backoff: 3597 properties: 3598 duration: 3599 type: string 3600 factor: 3601 format: int64 3602 type: integer 3603 maxDuration: 3604 type: string 3605 type: object 3606 limit: 3607 format: int64 3608 type: integer 3609 type: object 3610 syncOptions: 3611 items: 3612 type: string 3613 type: array 3614 type: object 3615 required: 3616 - destination 3617 - project 3618 type: object 3619 required: 3620 - metadata 3621 - spec 3622 type: object 3623 required: 3624 - repoURL 3625 - revision 3626 type: object 3627 list: 3628 properties: 3629 elements: 3630 items: 3631 x-kubernetes-preserve-unknown-fields: true 3632 type: array 3633 elementsYaml: 3634 type: string 3635 template: 3636 properties: 3637 metadata: 3638 properties: 3639 annotations: 3640 additionalProperties: 3641 type: string 3642 type: object 3643 finalizers: 3644 items: 3645 type: string 3646 type: array 3647 labels: 3648 additionalProperties: 3649 type: string 3650 type: object 3651 name: 3652 type: string 3653 namespace: 3654 type: string 3655 type: object 3656 spec: 3657 properties: 3658 destination: 3659 properties: 3660 name: 3661 type: string 3662 namespace: 3663 type: string 3664 server: 3665 type: string 3666 type: object 3667 ignoreDifferences: 3668 items: 3669 properties: 3670 group: 3671 type: string 3672 jqPathExpressions: 3673 items: 3674 type: string 3675 type: array 3676 jsonPointers: 3677 items: 3678 type: string 3679 type: array 3680 kind: 3681 type: string 3682 managedFieldsManagers: 3683 items: 3684 type: string 3685 type: array 3686 name: 3687 type: string 3688 namespace: 3689 type: string 3690 required: 3691 - kind 3692 type: object 3693 type: array 3694 info: 3695 items: 3696 properties: 3697 name: 3698 type: string 3699 value: 3700 type: string 3701 required: 3702 - name 3703 - value 3704 type: object 3705 type: array 3706 project: 3707 type: string 3708 revisionHistoryLimit: 3709 format: int64 3710 type: integer 3711 source: 3712 properties: 3713 chart: 3714 type: string 3715 directory: 3716 properties: 3717 exclude: 3718 type: string 3719 include: 3720 type: string 3721 jsonnet: 3722 properties: 3723 extVars: 3724 items: 3725 properties: 3726 code: 3727 type: boolean 3728 name: 3729 type: string 3730 value: 3731 type: string 3732 required: 3733 - name 3734 - value 3735 type: object 3736 type: array 3737 libs: 3738 items: 3739 type: string 3740 type: array 3741 tlas: 3742 items: 3743 properties: 3744 code: 3745 type: boolean 3746 name: 3747 type: string 3748 value: 3749 type: string 3750 required: 3751 - name 3752 - value 3753 type: object 3754 type: array 3755 type: object 3756 recurse: 3757 type: boolean 3758 type: object 3759 helm: 3760 properties: 3761 fileParameters: 3762 items: 3763 properties: 3764 name: 3765 type: string 3766 path: 3767 type: string 3768 type: object 3769 type: array 3770 ignoreMissingValueFiles: 3771 type: boolean 3772 parameters: 3773 items: 3774 properties: 3775 forceString: 3776 type: boolean 3777 name: 3778 type: string 3779 value: 3780 type: string 3781 type: object 3782 type: array 3783 passCredentials: 3784 type: boolean 3785 releaseName: 3786 type: string 3787 skipCrds: 3788 type: boolean 3789 valueFiles: 3790 items: 3791 type: string 3792 type: array 3793 values: 3794 type: string 3795 version: 3796 type: string 3797 type: object 3798 kustomize: 3799 properties: 3800 commonAnnotations: 3801 additionalProperties: 3802 type: string 3803 type: object 3804 commonAnnotationsEnvsubst: 3805 type: boolean 3806 commonLabels: 3807 additionalProperties: 3808 type: string 3809 type: object 3810 forceCommonAnnotations: 3811 type: boolean 3812 forceCommonLabels: 3813 type: boolean 3814 images: 3815 items: 3816 type: string 3817 type: array 3818 namePrefix: 3819 type: string 3820 nameSuffix: 3821 type: string 3822 namespace: 3823 type: string 3824 replicas: 3825 items: 3826 properties: 3827 count: 3828 anyOf: 3829 - type: integer 3830 - type: string 3831 x-kubernetes-int-or-string: true 3832 name: 3833 type: string 3834 required: 3835 - count 3836 - name 3837 type: object 3838 type: array 3839 version: 3840 type: string 3841 type: object 3842 path: 3843 type: string 3844 plugin: 3845 properties: 3846 env: 3847 items: 3848 properties: 3849 name: 3850 type: string 3851 value: 3852 type: string 3853 required: 3854 - name 3855 - value 3856 type: object 3857 type: array 3858 name: 3859 type: string 3860 parameters: 3861 items: 3862 properties: 3863 array: 3864 items: 3865 type: string 3866 type: array 3867 map: 3868 additionalProperties: 3869 type: string 3870 type: object 3871 name: 3872 type: string 3873 string: 3874 type: string 3875 type: object 3876 type: array 3877 type: object 3878 ref: 3879 type: string 3880 repoURL: 3881 type: string 3882 targetRevision: 3883 type: string 3884 required: 3885 - repoURL 3886 type: object 3887 sources: 3888 items: 3889 properties: 3890 chart: 3891 type: string 3892 directory: 3893 properties: 3894 exclude: 3895 type: string 3896 include: 3897 type: string 3898 jsonnet: 3899 properties: 3900 extVars: 3901 items: 3902 properties: 3903 code: 3904 type: boolean 3905 name: 3906 type: string 3907 value: 3908 type: string 3909 required: 3910 - name 3911 - value 3912 type: object 3913 type: array 3914 libs: 3915 items: 3916 type: string 3917 type: array 3918 tlas: 3919 items: 3920 properties: 3921 code: 3922 type: boolean 3923 name: 3924 type: string 3925 value: 3926 type: string 3927 required: 3928 - name 3929 - value 3930 type: object 3931 type: array 3932 type: object 3933 recurse: 3934 type: boolean 3935 type: object 3936 helm: 3937 properties: 3938 fileParameters: 3939 items: 3940 properties: 3941 name: 3942 type: string 3943 path: 3944 type: string 3945 type: object 3946 type: array 3947 ignoreMissingValueFiles: 3948 type: boolean 3949 parameters: 3950 items: 3951 properties: 3952 forceString: 3953 type: boolean 3954 name: 3955 type: string 3956 value: 3957 type: string 3958 type: object 3959 type: array 3960 passCredentials: 3961 type: boolean 3962 releaseName: 3963 type: string 3964 skipCrds: 3965 type: boolean 3966 valueFiles: 3967 items: 3968 type: string 3969 type: array 3970 values: 3971 type: string 3972 version: 3973 type: string 3974 type: object 3975 kustomize: 3976 properties: 3977 commonAnnotations: 3978 additionalProperties: 3979 type: string 3980 type: object 3981 commonAnnotationsEnvsubst: 3982 type: boolean 3983 commonLabels: 3984 additionalProperties: 3985 type: string 3986 type: object 3987 forceCommonAnnotations: 3988 type: boolean 3989 forceCommonLabels: 3990 type: boolean 3991 images: 3992 items: 3993 type: string 3994 type: array 3995 namePrefix: 3996 type: string 3997 nameSuffix: 3998 type: string 3999 namespace: 4000 type: string 4001 replicas: 4002 items: 4003 properties: 4004 count: 4005 anyOf: 4006 - type: integer 4007 - type: string 4008 x-kubernetes-int-or-string: true 4009 name: 4010 type: string 4011 required: 4012 - count 4013 - name 4014 type: object 4015 type: array 4016 version: 4017 type: string 4018 type: object 4019 path: 4020 type: string 4021 plugin: 4022 properties: 4023 env: 4024 items: 4025 properties: 4026 name: 4027 type: string 4028 value: 4029 type: string 4030 required: 4031 - name 4032 - value 4033 type: object 4034 type: array 4035 name: 4036 type: string 4037 parameters: 4038 items: 4039 properties: 4040 array: 4041 items: 4042 type: string 4043 type: array 4044 map: 4045 additionalProperties: 4046 type: string 4047 type: object 4048 name: 4049 type: string 4050 string: 4051 type: string 4052 type: object 4053 type: array 4054 type: object 4055 ref: 4056 type: string 4057 repoURL: 4058 type: string 4059 targetRevision: 4060 type: string 4061 required: 4062 - repoURL 4063 type: object 4064 type: array 4065 syncPolicy: 4066 properties: 4067 automated: 4068 properties: 4069 allowEmpty: 4070 type: boolean 4071 prune: 4072 type: boolean 4073 selfHeal: 4074 type: boolean 4075 type: object 4076 managedNamespaceMetadata: 4077 properties: 4078 annotations: 4079 additionalProperties: 4080 type: string 4081 type: object 4082 labels: 4083 additionalProperties: 4084 type: string 4085 type: object 4086 type: object 4087 retry: 4088 properties: 4089 backoff: 4090 properties: 4091 duration: 4092 type: string 4093 factor: 4094 format: int64 4095 type: integer 4096 maxDuration: 4097 type: string 4098 type: object 4099 limit: 4100 format: int64 4101 type: integer 4102 type: object 4103 syncOptions: 4104 items: 4105 type: string 4106 type: array 4107 type: object 4108 required: 4109 - destination 4110 - project 4111 type: object 4112 required: 4113 - metadata 4114 - spec 4115 type: object 4116 required: 4117 - elements 4118 type: object 4119 matrix: 4120 x-kubernetes-preserve-unknown-fields: true 4121 merge: 4122 x-kubernetes-preserve-unknown-fields: true 4123 pullRequest: 4124 properties: 4125 bitbucketServer: 4126 properties: 4127 api: 4128 type: string 4129 basicAuth: 4130 properties: 4131 passwordRef: 4132 properties: 4133 key: 4134 type: string 4135 secretName: 4136 type: string 4137 required: 4138 - key 4139 - secretName 4140 type: object 4141 username: 4142 type: string 4143 required: 4144 - passwordRef 4145 - username 4146 type: object 4147 project: 4148 type: string 4149 repo: 4150 type: string 4151 required: 4152 - api 4153 - project 4154 - repo 4155 type: object 4156 filters: 4157 items: 4158 properties: 4159 branchMatch: 4160 type: string 4161 type: object 4162 type: array 4163 gitea: 4164 properties: 4165 api: 4166 type: string 4167 insecure: 4168 type: boolean 4169 owner: 4170 type: string 4171 repo: 4172 type: string 4173 tokenRef: 4174 properties: 4175 key: 4176 type: string 4177 secretName: 4178 type: string 4179 required: 4180 - key 4181 - secretName 4182 type: object 4183 required: 4184 - api 4185 - owner 4186 - repo 4187 type: object 4188 github: 4189 properties: 4190 api: 4191 type: string 4192 appSecretName: 4193 type: string 4194 labels: 4195 items: 4196 type: string 4197 type: array 4198 owner: 4199 type: string 4200 repo: 4201 type: string 4202 tokenRef: 4203 properties: 4204 key: 4205 type: string 4206 secretName: 4207 type: string 4208 required: 4209 - key 4210 - secretName 4211 type: object 4212 required: 4213 - owner 4214 - repo 4215 type: object 4216 gitlab: 4217 properties: 4218 api: 4219 type: string 4220 labels: 4221 items: 4222 type: string 4223 type: array 4224 project: 4225 type: string 4226 pullRequestState: 4227 type: string 4228 tokenRef: 4229 properties: 4230 key: 4231 type: string 4232 secretName: 4233 type: string 4234 required: 4235 - key 4236 - secretName 4237 type: object 4238 required: 4239 - project 4240 type: object 4241 requeueAfterSeconds: 4242 format: int64 4243 type: integer 4244 template: 4245 properties: 4246 metadata: 4247 properties: 4248 annotations: 4249 additionalProperties: 4250 type: string 4251 type: object 4252 finalizers: 4253 items: 4254 type: string 4255 type: array 4256 labels: 4257 additionalProperties: 4258 type: string 4259 type: object 4260 name: 4261 type: string 4262 namespace: 4263 type: string 4264 type: object 4265 spec: 4266 properties: 4267 destination: 4268 properties: 4269 name: 4270 type: string 4271 namespace: 4272 type: string 4273 server: 4274 type: string 4275 type: object 4276 ignoreDifferences: 4277 items: 4278 properties: 4279 group: 4280 type: string 4281 jqPathExpressions: 4282 items: 4283 type: string 4284 type: array 4285 jsonPointers: 4286 items: 4287 type: string 4288 type: array 4289 kind: 4290 type: string 4291 managedFieldsManagers: 4292 items: 4293 type: string 4294 type: array 4295 name: 4296 type: string 4297 namespace: 4298 type: string 4299 required: 4300 - kind 4301 type: object 4302 type: array 4303 info: 4304 items: 4305 properties: 4306 name: 4307 type: string 4308 value: 4309 type: string 4310 required: 4311 - name 4312 - value 4313 type: object 4314 type: array 4315 project: 4316 type: string 4317 revisionHistoryLimit: 4318 format: int64 4319 type: integer 4320 source: 4321 properties: 4322 chart: 4323 type: string 4324 directory: 4325 properties: 4326 exclude: 4327 type: string 4328 include: 4329 type: string 4330 jsonnet: 4331 properties: 4332 extVars: 4333 items: 4334 properties: 4335 code: 4336 type: boolean 4337 name: 4338 type: string 4339 value: 4340 type: string 4341 required: 4342 - name 4343 - value 4344 type: object 4345 type: array 4346 libs: 4347 items: 4348 type: string 4349 type: array 4350 tlas: 4351 items: 4352 properties: 4353 code: 4354 type: boolean 4355 name: 4356 type: string 4357 value: 4358 type: string 4359 required: 4360 - name 4361 - value 4362 type: object 4363 type: array 4364 type: object 4365 recurse: 4366 type: boolean 4367 type: object 4368 helm: 4369 properties: 4370 fileParameters: 4371 items: 4372 properties: 4373 name: 4374 type: string 4375 path: 4376 type: string 4377 type: object 4378 type: array 4379 ignoreMissingValueFiles: 4380 type: boolean 4381 parameters: 4382 items: 4383 properties: 4384 forceString: 4385 type: boolean 4386 name: 4387 type: string 4388 value: 4389 type: string 4390 type: object 4391 type: array 4392 passCredentials: 4393 type: boolean 4394 releaseName: 4395 type: string 4396 skipCrds: 4397 type: boolean 4398 valueFiles: 4399 items: 4400 type: string 4401 type: array 4402 values: 4403 type: string 4404 version: 4405 type: string 4406 type: object 4407 kustomize: 4408 properties: 4409 commonAnnotations: 4410 additionalProperties: 4411 type: string 4412 type: object 4413 commonAnnotationsEnvsubst: 4414 type: boolean 4415 commonLabels: 4416 additionalProperties: 4417 type: string 4418 type: object 4419 forceCommonAnnotations: 4420 type: boolean 4421 forceCommonLabels: 4422 type: boolean 4423 images: 4424 items: 4425 type: string 4426 type: array 4427 namePrefix: 4428 type: string 4429 nameSuffix: 4430 type: string 4431 namespace: 4432 type: string 4433 replicas: 4434 items: 4435 properties: 4436 count: 4437 anyOf: 4438 - type: integer 4439 - type: string 4440 x-kubernetes-int-or-string: true 4441 name: 4442 type: string 4443 required: 4444 - count 4445 - name 4446 type: object 4447 type: array 4448 version: 4449 type: string 4450 type: object 4451 path: 4452 type: string 4453 plugin: 4454 properties: 4455 env: 4456 items: 4457 properties: 4458 name: 4459 type: string 4460 value: 4461 type: string 4462 required: 4463 - name 4464 - value 4465 type: object 4466 type: array 4467 name: 4468 type: string 4469 parameters: 4470 items: 4471 properties: 4472 array: 4473 items: 4474 type: string 4475 type: array 4476 map: 4477 additionalProperties: 4478 type: string 4479 type: object 4480 name: 4481 type: string 4482 string: 4483 type: string 4484 type: object 4485 type: array 4486 type: object 4487 ref: 4488 type: string 4489 repoURL: 4490 type: string 4491 targetRevision: 4492 type: string 4493 required: 4494 - repoURL 4495 type: object 4496 sources: 4497 items: 4498 properties: 4499 chart: 4500 type: string 4501 directory: 4502 properties: 4503 exclude: 4504 type: string 4505 include: 4506 type: string 4507 jsonnet: 4508 properties: 4509 extVars: 4510 items: 4511 properties: 4512 code: 4513 type: boolean 4514 name: 4515 type: string 4516 value: 4517 type: string 4518 required: 4519 - name 4520 - value 4521 type: object 4522 type: array 4523 libs: 4524 items: 4525 type: string 4526 type: array 4527 tlas: 4528 items: 4529 properties: 4530 code: 4531 type: boolean 4532 name: 4533 type: string 4534 value: 4535 type: string 4536 required: 4537 - name 4538 - value 4539 type: object 4540 type: array 4541 type: object 4542 recurse: 4543 type: boolean 4544 type: object 4545 helm: 4546 properties: 4547 fileParameters: 4548 items: 4549 properties: 4550 name: 4551 type: string 4552 path: 4553 type: string 4554 type: object 4555 type: array 4556 ignoreMissingValueFiles: 4557 type: boolean 4558 parameters: 4559 items: 4560 properties: 4561 forceString: 4562 type: boolean 4563 name: 4564 type: string 4565 value: 4566 type: string 4567 type: object 4568 type: array 4569 passCredentials: 4570 type: boolean 4571 releaseName: 4572 type: string 4573 skipCrds: 4574 type: boolean 4575 valueFiles: 4576 items: 4577 type: string 4578 type: array 4579 values: 4580 type: string 4581 version: 4582 type: string 4583 type: object 4584 kustomize: 4585 properties: 4586 commonAnnotations: 4587 additionalProperties: 4588 type: string 4589 type: object 4590 commonAnnotationsEnvsubst: 4591 type: boolean 4592 commonLabels: 4593 additionalProperties: 4594 type: string 4595 type: object 4596 forceCommonAnnotations: 4597 type: boolean 4598 forceCommonLabels: 4599 type: boolean 4600 images: 4601 items: 4602 type: string 4603 type: array 4604 namePrefix: 4605 type: string 4606 nameSuffix: 4607 type: string 4608 namespace: 4609 type: string 4610 replicas: 4611 items: 4612 properties: 4613 count: 4614 anyOf: 4615 - type: integer 4616 - type: string 4617 x-kubernetes-int-or-string: true 4618 name: 4619 type: string 4620 required: 4621 - count 4622 - name 4623 type: object 4624 type: array 4625 version: 4626 type: string 4627 type: object 4628 path: 4629 type: string 4630 plugin: 4631 properties: 4632 env: 4633 items: 4634 properties: 4635 name: 4636 type: string 4637 value: 4638 type: string 4639 required: 4640 - name 4641 - value 4642 type: object 4643 type: array 4644 name: 4645 type: string 4646 parameters: 4647 items: 4648 properties: 4649 array: 4650 items: 4651 type: string 4652 type: array 4653 map: 4654 additionalProperties: 4655 type: string 4656 type: object 4657 name: 4658 type: string 4659 string: 4660 type: string 4661 type: object 4662 type: array 4663 type: object 4664 ref: 4665 type: string 4666 repoURL: 4667 type: string 4668 targetRevision: 4669 type: string 4670 required: 4671 - repoURL 4672 type: object 4673 type: array 4674 syncPolicy: 4675 properties: 4676 automated: 4677 properties: 4678 allowEmpty: 4679 type: boolean 4680 prune: 4681 type: boolean 4682 selfHeal: 4683 type: boolean 4684 type: object 4685 managedNamespaceMetadata: 4686 properties: 4687 annotations: 4688 additionalProperties: 4689 type: string 4690 type: object 4691 labels: 4692 additionalProperties: 4693 type: string 4694 type: object 4695 type: object 4696 retry: 4697 properties: 4698 backoff: 4699 properties: 4700 duration: 4701 type: string 4702 factor: 4703 format: int64 4704 type: integer 4705 maxDuration: 4706 type: string 4707 type: object 4708 limit: 4709 format: int64 4710 type: integer 4711 type: object 4712 syncOptions: 4713 items: 4714 type: string 4715 type: array 4716 type: object 4717 required: 4718 - destination 4719 - project 4720 type: object 4721 required: 4722 - metadata 4723 - spec 4724 type: object 4725 type: object 4726 scmProvider: 4727 properties: 4728 azureDevOps: 4729 properties: 4730 accessTokenRef: 4731 properties: 4732 key: 4733 type: string 4734 secretName: 4735 type: string 4736 required: 4737 - key 4738 - secretName 4739 type: object 4740 allBranches: 4741 type: boolean 4742 api: 4743 type: string 4744 organization: 4745 type: string 4746 teamProject: 4747 type: string 4748 required: 4749 - accessTokenRef 4750 - organization 4751 - teamProject 4752 type: object 4753 bitbucket: 4754 properties: 4755 allBranches: 4756 type: boolean 4757 appPasswordRef: 4758 properties: 4759 key: 4760 type: string 4761 secretName: 4762 type: string 4763 required: 4764 - key 4765 - secretName 4766 type: object 4767 owner: 4768 type: string 4769 user: 4770 type: string 4771 required: 4772 - appPasswordRef 4773 - owner 4774 - user 4775 type: object 4776 bitbucketServer: 4777 properties: 4778 allBranches: 4779 type: boolean 4780 api: 4781 type: string 4782 basicAuth: 4783 properties: 4784 passwordRef: 4785 properties: 4786 key: 4787 type: string 4788 secretName: 4789 type: string 4790 required: 4791 - key 4792 - secretName 4793 type: object 4794 username: 4795 type: string 4796 required: 4797 - passwordRef 4798 - username 4799 type: object 4800 project: 4801 type: string 4802 required: 4803 - api 4804 - project 4805 type: object 4806 cloneProtocol: 4807 type: string 4808 filters: 4809 items: 4810 properties: 4811 branchMatch: 4812 type: string 4813 labelMatch: 4814 type: string 4815 pathsDoNotExist: 4816 items: 4817 type: string 4818 type: array 4819 pathsExist: 4820 items: 4821 type: string 4822 type: array 4823 repositoryMatch: 4824 type: string 4825 type: object 4826 type: array 4827 gitea: 4828 properties: 4829 allBranches: 4830 type: boolean 4831 api: 4832 type: string 4833 insecure: 4834 type: boolean 4835 owner: 4836 type: string 4837 tokenRef: 4838 properties: 4839 key: 4840 type: string 4841 secretName: 4842 type: string 4843 required: 4844 - key 4845 - secretName 4846 type: object 4847 required: 4848 - api 4849 - owner 4850 type: object 4851 github: 4852 properties: 4853 allBranches: 4854 type: boolean 4855 api: 4856 type: string 4857 appSecretName: 4858 type: string 4859 organization: 4860 type: string 4861 tokenRef: 4862 properties: 4863 key: 4864 type: string 4865 secretName: 4866 type: string 4867 required: 4868 - key 4869 - secretName 4870 type: object 4871 required: 4872 - organization 4873 type: object 4874 gitlab: 4875 properties: 4876 allBranches: 4877 type: boolean 4878 api: 4879 type: string 4880 group: 4881 type: string 4882 includeSubgroups: 4883 type: boolean 4884 tokenRef: 4885 properties: 4886 key: 4887 type: string 4888 secretName: 4889 type: string 4890 required: 4891 - key 4892 - secretName 4893 type: object 4894 required: 4895 - group 4896 type: object 4897 requeueAfterSeconds: 4898 format: int64 4899 type: integer 4900 template: 4901 properties: 4902 metadata: 4903 properties: 4904 annotations: 4905 additionalProperties: 4906 type: string 4907 type: object 4908 finalizers: 4909 items: 4910 type: string 4911 type: array 4912 labels: 4913 additionalProperties: 4914 type: string 4915 type: object 4916 name: 4917 type: string 4918 namespace: 4919 type: string 4920 type: object 4921 spec: 4922 properties: 4923 destination: 4924 properties: 4925 name: 4926 type: string 4927 namespace: 4928 type: string 4929 server: 4930 type: string 4931 type: object 4932 ignoreDifferences: 4933 items: 4934 properties: 4935 group: 4936 type: string 4937 jqPathExpressions: 4938 items: 4939 type: string 4940 type: array 4941 jsonPointers: 4942 items: 4943 type: string 4944 type: array 4945 kind: 4946 type: string 4947 managedFieldsManagers: 4948 items: 4949 type: string 4950 type: array 4951 name: 4952 type: string 4953 namespace: 4954 type: string 4955 required: 4956 - kind 4957 type: object 4958 type: array 4959 info: 4960 items: 4961 properties: 4962 name: 4963 type: string 4964 value: 4965 type: string 4966 required: 4967 - name 4968 - value 4969 type: object 4970 type: array 4971 project: 4972 type: string 4973 revisionHistoryLimit: 4974 format: int64 4975 type: integer 4976 source: 4977 properties: 4978 chart: 4979 type: string 4980 directory: 4981 properties: 4982 exclude: 4983 type: string 4984 include: 4985 type: string 4986 jsonnet: 4987 properties: 4988 extVars: 4989 items: 4990 properties: 4991 code: 4992 type: boolean 4993 name: 4994 type: string 4995 value: 4996 type: string 4997 required: 4998 - name 4999 - value 5000 type: object 5001 type: array 5002 libs: 5003 items: 5004 type: string 5005 type: array 5006 tlas: 5007 items: 5008 properties: 5009 code: 5010 type: boolean 5011 name: 5012 type: string 5013 value: 5014 type: string 5015 required: 5016 - name 5017 - value 5018 type: object 5019 type: array 5020 type: object 5021 recurse: 5022 type: boolean 5023 type: object 5024 helm: 5025 properties: 5026 fileParameters: 5027 items: 5028 properties: 5029 name: 5030 type: string 5031 path: 5032 type: string 5033 type: object 5034 type: array 5035 ignoreMissingValueFiles: 5036 type: boolean 5037 parameters: 5038 items: 5039 properties: 5040 forceString: 5041 type: boolean 5042 name: 5043 type: string 5044 value: 5045 type: string 5046 type: object 5047 type: array 5048 passCredentials: 5049 type: boolean 5050 releaseName: 5051 type: string 5052 skipCrds: 5053 type: boolean 5054 valueFiles: 5055 items: 5056 type: string 5057 type: array 5058 values: 5059 type: string 5060 version: 5061 type: string 5062 type: object 5063 kustomize: 5064 properties: 5065 commonAnnotations: 5066 additionalProperties: 5067 type: string 5068 type: object 5069 commonAnnotationsEnvsubst: 5070 type: boolean 5071 commonLabels: 5072 additionalProperties: 5073 type: string 5074 type: object 5075 forceCommonAnnotations: 5076 type: boolean 5077 forceCommonLabels: 5078 type: boolean 5079 images: 5080 items: 5081 type: string 5082 type: array 5083 namePrefix: 5084 type: string 5085 nameSuffix: 5086 type: string 5087 namespace: 5088 type: string 5089 replicas: 5090 items: 5091 properties: 5092 count: 5093 anyOf: 5094 - type: integer 5095 - type: string 5096 x-kubernetes-int-or-string: true 5097 name: 5098 type: string 5099 required: 5100 - count 5101 - name 5102 type: object 5103 type: array 5104 version: 5105 type: string 5106 type: object 5107 path: 5108 type: string 5109 plugin: 5110 properties: 5111 env: 5112 items: 5113 properties: 5114 name: 5115 type: string 5116 value: 5117 type: string 5118 required: 5119 - name 5120 - value 5121 type: object 5122 type: array 5123 name: 5124 type: string 5125 parameters: 5126 items: 5127 properties: 5128 array: 5129 items: 5130 type: string 5131 type: array 5132 map: 5133 additionalProperties: 5134 type: string 5135 type: object 5136 name: 5137 type: string 5138 string: 5139 type: string 5140 type: object 5141 type: array 5142 type: object 5143 ref: 5144 type: string 5145 repoURL: 5146 type: string 5147 targetRevision: 5148 type: string 5149 required: 5150 - repoURL 5151 type: object 5152 sources: 5153 items: 5154 properties: 5155 chart: 5156 type: string 5157 directory: 5158 properties: 5159 exclude: 5160 type: string 5161 include: 5162 type: string 5163 jsonnet: 5164 properties: 5165 extVars: 5166 items: 5167 properties: 5168 code: 5169 type: boolean 5170 name: 5171 type: string 5172 value: 5173 type: string 5174 required: 5175 - name 5176 - value 5177 type: object 5178 type: array 5179 libs: 5180 items: 5181 type: string 5182 type: array 5183 tlas: 5184 items: 5185 properties: 5186 code: 5187 type: boolean 5188 name: 5189 type: string 5190 value: 5191 type: string 5192 required: 5193 - name 5194 - value 5195 type: object 5196 type: array 5197 type: object 5198 recurse: 5199 type: boolean 5200 type: object 5201 helm: 5202 properties: 5203 fileParameters: 5204 items: 5205 properties: 5206 name: 5207 type: string 5208 path: 5209 type: string 5210 type: object 5211 type: array 5212 ignoreMissingValueFiles: 5213 type: boolean 5214 parameters: 5215 items: 5216 properties: 5217 forceString: 5218 type: boolean 5219 name: 5220 type: string 5221 value: 5222 type: string 5223 type: object 5224 type: array 5225 passCredentials: 5226 type: boolean 5227 releaseName: 5228 type: string 5229 skipCrds: 5230 type: boolean 5231 valueFiles: 5232 items: 5233 type: string 5234 type: array 5235 values: 5236 type: string 5237 version: 5238 type: string 5239 type: object 5240 kustomize: 5241 properties: 5242 commonAnnotations: 5243 additionalProperties: 5244 type: string 5245 type: object 5246 commonAnnotationsEnvsubst: 5247 type: boolean 5248 commonLabels: 5249 additionalProperties: 5250 type: string 5251 type: object 5252 forceCommonAnnotations: 5253 type: boolean 5254 forceCommonLabels: 5255 type: boolean 5256 images: 5257 items: 5258 type: string 5259 type: array 5260 namePrefix: 5261 type: string 5262 nameSuffix: 5263 type: string 5264 namespace: 5265 type: string 5266 replicas: 5267 items: 5268 properties: 5269 count: 5270 anyOf: 5271 - type: integer 5272 - type: string 5273 x-kubernetes-int-or-string: true 5274 name: 5275 type: string 5276 required: 5277 - count 5278 - name 5279 type: object 5280 type: array 5281 version: 5282 type: string 5283 type: object 5284 path: 5285 type: string 5286 plugin: 5287 properties: 5288 env: 5289 items: 5290 properties: 5291 name: 5292 type: string 5293 value: 5294 type: string 5295 required: 5296 - name 5297 - value 5298 type: object 5299 type: array 5300 name: 5301 type: string 5302 parameters: 5303 items: 5304 properties: 5305 array: 5306 items: 5307 type: string 5308 type: array 5309 map: 5310 additionalProperties: 5311 type: string 5312 type: object 5313 name: 5314 type: string 5315 string: 5316 type: string 5317 type: object 5318 type: array 5319 type: object 5320 ref: 5321 type: string 5322 repoURL: 5323 type: string 5324 targetRevision: 5325 type: string 5326 required: 5327 - repoURL 5328 type: object 5329 type: array 5330 syncPolicy: 5331 properties: 5332 automated: 5333 properties: 5334 allowEmpty: 5335 type: boolean 5336 prune: 5337 type: boolean 5338 selfHeal: 5339 type: boolean 5340 type: object 5341 managedNamespaceMetadata: 5342 properties: 5343 annotations: 5344 additionalProperties: 5345 type: string 5346 type: object 5347 labels: 5348 additionalProperties: 5349 type: string 5350 type: object 5351 type: object 5352 retry: 5353 properties: 5354 backoff: 5355 properties: 5356 duration: 5357 type: string 5358 factor: 5359 format: int64 5360 type: integer 5361 maxDuration: 5362 type: string 5363 type: object 5364 limit: 5365 format: int64 5366 type: integer 5367 type: object 5368 syncOptions: 5369 items: 5370 type: string 5371 type: array 5372 type: object 5373 required: 5374 - destination 5375 - project 5376 type: object 5377 required: 5378 - metadata 5379 - spec 5380 type: object 5381 type: object 5382 selector: 5383 properties: 5384 matchExpressions: 5385 items: 5386 properties: 5387 key: 5388 type: string 5389 operator: 5390 type: string 5391 values: 5392 items: 5393 type: string 5394 type: array 5395 required: 5396 - key 5397 - operator 5398 type: object 5399 type: array 5400 matchLabels: 5401 additionalProperties: 5402 type: string 5403 type: object 5404 type: object 5405 type: object 5406 type: array 5407 template: 5408 properties: 5409 metadata: 5410 properties: 5411 annotations: 5412 additionalProperties: 5413 type: string 5414 type: object 5415 finalizers: 5416 items: 5417 type: string 5418 type: array 5419 labels: 5420 additionalProperties: 5421 type: string 5422 type: object 5423 name: 5424 type: string 5425 namespace: 5426 type: string 5427 type: object 5428 spec: 5429 properties: 5430 destination: 5431 properties: 5432 name: 5433 type: string 5434 namespace: 5435 type: string 5436 server: 5437 type: string 5438 type: object 5439 ignoreDifferences: 5440 items: 5441 properties: 5442 group: 5443 type: string 5444 jqPathExpressions: 5445 items: 5446 type: string 5447 type: array 5448 jsonPointers: 5449 items: 5450 type: string 5451 type: array 5452 kind: 5453 type: string 5454 managedFieldsManagers: 5455 items: 5456 type: string 5457 type: array 5458 name: 5459 type: string 5460 namespace: 5461 type: string 5462 required: 5463 - kind 5464 type: object 5465 type: array 5466 info: 5467 items: 5468 properties: 5469 name: 5470 type: string 5471 value: 5472 type: string 5473 required: 5474 - name 5475 - value 5476 type: object 5477 type: array 5478 project: 5479 type: string 5480 revisionHistoryLimit: 5481 format: int64 5482 type: integer 5483 source: 5484 properties: 5485 chart: 5486 type: string 5487 directory: 5488 properties: 5489 exclude: 5490 type: string 5491 include: 5492 type: string 5493 jsonnet: 5494 properties: 5495 extVars: 5496 items: 5497 properties: 5498 code: 5499 type: boolean 5500 name: 5501 type: string 5502 value: 5503 type: string 5504 required: 5505 - name 5506 - value 5507 type: object 5508 type: array 5509 libs: 5510 items: 5511 type: string 5512 type: array 5513 tlas: 5514 items: 5515 properties: 5516 code: 5517 type: boolean 5518 name: 5519 type: string 5520 value: 5521 type: string 5522 required: 5523 - name 5524 - value 5525 type: object 5526 type: array 5527 type: object 5528 recurse: 5529 type: boolean 5530 type: object 5531 helm: 5532 properties: 5533 fileParameters: 5534 items: 5535 properties: 5536 name: 5537 type: string 5538 path: 5539 type: string 5540 type: object 5541 type: array 5542 ignoreMissingValueFiles: 5543 type: boolean 5544 parameters: 5545 items: 5546 properties: 5547 forceString: 5548 type: boolean 5549 name: 5550 type: string 5551 value: 5552 type: string 5553 type: object 5554 type: array 5555 passCredentials: 5556 type: boolean 5557 releaseName: 5558 type: string 5559 skipCrds: 5560 type: boolean 5561 valueFiles: 5562 items: 5563 type: string 5564 type: array 5565 values: 5566 type: string 5567 version: 5568 type: string 5569 type: object 5570 kustomize: 5571 properties: 5572 commonAnnotations: 5573 additionalProperties: 5574 type: string 5575 type: object 5576 commonAnnotationsEnvsubst: 5577 type: boolean 5578 commonLabels: 5579 additionalProperties: 5580 type: string 5581 type: object 5582 forceCommonAnnotations: 5583 type: boolean 5584 forceCommonLabels: 5585 type: boolean 5586 images: 5587 items: 5588 type: string 5589 type: array 5590 namePrefix: 5591 type: string 5592 nameSuffix: 5593 type: string 5594 namespace: 5595 type: string 5596 replicas: 5597 items: 5598 properties: 5599 count: 5600 anyOf: 5601 - type: integer 5602 - type: string 5603 x-kubernetes-int-or-string: true 5604 name: 5605 type: string 5606 required: 5607 - count 5608 - name 5609 type: object 5610 type: array 5611 version: 5612 type: string 5613 type: object 5614 path: 5615 type: string 5616 plugin: 5617 properties: 5618 env: 5619 items: 5620 properties: 5621 name: 5622 type: string 5623 value: 5624 type: string 5625 required: 5626 - name 5627 - value 5628 type: object 5629 type: array 5630 name: 5631 type: string 5632 parameters: 5633 items: 5634 properties: 5635 array: 5636 items: 5637 type: string 5638 type: array 5639 map: 5640 additionalProperties: 5641 type: string 5642 type: object 5643 name: 5644 type: string 5645 string: 5646 type: string 5647 type: object 5648 type: array 5649 type: object 5650 ref: 5651 type: string 5652 repoURL: 5653 type: string 5654 targetRevision: 5655 type: string 5656 required: 5657 - repoURL 5658 type: object 5659 sources: 5660 items: 5661 properties: 5662 chart: 5663 type: string 5664 directory: 5665 properties: 5666 exclude: 5667 type: string 5668 include: 5669 type: string 5670 jsonnet: 5671 properties: 5672 extVars: 5673 items: 5674 properties: 5675 code: 5676 type: boolean 5677 name: 5678 type: string 5679 value: 5680 type: string 5681 required: 5682 - name 5683 - value 5684 type: object 5685 type: array 5686 libs: 5687 items: 5688 type: string 5689 type: array 5690 tlas: 5691 items: 5692 properties: 5693 code: 5694 type: boolean 5695 name: 5696 type: string 5697 value: 5698 type: string 5699 required: 5700 - name 5701 - value 5702 type: object 5703 type: array 5704 type: object 5705 recurse: 5706 type: boolean 5707 type: object 5708 helm: 5709 properties: 5710 fileParameters: 5711 items: 5712 properties: 5713 name: 5714 type: string 5715 path: 5716 type: string 5717 type: object 5718 type: array 5719 ignoreMissingValueFiles: 5720 type: boolean 5721 parameters: 5722 items: 5723 properties: 5724 forceString: 5725 type: boolean 5726 name: 5727 type: string 5728 value: 5729 type: string 5730 type: object 5731 type: array 5732 passCredentials: 5733 type: boolean 5734 releaseName: 5735 type: string 5736 skipCrds: 5737 type: boolean 5738 valueFiles: 5739 items: 5740 type: string 5741 type: array 5742 values: 5743 type: string 5744 version: 5745 type: string 5746 type: object 5747 kustomize: 5748 properties: 5749 commonAnnotations: 5750 additionalProperties: 5751 type: string 5752 type: object 5753 commonAnnotationsEnvsubst: 5754 type: boolean 5755 commonLabels: 5756 additionalProperties: 5757 type: string 5758 type: object 5759 forceCommonAnnotations: 5760 type: boolean 5761 forceCommonLabels: 5762 type: boolean 5763 images: 5764 items: 5765 type: string 5766 type: array 5767 namePrefix: 5768 type: string 5769 nameSuffix: 5770 type: string 5771 namespace: 5772 type: string 5773 replicas: 5774 items: 5775 properties: 5776 count: 5777 anyOf: 5778 - type: integer 5779 - type: string 5780 x-kubernetes-int-or-string: true 5781 name: 5782 type: string 5783 required: 5784 - count 5785 - name 5786 type: object 5787 type: array 5788 version: 5789 type: string 5790 type: object 5791 path: 5792 type: string 5793 plugin: 5794 properties: 5795 env: 5796 items: 5797 properties: 5798 name: 5799 type: string 5800 value: 5801 type: string 5802 required: 5803 - name 5804 - value 5805 type: object 5806 type: array 5807 name: 5808 type: string 5809 parameters: 5810 items: 5811 properties: 5812 array: 5813 items: 5814 type: string 5815 type: array 5816 map: 5817 additionalProperties: 5818 type: string 5819 type: object 5820 name: 5821 type: string 5822 string: 5823 type: string 5824 type: object 5825 type: array 5826 type: object 5827 ref: 5828 type: string 5829 repoURL: 5830 type: string 5831 targetRevision: 5832 type: string 5833 required: 5834 - repoURL 5835 type: object 5836 type: array 5837 syncPolicy: 5838 properties: 5839 automated: 5840 properties: 5841 allowEmpty: 5842 type: boolean 5843 prune: 5844 type: boolean 5845 selfHeal: 5846 type: boolean 5847 type: object 5848 managedNamespaceMetadata: 5849 properties: 5850 annotations: 5851 additionalProperties: 5852 type: string 5853 type: object 5854 labels: 5855 additionalProperties: 5856 type: string 5857 type: object 5858 type: object 5859 retry: 5860 properties: 5861 backoff: 5862 properties: 5863 duration: 5864 type: string 5865 factor: 5866 format: int64 5867 type: integer 5868 maxDuration: 5869 type: string 5870 type: object 5871 limit: 5872 format: int64 5873 type: integer 5874 type: object 5875 syncOptions: 5876 items: 5877 type: string 5878 type: array 5879 type: object 5880 required: 5881 - destination 5882 - project 5883 type: object 5884 required: 5885 - metadata 5886 - spec 5887 type: object 5888 required: 5889 - generators 5890 type: object 5891 merge: 5892 properties: 5893 generators: 5894 items: 5895 properties: 5896 clusterDecisionResource: 5897 properties: 5898 configMapRef: 5899 type: string 5900 labelSelector: 5901 properties: 5902 matchExpressions: 5903 items: 5904 properties: 5905 key: 5906 type: string 5907 operator: 5908 type: string 5909 values: 5910 items: 5911 type: string 5912 type: array 5913 required: 5914 - key 5915 - operator 5916 type: object 5917 type: array 5918 matchLabels: 5919 additionalProperties: 5920 type: string 5921 type: object 5922 type: object 5923 name: 5924 type: string 5925 requeueAfterSeconds: 5926 format: int64 5927 type: integer 5928 template: 5929 properties: 5930 metadata: 5931 properties: 5932 annotations: 5933 additionalProperties: 5934 type: string 5935 type: object 5936 finalizers: 5937 items: 5938 type: string 5939 type: array 5940 labels: 5941 additionalProperties: 5942 type: string 5943 type: object 5944 name: 5945 type: string 5946 namespace: 5947 type: string 5948 type: object 5949 spec: 5950 properties: 5951 destination: 5952 properties: 5953 name: 5954 type: string 5955 namespace: 5956 type: string 5957 server: 5958 type: string 5959 type: object 5960 ignoreDifferences: 5961 items: 5962 properties: 5963 group: 5964 type: string 5965 jqPathExpressions: 5966 items: 5967 type: string 5968 type: array 5969 jsonPointers: 5970 items: 5971 type: string 5972 type: array 5973 kind: 5974 type: string 5975 managedFieldsManagers: 5976 items: 5977 type: string 5978 type: array 5979 name: 5980 type: string 5981 namespace: 5982 type: string 5983 required: 5984 - kind 5985 type: object 5986 type: array 5987 info: 5988 items: 5989 properties: 5990 name: 5991 type: string 5992 value: 5993 type: string 5994 required: 5995 - name 5996 - value 5997 type: object 5998 type: array 5999 project: 6000 type: string 6001 revisionHistoryLimit: 6002 format: int64 6003 type: integer 6004 source: 6005 properties: 6006 chart: 6007 type: string 6008 directory: 6009 properties: 6010 exclude: 6011 type: string 6012 include: 6013 type: string 6014 jsonnet: 6015 properties: 6016 extVars: 6017 items: 6018 properties: 6019 code: 6020 type: boolean 6021 name: 6022 type: string 6023 value: 6024 type: string 6025 required: 6026 - name 6027 - value 6028 type: object 6029 type: array 6030 libs: 6031 items: 6032 type: string 6033 type: array 6034 tlas: 6035 items: 6036 properties: 6037 code: 6038 type: boolean 6039 name: 6040 type: string 6041 value: 6042 type: string 6043 required: 6044 - name 6045 - value 6046 type: object 6047 type: array 6048 type: object 6049 recurse: 6050 type: boolean 6051 type: object 6052 helm: 6053 properties: 6054 fileParameters: 6055 items: 6056 properties: 6057 name: 6058 type: string 6059 path: 6060 type: string 6061 type: object 6062 type: array 6063 ignoreMissingValueFiles: 6064 type: boolean 6065 parameters: 6066 items: 6067 properties: 6068 forceString: 6069 type: boolean 6070 name: 6071 type: string 6072 value: 6073 type: string 6074 type: object 6075 type: array 6076 passCredentials: 6077 type: boolean 6078 releaseName: 6079 type: string 6080 skipCrds: 6081 type: boolean 6082 valueFiles: 6083 items: 6084 type: string 6085 type: array 6086 values: 6087 type: string 6088 version: 6089 type: string 6090 type: object 6091 kustomize: 6092 properties: 6093 commonAnnotations: 6094 additionalProperties: 6095 type: string 6096 type: object 6097 commonAnnotationsEnvsubst: 6098 type: boolean 6099 commonLabels: 6100 additionalProperties: 6101 type: string 6102 type: object 6103 forceCommonAnnotations: 6104 type: boolean 6105 forceCommonLabels: 6106 type: boolean 6107 images: 6108 items: 6109 type: string 6110 type: array 6111 namePrefix: 6112 type: string 6113 nameSuffix: 6114 type: string 6115 namespace: 6116 type: string 6117 replicas: 6118 items: 6119 properties: 6120 count: 6121 anyOf: 6122 - type: integer 6123 - type: string 6124 x-kubernetes-int-or-string: true 6125 name: 6126 type: string 6127 required: 6128 - count 6129 - name 6130 type: object 6131 type: array 6132 version: 6133 type: string 6134 type: object 6135 path: 6136 type: string 6137 plugin: 6138 properties: 6139 env: 6140 items: 6141 properties: 6142 name: 6143 type: string 6144 value: 6145 type: string 6146 required: 6147 - name 6148 - value 6149 type: object 6150 type: array 6151 name: 6152 type: string 6153 parameters: 6154 items: 6155 properties: 6156 array: 6157 items: 6158 type: string 6159 type: array 6160 map: 6161 additionalProperties: 6162 type: string 6163 type: object 6164 name: 6165 type: string 6166 string: 6167 type: string 6168 type: object 6169 type: array 6170 type: object 6171 ref: 6172 type: string 6173 repoURL: 6174 type: string 6175 targetRevision: 6176 type: string 6177 required: 6178 - repoURL 6179 type: object 6180 sources: 6181 items: 6182 properties: 6183 chart: 6184 type: string 6185 directory: 6186 properties: 6187 exclude: 6188 type: string 6189 include: 6190 type: string 6191 jsonnet: 6192 properties: 6193 extVars: 6194 items: 6195 properties: 6196 code: 6197 type: boolean 6198 name: 6199 type: string 6200 value: 6201 type: string 6202 required: 6203 - name 6204 - value 6205 type: object 6206 type: array 6207 libs: 6208 items: 6209 type: string 6210 type: array 6211 tlas: 6212 items: 6213 properties: 6214 code: 6215 type: boolean 6216 name: 6217 type: string 6218 value: 6219 type: string 6220 required: 6221 - name 6222 - value 6223 type: object 6224 type: array 6225 type: object 6226 recurse: 6227 type: boolean 6228 type: object 6229 helm: 6230 properties: 6231 fileParameters: 6232 items: 6233 properties: 6234 name: 6235 type: string 6236 path: 6237 type: string 6238 type: object 6239 type: array 6240 ignoreMissingValueFiles: 6241 type: boolean 6242 parameters: 6243 items: 6244 properties: 6245 forceString: 6246 type: boolean 6247 name: 6248 type: string 6249 value: 6250 type: string 6251 type: object 6252 type: array 6253 passCredentials: 6254 type: boolean 6255 releaseName: 6256 type: string 6257 skipCrds: 6258 type: boolean 6259 valueFiles: 6260 items: 6261 type: string 6262 type: array 6263 values: 6264 type: string 6265 version: 6266 type: string 6267 type: object 6268 kustomize: 6269 properties: 6270 commonAnnotations: 6271 additionalProperties: 6272 type: string 6273 type: object 6274 commonAnnotationsEnvsubst: 6275 type: boolean 6276 commonLabels: 6277 additionalProperties: 6278 type: string 6279 type: object 6280 forceCommonAnnotations: 6281 type: boolean 6282 forceCommonLabels: 6283 type: boolean 6284 images: 6285 items: 6286 type: string 6287 type: array 6288 namePrefix: 6289 type: string 6290 nameSuffix: 6291 type: string 6292 namespace: 6293 type: string 6294 replicas: 6295 items: 6296 properties: 6297 count: 6298 anyOf: 6299 - type: integer 6300 - type: string 6301 x-kubernetes-int-or-string: true 6302 name: 6303 type: string 6304 required: 6305 - count 6306 - name 6307 type: object 6308 type: array 6309 version: 6310 type: string 6311 type: object 6312 path: 6313 type: string 6314 plugin: 6315 properties: 6316 env: 6317 items: 6318 properties: 6319 name: 6320 type: string 6321 value: 6322 type: string 6323 required: 6324 - name 6325 - value 6326 type: object 6327 type: array 6328 name: 6329 type: string 6330 parameters: 6331 items: 6332 properties: 6333 array: 6334 items: 6335 type: string 6336 type: array 6337 map: 6338 additionalProperties: 6339 type: string 6340 type: object 6341 name: 6342 type: string 6343 string: 6344 type: string 6345 type: object 6346 type: array 6347 type: object 6348 ref: 6349 type: string 6350 repoURL: 6351 type: string 6352 targetRevision: 6353 type: string 6354 required: 6355 - repoURL 6356 type: object 6357 type: array 6358 syncPolicy: 6359 properties: 6360 automated: 6361 properties: 6362 allowEmpty: 6363 type: boolean 6364 prune: 6365 type: boolean 6366 selfHeal: 6367 type: boolean 6368 type: object 6369 managedNamespaceMetadata: 6370 properties: 6371 annotations: 6372 additionalProperties: 6373 type: string 6374 type: object 6375 labels: 6376 additionalProperties: 6377 type: string 6378 type: object 6379 type: object 6380 retry: 6381 properties: 6382 backoff: 6383 properties: 6384 duration: 6385 type: string 6386 factor: 6387 format: int64 6388 type: integer 6389 maxDuration: 6390 type: string 6391 type: object 6392 limit: 6393 format: int64 6394 type: integer 6395 type: object 6396 syncOptions: 6397 items: 6398 type: string 6399 type: array 6400 type: object 6401 required: 6402 - destination 6403 - project 6404 type: object 6405 required: 6406 - metadata 6407 - spec 6408 type: object 6409 values: 6410 additionalProperties: 6411 type: string 6412 type: object 6413 required: 6414 - configMapRef 6415 type: object 6416 clusters: 6417 properties: 6418 selector: 6419 properties: 6420 matchExpressions: 6421 items: 6422 properties: 6423 key: 6424 type: string 6425 operator: 6426 type: string 6427 values: 6428 items: 6429 type: string 6430 type: array 6431 required: 6432 - key 6433 - operator 6434 type: object 6435 type: array 6436 matchLabels: 6437 additionalProperties: 6438 type: string 6439 type: object 6440 type: object 6441 template: 6442 properties: 6443 metadata: 6444 properties: 6445 annotations: 6446 additionalProperties: 6447 type: string 6448 type: object 6449 finalizers: 6450 items: 6451 type: string 6452 type: array 6453 labels: 6454 additionalProperties: 6455 type: string 6456 type: object 6457 name: 6458 type: string 6459 namespace: 6460 type: string 6461 type: object 6462 spec: 6463 properties: 6464 destination: 6465 properties: 6466 name: 6467 type: string 6468 namespace: 6469 type: string 6470 server: 6471 type: string 6472 type: object 6473 ignoreDifferences: 6474 items: 6475 properties: 6476 group: 6477 type: string 6478 jqPathExpressions: 6479 items: 6480 type: string 6481 type: array 6482 jsonPointers: 6483 items: 6484 type: string 6485 type: array 6486 kind: 6487 type: string 6488 managedFieldsManagers: 6489 items: 6490 type: string 6491 type: array 6492 name: 6493 type: string 6494 namespace: 6495 type: string 6496 required: 6497 - kind 6498 type: object 6499 type: array 6500 info: 6501 items: 6502 properties: 6503 name: 6504 type: string 6505 value: 6506 type: string 6507 required: 6508 - name 6509 - value 6510 type: object 6511 type: array 6512 project: 6513 type: string 6514 revisionHistoryLimit: 6515 format: int64 6516 type: integer 6517 source: 6518 properties: 6519 chart: 6520 type: string 6521 directory: 6522 properties: 6523 exclude: 6524 type: string 6525 include: 6526 type: string 6527 jsonnet: 6528 properties: 6529 extVars: 6530 items: 6531 properties: 6532 code: 6533 type: boolean 6534 name: 6535 type: string 6536 value: 6537 type: string 6538 required: 6539 - name 6540 - value 6541 type: object 6542 type: array 6543 libs: 6544 items: 6545 type: string 6546 type: array 6547 tlas: 6548 items: 6549 properties: 6550 code: 6551 type: boolean 6552 name: 6553 type: string 6554 value: 6555 type: string 6556 required: 6557 - name 6558 - value 6559 type: object 6560 type: array 6561 type: object 6562 recurse: 6563 type: boolean 6564 type: object 6565 helm: 6566 properties: 6567 fileParameters: 6568 items: 6569 properties: 6570 name: 6571 type: string 6572 path: 6573 type: string 6574 type: object 6575 type: array 6576 ignoreMissingValueFiles: 6577 type: boolean 6578 parameters: 6579 items: 6580 properties: 6581 forceString: 6582 type: boolean 6583 name: 6584 type: string 6585 value: 6586 type: string 6587 type: object 6588 type: array 6589 passCredentials: 6590 type: boolean 6591 releaseName: 6592 type: string 6593 skipCrds: 6594 type: boolean 6595 valueFiles: 6596 items: 6597 type: string 6598 type: array 6599 values: 6600 type: string 6601 version: 6602 type: string 6603 type: object 6604 kustomize: 6605 properties: 6606 commonAnnotations: 6607 additionalProperties: 6608 type: string 6609 type: object 6610 commonAnnotationsEnvsubst: 6611 type: boolean 6612 commonLabels: 6613 additionalProperties: 6614 type: string 6615 type: object 6616 forceCommonAnnotations: 6617 type: boolean 6618 forceCommonLabels: 6619 type: boolean 6620 images: 6621 items: 6622 type: string 6623 type: array 6624 namePrefix: 6625 type: string 6626 nameSuffix: 6627 type: string 6628 namespace: 6629 type: string 6630 replicas: 6631 items: 6632 properties: 6633 count: 6634 anyOf: 6635 - type: integer 6636 - type: string 6637 x-kubernetes-int-or-string: true 6638 name: 6639 type: string 6640 required: 6641 - count 6642 - name 6643 type: object 6644 type: array 6645 version: 6646 type: string 6647 type: object 6648 path: 6649 type: string 6650 plugin: 6651 properties: 6652 env: 6653 items: 6654 properties: 6655 name: 6656 type: string 6657 value: 6658 type: string 6659 required: 6660 - name 6661 - value 6662 type: object 6663 type: array 6664 name: 6665 type: string 6666 parameters: 6667 items: 6668 properties: 6669 array: 6670 items: 6671 type: string 6672 type: array 6673 map: 6674 additionalProperties: 6675 type: string 6676 type: object 6677 name: 6678 type: string 6679 string: 6680 type: string 6681 type: object 6682 type: array 6683 type: object 6684 ref: 6685 type: string 6686 repoURL: 6687 type: string 6688 targetRevision: 6689 type: string 6690 required: 6691 - repoURL 6692 type: object 6693 sources: 6694 items: 6695 properties: 6696 chart: 6697 type: string 6698 directory: 6699 properties: 6700 exclude: 6701 type: string 6702 include: 6703 type: string 6704 jsonnet: 6705 properties: 6706 extVars: 6707 items: 6708 properties: 6709 code: 6710 type: boolean 6711 name: 6712 type: string 6713 value: 6714 type: string 6715 required: 6716 - name 6717 - value 6718 type: object 6719 type: array 6720 libs: 6721 items: 6722 type: string 6723 type: array 6724 tlas: 6725 items: 6726 properties: 6727 code: 6728 type: boolean 6729 name: 6730 type: string 6731 value: 6732 type: string 6733 required: 6734 - name 6735 - value 6736 type: object 6737 type: array 6738 type: object 6739 recurse: 6740 type: boolean 6741 type: object 6742 helm: 6743 properties: 6744 fileParameters: 6745 items: 6746 properties: 6747 name: 6748 type: string 6749 path: 6750 type: string 6751 type: object 6752 type: array 6753 ignoreMissingValueFiles: 6754 type: boolean 6755 parameters: 6756 items: 6757 properties: 6758 forceString: 6759 type: boolean 6760 name: 6761 type: string 6762 value: 6763 type: string 6764 type: object 6765 type: array 6766 passCredentials: 6767 type: boolean 6768 releaseName: 6769 type: string 6770 skipCrds: 6771 type: boolean 6772 valueFiles: 6773 items: 6774 type: string 6775 type: array 6776 values: 6777 type: string 6778 version: 6779 type: string 6780 type: object 6781 kustomize: 6782 properties: 6783 commonAnnotations: 6784 additionalProperties: 6785 type: string 6786 type: object 6787 commonAnnotationsEnvsubst: 6788 type: boolean 6789 commonLabels: 6790 additionalProperties: 6791 type: string 6792 type: object 6793 forceCommonAnnotations: 6794 type: boolean 6795 forceCommonLabels: 6796 type: boolean 6797 images: 6798 items: 6799 type: string 6800 type: array 6801 namePrefix: 6802 type: string 6803 nameSuffix: 6804 type: string 6805 namespace: 6806 type: string 6807 replicas: 6808 items: 6809 properties: 6810 count: 6811 anyOf: 6812 - type: integer 6813 - type: string 6814 x-kubernetes-int-or-string: true 6815 name: 6816 type: string 6817 required: 6818 - count 6819 - name 6820 type: object 6821 type: array 6822 version: 6823 type: string 6824 type: object 6825 path: 6826 type: string 6827 plugin: 6828 properties: 6829 env: 6830 items: 6831 properties: 6832 name: 6833 type: string 6834 value: 6835 type: string 6836 required: 6837 - name 6838 - value 6839 type: object 6840 type: array 6841 name: 6842 type: string 6843 parameters: 6844 items: 6845 properties: 6846 array: 6847 items: 6848 type: string 6849 type: array 6850 map: 6851 additionalProperties: 6852 type: string 6853 type: object 6854 name: 6855 type: string 6856 string: 6857 type: string 6858 type: object 6859 type: array 6860 type: object 6861 ref: 6862 type: string 6863 repoURL: 6864 type: string 6865 targetRevision: 6866 type: string 6867 required: 6868 - repoURL 6869 type: object 6870 type: array 6871 syncPolicy: 6872 properties: 6873 automated: 6874 properties: 6875 allowEmpty: 6876 type: boolean 6877 prune: 6878 type: boolean 6879 selfHeal: 6880 type: boolean 6881 type: object 6882 managedNamespaceMetadata: 6883 properties: 6884 annotations: 6885 additionalProperties: 6886 type: string 6887 type: object 6888 labels: 6889 additionalProperties: 6890 type: string 6891 type: object 6892 type: object 6893 retry: 6894 properties: 6895 backoff: 6896 properties: 6897 duration: 6898 type: string 6899 factor: 6900 format: int64 6901 type: integer 6902 maxDuration: 6903 type: string 6904 type: object 6905 limit: 6906 format: int64 6907 type: integer 6908 type: object 6909 syncOptions: 6910 items: 6911 type: string 6912 type: array 6913 type: object 6914 required: 6915 - destination 6916 - project 6917 type: object 6918 required: 6919 - metadata 6920 - spec 6921 type: object 6922 values: 6923 additionalProperties: 6924 type: string 6925 type: object 6926 type: object 6927 git: 6928 properties: 6929 directories: 6930 items: 6931 properties: 6932 exclude: 6933 type: boolean 6934 path: 6935 type: string 6936 required: 6937 - path 6938 type: object 6939 type: array 6940 files: 6941 items: 6942 properties: 6943 path: 6944 type: string 6945 required: 6946 - path 6947 type: object 6948 type: array 6949 pathParamPrefix: 6950 type: string 6951 repoURL: 6952 type: string 6953 requeueAfterSeconds: 6954 format: int64 6955 type: integer 6956 revision: 6957 type: string 6958 template: 6959 properties: 6960 metadata: 6961 properties: 6962 annotations: 6963 additionalProperties: 6964 type: string 6965 type: object 6966 finalizers: 6967 items: 6968 type: string 6969 type: array 6970 labels: 6971 additionalProperties: 6972 type: string 6973 type: object 6974 name: 6975 type: string 6976 namespace: 6977 type: string 6978 type: object 6979 spec: 6980 properties: 6981 destination: 6982 properties: 6983 name: 6984 type: string 6985 namespace: 6986 type: string 6987 server: 6988 type: string 6989 type: object 6990 ignoreDifferences: 6991 items: 6992 properties: 6993 group: 6994 type: string 6995 jqPathExpressions: 6996 items: 6997 type: string 6998 type: array 6999 jsonPointers: 7000 items: 7001 type: string 7002 type: array 7003 kind: 7004 type: string 7005 managedFieldsManagers: 7006 items: 7007 type: string 7008 type: array 7009 name: 7010 type: string 7011 namespace: 7012 type: string 7013 required: 7014 - kind 7015 type: object 7016 type: array 7017 info: 7018 items: 7019 properties: 7020 name: 7021 type: string 7022 value: 7023 type: string 7024 required: 7025 - name 7026 - value 7027 type: object 7028 type: array 7029 project: 7030 type: string 7031 revisionHistoryLimit: 7032 format: int64 7033 type: integer 7034 source: 7035 properties: 7036 chart: 7037 type: string 7038 directory: 7039 properties: 7040 exclude: 7041 type: string 7042 include: 7043 type: string 7044 jsonnet: 7045 properties: 7046 extVars: 7047 items: 7048 properties: 7049 code: 7050 type: boolean 7051 name: 7052 type: string 7053 value: 7054 type: string 7055 required: 7056 - name 7057 - value 7058 type: object 7059 type: array 7060 libs: 7061 items: 7062 type: string 7063 type: array 7064 tlas: 7065 items: 7066 properties: 7067 code: 7068 type: boolean 7069 name: 7070 type: string 7071 value: 7072 type: string 7073 required: 7074 - name 7075 - value 7076 type: object 7077 type: array 7078 type: object 7079 recurse: 7080 type: boolean 7081 type: object 7082 helm: 7083 properties: 7084 fileParameters: 7085 items: 7086 properties: 7087 name: 7088 type: string 7089 path: 7090 type: string 7091 type: object 7092 type: array 7093 ignoreMissingValueFiles: 7094 type: boolean 7095 parameters: 7096 items: 7097 properties: 7098 forceString: 7099 type: boolean 7100 name: 7101 type: string 7102 value: 7103 type: string 7104 type: object 7105 type: array 7106 passCredentials: 7107 type: boolean 7108 releaseName: 7109 type: string 7110 skipCrds: 7111 type: boolean 7112 valueFiles: 7113 items: 7114 type: string 7115 type: array 7116 values: 7117 type: string 7118 version: 7119 type: string 7120 type: object 7121 kustomize: 7122 properties: 7123 commonAnnotations: 7124 additionalProperties: 7125 type: string 7126 type: object 7127 commonAnnotationsEnvsubst: 7128 type: boolean 7129 commonLabels: 7130 additionalProperties: 7131 type: string 7132 type: object 7133 forceCommonAnnotations: 7134 type: boolean 7135 forceCommonLabels: 7136 type: boolean 7137 images: 7138 items: 7139 type: string 7140 type: array 7141 namePrefix: 7142 type: string 7143 nameSuffix: 7144 type: string 7145 namespace: 7146 type: string 7147 replicas: 7148 items: 7149 properties: 7150 count: 7151 anyOf: 7152 - type: integer 7153 - type: string 7154 x-kubernetes-int-or-string: true 7155 name: 7156 type: string 7157 required: 7158 - count 7159 - name 7160 type: object 7161 type: array 7162 version: 7163 type: string 7164 type: object 7165 path: 7166 type: string 7167 plugin: 7168 properties: 7169 env: 7170 items: 7171 properties: 7172 name: 7173 type: string 7174 value: 7175 type: string 7176 required: 7177 - name 7178 - value 7179 type: object 7180 type: array 7181 name: 7182 type: string 7183 parameters: 7184 items: 7185 properties: 7186 array: 7187 items: 7188 type: string 7189 type: array 7190 map: 7191 additionalProperties: 7192 type: string 7193 type: object 7194 name: 7195 type: string 7196 string: 7197 type: string 7198 type: object 7199 type: array 7200 type: object 7201 ref: 7202 type: string 7203 repoURL: 7204 type: string 7205 targetRevision: 7206 type: string 7207 required: 7208 - repoURL 7209 type: object 7210 sources: 7211 items: 7212 properties: 7213 chart: 7214 type: string 7215 directory: 7216 properties: 7217 exclude: 7218 type: string 7219 include: 7220 type: string 7221 jsonnet: 7222 properties: 7223 extVars: 7224 items: 7225 properties: 7226 code: 7227 type: boolean 7228 name: 7229 type: string 7230 value: 7231 type: string 7232 required: 7233 - name 7234 - value 7235 type: object 7236 type: array 7237 libs: 7238 items: 7239 type: string 7240 type: array 7241 tlas: 7242 items: 7243 properties: 7244 code: 7245 type: boolean 7246 name: 7247 type: string 7248 value: 7249 type: string 7250 required: 7251 - name 7252 - value 7253 type: object 7254 type: array 7255 type: object 7256 recurse: 7257 type: boolean 7258 type: object 7259 helm: 7260 properties: 7261 fileParameters: 7262 items: 7263 properties: 7264 name: 7265 type: string 7266 path: 7267 type: string 7268 type: object 7269 type: array 7270 ignoreMissingValueFiles: 7271 type: boolean 7272 parameters: 7273 items: 7274 properties: 7275 forceString: 7276 type: boolean 7277 name: 7278 type: string 7279 value: 7280 type: string 7281 type: object 7282 type: array 7283 passCredentials: 7284 type: boolean 7285 releaseName: 7286 type: string 7287 skipCrds: 7288 type: boolean 7289 valueFiles: 7290 items: 7291 type: string 7292 type: array 7293 values: 7294 type: string 7295 version: 7296 type: string 7297 type: object 7298 kustomize: 7299 properties: 7300 commonAnnotations: 7301 additionalProperties: 7302 type: string 7303 type: object 7304 commonAnnotationsEnvsubst: 7305 type: boolean 7306 commonLabels: 7307 additionalProperties: 7308 type: string 7309 type: object 7310 forceCommonAnnotations: 7311 type: boolean 7312 forceCommonLabels: 7313 type: boolean 7314 images: 7315 items: 7316 type: string 7317 type: array 7318 namePrefix: 7319 type: string 7320 nameSuffix: 7321 type: string 7322 namespace: 7323 type: string 7324 replicas: 7325 items: 7326 properties: 7327 count: 7328 anyOf: 7329 - type: integer 7330 - type: string 7331 x-kubernetes-int-or-string: true 7332 name: 7333 type: string 7334 required: 7335 - count 7336 - name 7337 type: object 7338 type: array 7339 version: 7340 type: string 7341 type: object 7342 path: 7343 type: string 7344 plugin: 7345 properties: 7346 env: 7347 items: 7348 properties: 7349 name: 7350 type: string 7351 value: 7352 type: string 7353 required: 7354 - name 7355 - value 7356 type: object 7357 type: array 7358 name: 7359 type: string 7360 parameters: 7361 items: 7362 properties: 7363 array: 7364 items: 7365 type: string 7366 type: array 7367 map: 7368 additionalProperties: 7369 type: string 7370 type: object 7371 name: 7372 type: string 7373 string: 7374 type: string 7375 type: object 7376 type: array 7377 type: object 7378 ref: 7379 type: string 7380 repoURL: 7381 type: string 7382 targetRevision: 7383 type: string 7384 required: 7385 - repoURL 7386 type: object 7387 type: array 7388 syncPolicy: 7389 properties: 7390 automated: 7391 properties: 7392 allowEmpty: 7393 type: boolean 7394 prune: 7395 type: boolean 7396 selfHeal: 7397 type: boolean 7398 type: object 7399 managedNamespaceMetadata: 7400 properties: 7401 annotations: 7402 additionalProperties: 7403 type: string 7404 type: object 7405 labels: 7406 additionalProperties: 7407 type: string 7408 type: object 7409 type: object 7410 retry: 7411 properties: 7412 backoff: 7413 properties: 7414 duration: 7415 type: string 7416 factor: 7417 format: int64 7418 type: integer 7419 maxDuration: 7420 type: string 7421 type: object 7422 limit: 7423 format: int64 7424 type: integer 7425 type: object 7426 syncOptions: 7427 items: 7428 type: string 7429 type: array 7430 type: object 7431 required: 7432 - destination 7433 - project 7434 type: object 7435 required: 7436 - metadata 7437 - spec 7438 type: object 7439 required: 7440 - repoURL 7441 - revision 7442 type: object 7443 list: 7444 properties: 7445 elements: 7446 items: 7447 x-kubernetes-preserve-unknown-fields: true 7448 type: array 7449 elementsYaml: 7450 type: string 7451 template: 7452 properties: 7453 metadata: 7454 properties: 7455 annotations: 7456 additionalProperties: 7457 type: string 7458 type: object 7459 finalizers: 7460 items: 7461 type: string 7462 type: array 7463 labels: 7464 additionalProperties: 7465 type: string 7466 type: object 7467 name: 7468 type: string 7469 namespace: 7470 type: string 7471 type: object 7472 spec: 7473 properties: 7474 destination: 7475 properties: 7476 name: 7477 type: string 7478 namespace: 7479 type: string 7480 server: 7481 type: string 7482 type: object 7483 ignoreDifferences: 7484 items: 7485 properties: 7486 group: 7487 type: string 7488 jqPathExpressions: 7489 items: 7490 type: string 7491 type: array 7492 jsonPointers: 7493 items: 7494 type: string 7495 type: array 7496 kind: 7497 type: string 7498 managedFieldsManagers: 7499 items: 7500 type: string 7501 type: array 7502 name: 7503 type: string 7504 namespace: 7505 type: string 7506 required: 7507 - kind 7508 type: object 7509 type: array 7510 info: 7511 items: 7512 properties: 7513 name: 7514 type: string 7515 value: 7516 type: string 7517 required: 7518 - name 7519 - value 7520 type: object 7521 type: array 7522 project: 7523 type: string 7524 revisionHistoryLimit: 7525 format: int64 7526 type: integer 7527 source: 7528 properties: 7529 chart: 7530 type: string 7531 directory: 7532 properties: 7533 exclude: 7534 type: string 7535 include: 7536 type: string 7537 jsonnet: 7538 properties: 7539 extVars: 7540 items: 7541 properties: 7542 code: 7543 type: boolean 7544 name: 7545 type: string 7546 value: 7547 type: string 7548 required: 7549 - name 7550 - value 7551 type: object 7552 type: array 7553 libs: 7554 items: 7555 type: string 7556 type: array 7557 tlas: 7558 items: 7559 properties: 7560 code: 7561 type: boolean 7562 name: 7563 type: string 7564 value: 7565 type: string 7566 required: 7567 - name 7568 - value 7569 type: object 7570 type: array 7571 type: object 7572 recurse: 7573 type: boolean 7574 type: object 7575 helm: 7576 properties: 7577 fileParameters: 7578 items: 7579 properties: 7580 name: 7581 type: string 7582 path: 7583 type: string 7584 type: object 7585 type: array 7586 ignoreMissingValueFiles: 7587 type: boolean 7588 parameters: 7589 items: 7590 properties: 7591 forceString: 7592 type: boolean 7593 name: 7594 type: string 7595 value: 7596 type: string 7597 type: object 7598 type: array 7599 passCredentials: 7600 type: boolean 7601 releaseName: 7602 type: string 7603 skipCrds: 7604 type: boolean 7605 valueFiles: 7606 items: 7607 type: string 7608 type: array 7609 values: 7610 type: string 7611 version: 7612 type: string 7613 type: object 7614 kustomize: 7615 properties: 7616 commonAnnotations: 7617 additionalProperties: 7618 type: string 7619 type: object 7620 commonAnnotationsEnvsubst: 7621 type: boolean 7622 commonLabels: 7623 additionalProperties: 7624 type: string 7625 type: object 7626 forceCommonAnnotations: 7627 type: boolean 7628 forceCommonLabels: 7629 type: boolean 7630 images: 7631 items: 7632 type: string 7633 type: array 7634 namePrefix: 7635 type: string 7636 nameSuffix: 7637 type: string 7638 namespace: 7639 type: string 7640 replicas: 7641 items: 7642 properties: 7643 count: 7644 anyOf: 7645 - type: integer 7646 - type: string 7647 x-kubernetes-int-or-string: true 7648 name: 7649 type: string 7650 required: 7651 - count 7652 - name 7653 type: object 7654 type: array 7655 version: 7656 type: string 7657 type: object 7658 path: 7659 type: string 7660 plugin: 7661 properties: 7662 env: 7663 items: 7664 properties: 7665 name: 7666 type: string 7667 value: 7668 type: string 7669 required: 7670 - name 7671 - value 7672 type: object 7673 type: array 7674 name: 7675 type: string 7676 parameters: 7677 items: 7678 properties: 7679 array: 7680 items: 7681 type: string 7682 type: array 7683 map: 7684 additionalProperties: 7685 type: string 7686 type: object 7687 name: 7688 type: string 7689 string: 7690 type: string 7691 type: object 7692 type: array 7693 type: object 7694 ref: 7695 type: string 7696 repoURL: 7697 type: string 7698 targetRevision: 7699 type: string 7700 required: 7701 - repoURL 7702 type: object 7703 sources: 7704 items: 7705 properties: 7706 chart: 7707 type: string 7708 directory: 7709 properties: 7710 exclude: 7711 type: string 7712 include: 7713 type: string 7714 jsonnet: 7715 properties: 7716 extVars: 7717 items: 7718 properties: 7719 code: 7720 type: boolean 7721 name: 7722 type: string 7723 value: 7724 type: string 7725 required: 7726 - name 7727 - value 7728 type: object 7729 type: array 7730 libs: 7731 items: 7732 type: string 7733 type: array 7734 tlas: 7735 items: 7736 properties: 7737 code: 7738 type: boolean 7739 name: 7740 type: string 7741 value: 7742 type: string 7743 required: 7744 - name 7745 - value 7746 type: object 7747 type: array 7748 type: object 7749 recurse: 7750 type: boolean 7751 type: object 7752 helm: 7753 properties: 7754 fileParameters: 7755 items: 7756 properties: 7757 name: 7758 type: string 7759 path: 7760 type: string 7761 type: object 7762 type: array 7763 ignoreMissingValueFiles: 7764 type: boolean 7765 parameters: 7766 items: 7767 properties: 7768 forceString: 7769 type: boolean 7770 name: 7771 type: string 7772 value: 7773 type: string 7774 type: object 7775 type: array 7776 passCredentials: 7777 type: boolean 7778 releaseName: 7779 type: string 7780 skipCrds: 7781 type: boolean 7782 valueFiles: 7783 items: 7784 type: string 7785 type: array 7786 values: 7787 type: string 7788 version: 7789 type: string 7790 type: object 7791 kustomize: 7792 properties: 7793 commonAnnotations: 7794 additionalProperties: 7795 type: string 7796 type: object 7797 commonAnnotationsEnvsubst: 7798 type: boolean 7799 commonLabels: 7800 additionalProperties: 7801 type: string 7802 type: object 7803 forceCommonAnnotations: 7804 type: boolean 7805 forceCommonLabels: 7806 type: boolean 7807 images: 7808 items: 7809 type: string 7810 type: array 7811 namePrefix: 7812 type: string 7813 nameSuffix: 7814 type: string 7815 namespace: 7816 type: string 7817 replicas: 7818 items: 7819 properties: 7820 count: 7821 anyOf: 7822 - type: integer 7823 - type: string 7824 x-kubernetes-int-or-string: true 7825 name: 7826 type: string 7827 required: 7828 - count 7829 - name 7830 type: object 7831 type: array 7832 version: 7833 type: string 7834 type: object 7835 path: 7836 type: string 7837 plugin: 7838 properties: 7839 env: 7840 items: 7841 properties: 7842 name: 7843 type: string 7844 value: 7845 type: string 7846 required: 7847 - name 7848 - value 7849 type: object 7850 type: array 7851 name: 7852 type: string 7853 parameters: 7854 items: 7855 properties: 7856 array: 7857 items: 7858 type: string 7859 type: array 7860 map: 7861 additionalProperties: 7862 type: string 7863 type: object 7864 name: 7865 type: string 7866 string: 7867 type: string 7868 type: object 7869 type: array 7870 type: object 7871 ref: 7872 type: string 7873 repoURL: 7874 type: string 7875 targetRevision: 7876 type: string 7877 required: 7878 - repoURL 7879 type: object 7880 type: array 7881 syncPolicy: 7882 properties: 7883 automated: 7884 properties: 7885 allowEmpty: 7886 type: boolean 7887 prune: 7888 type: boolean 7889 selfHeal: 7890 type: boolean 7891 type: object 7892 managedNamespaceMetadata: 7893 properties: 7894 annotations: 7895 additionalProperties: 7896 type: string 7897 type: object 7898 labels: 7899 additionalProperties: 7900 type: string 7901 type: object 7902 type: object 7903 retry: 7904 properties: 7905 backoff: 7906 properties: 7907 duration: 7908 type: string 7909 factor: 7910 format: int64 7911 type: integer 7912 maxDuration: 7913 type: string 7914 type: object 7915 limit: 7916 format: int64 7917 type: integer 7918 type: object 7919 syncOptions: 7920 items: 7921 type: string 7922 type: array 7923 type: object 7924 required: 7925 - destination 7926 - project 7927 type: object 7928 required: 7929 - metadata 7930 - spec 7931 type: object 7932 required: 7933 - elements 7934 type: object 7935 matrix: 7936 x-kubernetes-preserve-unknown-fields: true 7937 merge: 7938 x-kubernetes-preserve-unknown-fields: true 7939 pullRequest: 7940 properties: 7941 bitbucketServer: 7942 properties: 7943 api: 7944 type: string 7945 basicAuth: 7946 properties: 7947 passwordRef: 7948 properties: 7949 key: 7950 type: string 7951 secretName: 7952 type: string 7953 required: 7954 - key 7955 - secretName 7956 type: object 7957 username: 7958 type: string 7959 required: 7960 - passwordRef 7961 - username 7962 type: object 7963 project: 7964 type: string 7965 repo: 7966 type: string 7967 required: 7968 - api 7969 - project 7970 - repo 7971 type: object 7972 filters: 7973 items: 7974 properties: 7975 branchMatch: 7976 type: string 7977 type: object 7978 type: array 7979 gitea: 7980 properties: 7981 api: 7982 type: string 7983 insecure: 7984 type: boolean 7985 owner: 7986 type: string 7987 repo: 7988 type: string 7989 tokenRef: 7990 properties: 7991 key: 7992 type: string 7993 secretName: 7994 type: string 7995 required: 7996 - key 7997 - secretName 7998 type: object 7999 required: 8000 - api 8001 - owner 8002 - repo 8003 type: object 8004 github: 8005 properties: 8006 api: 8007 type: string 8008 appSecretName: 8009 type: string 8010 labels: 8011 items: 8012 type: string 8013 type: array 8014 owner: 8015 type: string 8016 repo: 8017 type: string 8018 tokenRef: 8019 properties: 8020 key: 8021 type: string 8022 secretName: 8023 type: string 8024 required: 8025 - key 8026 - secretName 8027 type: object 8028 required: 8029 - owner 8030 - repo 8031 type: object 8032 gitlab: 8033 properties: 8034 api: 8035 type: string 8036 labels: 8037 items: 8038 type: string 8039 type: array 8040 project: 8041 type: string 8042 pullRequestState: 8043 type: string 8044 tokenRef: 8045 properties: 8046 key: 8047 type: string 8048 secretName: 8049 type: string 8050 required: 8051 - key 8052 - secretName 8053 type: object 8054 required: 8055 - project 8056 type: object 8057 requeueAfterSeconds: 8058 format: int64 8059 type: integer 8060 template: 8061 properties: 8062 metadata: 8063 properties: 8064 annotations: 8065 additionalProperties: 8066 type: string 8067 type: object 8068 finalizers: 8069 items: 8070 type: string 8071 type: array 8072 labels: 8073 additionalProperties: 8074 type: string 8075 type: object 8076 name: 8077 type: string 8078 namespace: 8079 type: string 8080 type: object 8081 spec: 8082 properties: 8083 destination: 8084 properties: 8085 name: 8086 type: string 8087 namespace: 8088 type: string 8089 server: 8090 type: string 8091 type: object 8092 ignoreDifferences: 8093 items: 8094 properties: 8095 group: 8096 type: string 8097 jqPathExpressions: 8098 items: 8099 type: string 8100 type: array 8101 jsonPointers: 8102 items: 8103 type: string 8104 type: array 8105 kind: 8106 type: string 8107 managedFieldsManagers: 8108 items: 8109 type: string 8110 type: array 8111 name: 8112 type: string 8113 namespace: 8114 type: string 8115 required: 8116 - kind 8117 type: object 8118 type: array 8119 info: 8120 items: 8121 properties: 8122 name: 8123 type: string 8124 value: 8125 type: string 8126 required: 8127 - name 8128 - value 8129 type: object 8130 type: array 8131 project: 8132 type: string 8133 revisionHistoryLimit: 8134 format: int64 8135 type: integer 8136 source: 8137 properties: 8138 chart: 8139 type: string 8140 directory: 8141 properties: 8142 exclude: 8143 type: string 8144 include: 8145 type: string 8146 jsonnet: 8147 properties: 8148 extVars: 8149 items: 8150 properties: 8151 code: 8152 type: boolean 8153 name: 8154 type: string 8155 value: 8156 type: string 8157 required: 8158 - name 8159 - value 8160 type: object 8161 type: array 8162 libs: 8163 items: 8164 type: string 8165 type: array 8166 tlas: 8167 items: 8168 properties: 8169 code: 8170 type: boolean 8171 name: 8172 type: string 8173 value: 8174 type: string 8175 required: 8176 - name 8177 - value 8178 type: object 8179 type: array 8180 type: object 8181 recurse: 8182 type: boolean 8183 type: object 8184 helm: 8185 properties: 8186 fileParameters: 8187 items: 8188 properties: 8189 name: 8190 type: string 8191 path: 8192 type: string 8193 type: object 8194 type: array 8195 ignoreMissingValueFiles: 8196 type: boolean 8197 parameters: 8198 items: 8199 properties: 8200 forceString: 8201 type: boolean 8202 name: 8203 type: string 8204 value: 8205 type: string 8206 type: object 8207 type: array 8208 passCredentials: 8209 type: boolean 8210 releaseName: 8211 type: string 8212 skipCrds: 8213 type: boolean 8214 valueFiles: 8215 items: 8216 type: string 8217 type: array 8218 values: 8219 type: string 8220 version: 8221 type: string 8222 type: object 8223 kustomize: 8224 properties: 8225 commonAnnotations: 8226 additionalProperties: 8227 type: string 8228 type: object 8229 commonAnnotationsEnvsubst: 8230 type: boolean 8231 commonLabels: 8232 additionalProperties: 8233 type: string 8234 type: object 8235 forceCommonAnnotations: 8236 type: boolean 8237 forceCommonLabels: 8238 type: boolean 8239 images: 8240 items: 8241 type: string 8242 type: array 8243 namePrefix: 8244 type: string 8245 nameSuffix: 8246 type: string 8247 namespace: 8248 type: string 8249 replicas: 8250 items: 8251 properties: 8252 count: 8253 anyOf: 8254 - type: integer 8255 - type: string 8256 x-kubernetes-int-or-string: true 8257 name: 8258 type: string 8259 required: 8260 - count 8261 - name 8262 type: object 8263 type: array 8264 version: 8265 type: string 8266 type: object 8267 path: 8268 type: string 8269 plugin: 8270 properties: 8271 env: 8272 items: 8273 properties: 8274 name: 8275 type: string 8276 value: 8277 type: string 8278 required: 8279 - name 8280 - value 8281 type: object 8282 type: array 8283 name: 8284 type: string 8285 parameters: 8286 items: 8287 properties: 8288 array: 8289 items: 8290 type: string 8291 type: array 8292 map: 8293 additionalProperties: 8294 type: string 8295 type: object 8296 name: 8297 type: string 8298 string: 8299 type: string 8300 type: object 8301 type: array 8302 type: object 8303 ref: 8304 type: string 8305 repoURL: 8306 type: string 8307 targetRevision: 8308 type: string 8309 required: 8310 - repoURL 8311 type: object 8312 sources: 8313 items: 8314 properties: 8315 chart: 8316 type: string 8317 directory: 8318 properties: 8319 exclude: 8320 type: string 8321 include: 8322 type: string 8323 jsonnet: 8324 properties: 8325 extVars: 8326 items: 8327 properties: 8328 code: 8329 type: boolean 8330 name: 8331 type: string 8332 value: 8333 type: string 8334 required: 8335 - name 8336 - value 8337 type: object 8338 type: array 8339 libs: 8340 items: 8341 type: string 8342 type: array 8343 tlas: 8344 items: 8345 properties: 8346 code: 8347 type: boolean 8348 name: 8349 type: string 8350 value: 8351 type: string 8352 required: 8353 - name 8354 - value 8355 type: object 8356 type: array 8357 type: object 8358 recurse: 8359 type: boolean 8360 type: object 8361 helm: 8362 properties: 8363 fileParameters: 8364 items: 8365 properties: 8366 name: 8367 type: string 8368 path: 8369 type: string 8370 type: object 8371 type: array 8372 ignoreMissingValueFiles: 8373 type: boolean 8374 parameters: 8375 items: 8376 properties: 8377 forceString: 8378 type: boolean 8379 name: 8380 type: string 8381 value: 8382 type: string 8383 type: object 8384 type: array 8385 passCredentials: 8386 type: boolean 8387 releaseName: 8388 type: string 8389 skipCrds: 8390 type: boolean 8391 valueFiles: 8392 items: 8393 type: string 8394 type: array 8395 values: 8396 type: string 8397 version: 8398 type: string 8399 type: object 8400 kustomize: 8401 properties: 8402 commonAnnotations: 8403 additionalProperties: 8404 type: string 8405 type: object 8406 commonAnnotationsEnvsubst: 8407 type: boolean 8408 commonLabels: 8409 additionalProperties: 8410 type: string 8411 type: object 8412 forceCommonAnnotations: 8413 type: boolean 8414 forceCommonLabels: 8415 type: boolean 8416 images: 8417 items: 8418 type: string 8419 type: array 8420 namePrefix: 8421 type: string 8422 nameSuffix: 8423 type: string 8424 namespace: 8425 type: string 8426 replicas: 8427 items: 8428 properties: 8429 count: 8430 anyOf: 8431 - type: integer 8432 - type: string 8433 x-kubernetes-int-or-string: true 8434 name: 8435 type: string 8436 required: 8437 - count 8438 - name 8439 type: object 8440 type: array 8441 version: 8442 type: string 8443 type: object 8444 path: 8445 type: string 8446 plugin: 8447 properties: 8448 env: 8449 items: 8450 properties: 8451 name: 8452 type: string 8453 value: 8454 type: string 8455 required: 8456 - name 8457 - value 8458 type: object 8459 type: array 8460 name: 8461 type: string 8462 parameters: 8463 items: 8464 properties: 8465 array: 8466 items: 8467 type: string 8468 type: array 8469 map: 8470 additionalProperties: 8471 type: string 8472 type: object 8473 name: 8474 type: string 8475 string: 8476 type: string 8477 type: object 8478 type: array 8479 type: object 8480 ref: 8481 type: string 8482 repoURL: 8483 type: string 8484 targetRevision: 8485 type: string 8486 required: 8487 - repoURL 8488 type: object 8489 type: array 8490 syncPolicy: 8491 properties: 8492 automated: 8493 properties: 8494 allowEmpty: 8495 type: boolean 8496 prune: 8497 type: boolean 8498 selfHeal: 8499 type: boolean 8500 type: object 8501 managedNamespaceMetadata: 8502 properties: 8503 annotations: 8504 additionalProperties: 8505 type: string 8506 type: object 8507 labels: 8508 additionalProperties: 8509 type: string 8510 type: object 8511 type: object 8512 retry: 8513 properties: 8514 backoff: 8515 properties: 8516 duration: 8517 type: string 8518 factor: 8519 format: int64 8520 type: integer 8521 maxDuration: 8522 type: string 8523 type: object 8524 limit: 8525 format: int64 8526 type: integer 8527 type: object 8528 syncOptions: 8529 items: 8530 type: string 8531 type: array 8532 type: object 8533 required: 8534 - destination 8535 - project 8536 type: object 8537 required: 8538 - metadata 8539 - spec 8540 type: object 8541 type: object 8542 scmProvider: 8543 properties: 8544 azureDevOps: 8545 properties: 8546 accessTokenRef: 8547 properties: 8548 key: 8549 type: string 8550 secretName: 8551 type: string 8552 required: 8553 - key 8554 - secretName 8555 type: object 8556 allBranches: 8557 type: boolean 8558 api: 8559 type: string 8560 organization: 8561 type: string 8562 teamProject: 8563 type: string 8564 required: 8565 - accessTokenRef 8566 - organization 8567 - teamProject 8568 type: object 8569 bitbucket: 8570 properties: 8571 allBranches: 8572 type: boolean 8573 appPasswordRef: 8574 properties: 8575 key: 8576 type: string 8577 secretName: 8578 type: string 8579 required: 8580 - key 8581 - secretName 8582 type: object 8583 owner: 8584 type: string 8585 user: 8586 type: string 8587 required: 8588 - appPasswordRef 8589 - owner 8590 - user 8591 type: object 8592 bitbucketServer: 8593 properties: 8594 allBranches: 8595 type: boolean 8596 api: 8597 type: string 8598 basicAuth: 8599 properties: 8600 passwordRef: 8601 properties: 8602 key: 8603 type: string 8604 secretName: 8605 type: string 8606 required: 8607 - key 8608 - secretName 8609 type: object 8610 username: 8611 type: string 8612 required: 8613 - passwordRef 8614 - username 8615 type: object 8616 project: 8617 type: string 8618 required: 8619 - api 8620 - project 8621 type: object 8622 cloneProtocol: 8623 type: string 8624 filters: 8625 items: 8626 properties: 8627 branchMatch: 8628 type: string 8629 labelMatch: 8630 type: string 8631 pathsDoNotExist: 8632 items: 8633 type: string 8634 type: array 8635 pathsExist: 8636 items: 8637 type: string 8638 type: array 8639 repositoryMatch: 8640 type: string 8641 type: object 8642 type: array 8643 gitea: 8644 properties: 8645 allBranches: 8646 type: boolean 8647 api: 8648 type: string 8649 insecure: 8650 type: boolean 8651 owner: 8652 type: string 8653 tokenRef: 8654 properties: 8655 key: 8656 type: string 8657 secretName: 8658 type: string 8659 required: 8660 - key 8661 - secretName 8662 type: object 8663 required: 8664 - api 8665 - owner 8666 type: object 8667 github: 8668 properties: 8669 allBranches: 8670 type: boolean 8671 api: 8672 type: string 8673 appSecretName: 8674 type: string 8675 organization: 8676 type: string 8677 tokenRef: 8678 properties: 8679 key: 8680 type: string 8681 secretName: 8682 type: string 8683 required: 8684 - key 8685 - secretName 8686 type: object 8687 required: 8688 - organization 8689 type: object 8690 gitlab: 8691 properties: 8692 allBranches: 8693 type: boolean 8694 api: 8695 type: string 8696 group: 8697 type: string 8698 includeSubgroups: 8699 type: boolean 8700 tokenRef: 8701 properties: 8702 key: 8703 type: string 8704 secretName: 8705 type: string 8706 required: 8707 - key 8708 - secretName 8709 type: object 8710 required: 8711 - group 8712 type: object 8713 requeueAfterSeconds: 8714 format: int64 8715 type: integer 8716 template: 8717 properties: 8718 metadata: 8719 properties: 8720 annotations: 8721 additionalProperties: 8722 type: string 8723 type: object 8724 finalizers: 8725 items: 8726 type: string 8727 type: array 8728 labels: 8729 additionalProperties: 8730 type: string 8731 type: object 8732 name: 8733 type: string 8734 namespace: 8735 type: string 8736 type: object 8737 spec: 8738 properties: 8739 destination: 8740 properties: 8741 name: 8742 type: string 8743 namespace: 8744 type: string 8745 server: 8746 type: string 8747 type: object 8748 ignoreDifferences: 8749 items: 8750 properties: 8751 group: 8752 type: string 8753 jqPathExpressions: 8754 items: 8755 type: string 8756 type: array 8757 jsonPointers: 8758 items: 8759 type: string 8760 type: array 8761 kind: 8762 type: string 8763 managedFieldsManagers: 8764 items: 8765 type: string 8766 type: array 8767 name: 8768 type: string 8769 namespace: 8770 type: string 8771 required: 8772 - kind 8773 type: object 8774 type: array 8775 info: 8776 items: 8777 properties: 8778 name: 8779 type: string 8780 value: 8781 type: string 8782 required: 8783 - name 8784 - value 8785 type: object 8786 type: array 8787 project: 8788 type: string 8789 revisionHistoryLimit: 8790 format: int64 8791 type: integer 8792 source: 8793 properties: 8794 chart: 8795 type: string 8796 directory: 8797 properties: 8798 exclude: 8799 type: string 8800 include: 8801 type: string 8802 jsonnet: 8803 properties: 8804 extVars: 8805 items: 8806 properties: 8807 code: 8808 type: boolean 8809 name: 8810 type: string 8811 value: 8812 type: string 8813 required: 8814 - name 8815 - value 8816 type: object 8817 type: array 8818 libs: 8819 items: 8820 type: string 8821 type: array 8822 tlas: 8823 items: 8824 properties: 8825 code: 8826 type: boolean 8827 name: 8828 type: string 8829 value: 8830 type: string 8831 required: 8832 - name 8833 - value 8834 type: object 8835 type: array 8836 type: object 8837 recurse: 8838 type: boolean 8839 type: object 8840 helm: 8841 properties: 8842 fileParameters: 8843 items: 8844 properties: 8845 name: 8846 type: string 8847 path: 8848 type: string 8849 type: object 8850 type: array 8851 ignoreMissingValueFiles: 8852 type: boolean 8853 parameters: 8854 items: 8855 properties: 8856 forceString: 8857 type: boolean 8858 name: 8859 type: string 8860 value: 8861 type: string 8862 type: object 8863 type: array 8864 passCredentials: 8865 type: boolean 8866 releaseName: 8867 type: string 8868 skipCrds: 8869 type: boolean 8870 valueFiles: 8871 items: 8872 type: string 8873 type: array 8874 values: 8875 type: string 8876 version: 8877 type: string 8878 type: object 8879 kustomize: 8880 properties: 8881 commonAnnotations: 8882 additionalProperties: 8883 type: string 8884 type: object 8885 commonAnnotationsEnvsubst: 8886 type: boolean 8887 commonLabels: 8888 additionalProperties: 8889 type: string 8890 type: object 8891 forceCommonAnnotations: 8892 type: boolean 8893 forceCommonLabels: 8894 type: boolean 8895 images: 8896 items: 8897 type: string 8898 type: array 8899 namePrefix: 8900 type: string 8901 nameSuffix: 8902 type: string 8903 namespace: 8904 type: string 8905 replicas: 8906 items: 8907 properties: 8908 count: 8909 anyOf: 8910 - type: integer 8911 - type: string 8912 x-kubernetes-int-or-string: true 8913 name: 8914 type: string 8915 required: 8916 - count 8917 - name 8918 type: object 8919 type: array 8920 version: 8921 type: string 8922 type: object 8923 path: 8924 type: string 8925 plugin: 8926 properties: 8927 env: 8928 items: 8929 properties: 8930 name: 8931 type: string 8932 value: 8933 type: string 8934 required: 8935 - name 8936 - value 8937 type: object 8938 type: array 8939 name: 8940 type: string 8941 parameters: 8942 items: 8943 properties: 8944 array: 8945 items: 8946 type: string 8947 type: array 8948 map: 8949 additionalProperties: 8950 type: string 8951 type: object 8952 name: 8953 type: string 8954 string: 8955 type: string 8956 type: object 8957 type: array 8958 type: object 8959 ref: 8960 type: string 8961 repoURL: 8962 type: string 8963 targetRevision: 8964 type: string 8965 required: 8966 - repoURL 8967 type: object 8968 sources: 8969 items: 8970 properties: 8971 chart: 8972 type: string 8973 directory: 8974 properties: 8975 exclude: 8976 type: string 8977 include: 8978 type: string 8979 jsonnet: 8980 properties: 8981 extVars: 8982 items: 8983 properties: 8984 code: 8985 type: boolean 8986 name: 8987 type: string 8988 value: 8989 type: string 8990 required: 8991 - name 8992 - value 8993 type: object 8994 type: array 8995 libs: 8996 items: 8997 type: string 8998 type: array 8999 tlas: 9000 items: 9001 properties: 9002 code: 9003 type: boolean 9004 name: 9005 type: string 9006 value: 9007 type: string 9008 required: 9009 - name 9010 - value 9011 type: object 9012 type: array 9013 type: object 9014 recurse: 9015 type: boolean 9016 type: object 9017 helm: 9018 properties: 9019 fileParameters: 9020 items: 9021 properties: 9022 name: 9023 type: string 9024 path: 9025 type: string 9026 type: object 9027 type: array 9028 ignoreMissingValueFiles: 9029 type: boolean 9030 parameters: 9031 items: 9032 properties: 9033 forceString: 9034 type: boolean 9035 name: 9036 type: string 9037 value: 9038 type: string 9039 type: object 9040 type: array 9041 passCredentials: 9042 type: boolean 9043 releaseName: 9044 type: string 9045 skipCrds: 9046 type: boolean 9047 valueFiles: 9048 items: 9049 type: string 9050 type: array 9051 values: 9052 type: string 9053 version: 9054 type: string 9055 type: object 9056 kustomize: 9057 properties: 9058 commonAnnotations: 9059 additionalProperties: 9060 type: string 9061 type: object 9062 commonAnnotationsEnvsubst: 9063 type: boolean 9064 commonLabels: 9065 additionalProperties: 9066 type: string 9067 type: object 9068 forceCommonAnnotations: 9069 type: boolean 9070 forceCommonLabels: 9071 type: boolean 9072 images: 9073 items: 9074 type: string 9075 type: array 9076 namePrefix: 9077 type: string 9078 nameSuffix: 9079 type: string 9080 namespace: 9081 type: string 9082 replicas: 9083 items: 9084 properties: 9085 count: 9086 anyOf: 9087 - type: integer 9088 - type: string 9089 x-kubernetes-int-or-string: true 9090 name: 9091 type: string 9092 required: 9093 - count 9094 - name 9095 type: object 9096 type: array 9097 version: 9098 type: string 9099 type: object 9100 path: 9101 type: string 9102 plugin: 9103 properties: 9104 env: 9105 items: 9106 properties: 9107 name: 9108 type: string 9109 value: 9110 type: string 9111 required: 9112 - name 9113 - value 9114 type: object 9115 type: array 9116 name: 9117 type: string 9118 parameters: 9119 items: 9120 properties: 9121 array: 9122 items: 9123 type: string 9124 type: array 9125 map: 9126 additionalProperties: 9127 type: string 9128 type: object 9129 name: 9130 type: string 9131 string: 9132 type: string 9133 type: object 9134 type: array 9135 type: object 9136 ref: 9137 type: string 9138 repoURL: 9139 type: string 9140 targetRevision: 9141 type: string 9142 required: 9143 - repoURL 9144 type: object 9145 type: array 9146 syncPolicy: 9147 properties: 9148 automated: 9149 properties: 9150 allowEmpty: 9151 type: boolean 9152 prune: 9153 type: boolean 9154 selfHeal: 9155 type: boolean 9156 type: object 9157 managedNamespaceMetadata: 9158 properties: 9159 annotations: 9160 additionalProperties: 9161 type: string 9162 type: object 9163 labels: 9164 additionalProperties: 9165 type: string 9166 type: object 9167 type: object 9168 retry: 9169 properties: 9170 backoff: 9171 properties: 9172 duration: 9173 type: string 9174 factor: 9175 format: int64 9176 type: integer 9177 maxDuration: 9178 type: string 9179 type: object 9180 limit: 9181 format: int64 9182 type: integer 9183 type: object 9184 syncOptions: 9185 items: 9186 type: string 9187 type: array 9188 type: object 9189 required: 9190 - destination 9191 - project 9192 type: object 9193 required: 9194 - metadata 9195 - spec 9196 type: object 9197 type: object 9198 selector: 9199 properties: 9200 matchExpressions: 9201 items: 9202 properties: 9203 key: 9204 type: string 9205 operator: 9206 type: string 9207 values: 9208 items: 9209 type: string 9210 type: array 9211 required: 9212 - key 9213 - operator 9214 type: object 9215 type: array 9216 matchLabels: 9217 additionalProperties: 9218 type: string 9219 type: object 9220 type: object 9221 type: object 9222 type: array 9223 mergeKeys: 9224 items: 9225 type: string 9226 type: array 9227 template: 9228 properties: 9229 metadata: 9230 properties: 9231 annotations: 9232 additionalProperties: 9233 type: string 9234 type: object 9235 finalizers: 9236 items: 9237 type: string 9238 type: array 9239 labels: 9240 additionalProperties: 9241 type: string 9242 type: object 9243 name: 9244 type: string 9245 namespace: 9246 type: string 9247 type: object 9248 spec: 9249 properties: 9250 destination: 9251 properties: 9252 name: 9253 type: string 9254 namespace: 9255 type: string 9256 server: 9257 type: string 9258 type: object 9259 ignoreDifferences: 9260 items: 9261 properties: 9262 group: 9263 type: string 9264 jqPathExpressions: 9265 items: 9266 type: string 9267 type: array 9268 jsonPointers: 9269 items: 9270 type: string 9271 type: array 9272 kind: 9273 type: string 9274 managedFieldsManagers: 9275 items: 9276 type: string 9277 type: array 9278 name: 9279 type: string 9280 namespace: 9281 type: string 9282 required: 9283 - kind 9284 type: object 9285 type: array 9286 info: 9287 items: 9288 properties: 9289 name: 9290 type: string 9291 value: 9292 type: string 9293 required: 9294 - name 9295 - value 9296 type: object 9297 type: array 9298 project: 9299 type: string 9300 revisionHistoryLimit: 9301 format: int64 9302 type: integer 9303 source: 9304 properties: 9305 chart: 9306 type: string 9307 directory: 9308 properties: 9309 exclude: 9310 type: string 9311 include: 9312 type: string 9313 jsonnet: 9314 properties: 9315 extVars: 9316 items: 9317 properties: 9318 code: 9319 type: boolean 9320 name: 9321 type: string 9322 value: 9323 type: string 9324 required: 9325 - name 9326 - value 9327 type: object 9328 type: array 9329 libs: 9330 items: 9331 type: string 9332 type: array 9333 tlas: 9334 items: 9335 properties: 9336 code: 9337 type: boolean 9338 name: 9339 type: string 9340 value: 9341 type: string 9342 required: 9343 - name 9344 - value 9345 type: object 9346 type: array 9347 type: object 9348 recurse: 9349 type: boolean 9350 type: object 9351 helm: 9352 properties: 9353 fileParameters: 9354 items: 9355 properties: 9356 name: 9357 type: string 9358 path: 9359 type: string 9360 type: object 9361 type: array 9362 ignoreMissingValueFiles: 9363 type: boolean 9364 parameters: 9365 items: 9366 properties: 9367 forceString: 9368 type: boolean 9369 name: 9370 type: string 9371 value: 9372 type: string 9373 type: object 9374 type: array 9375 passCredentials: 9376 type: boolean 9377 releaseName: 9378 type: string 9379 skipCrds: 9380 type: boolean 9381 valueFiles: 9382 items: 9383 type: string 9384 type: array 9385 values: 9386 type: string 9387 version: 9388 type: string 9389 type: object 9390 kustomize: 9391 properties: 9392 commonAnnotations: 9393 additionalProperties: 9394 type: string 9395 type: object 9396 commonAnnotationsEnvsubst: 9397 type: boolean 9398 commonLabels: 9399 additionalProperties: 9400 type: string 9401 type: object 9402 forceCommonAnnotations: 9403 type: boolean 9404 forceCommonLabels: 9405 type: boolean 9406 images: 9407 items: 9408 type: string 9409 type: array 9410 namePrefix: 9411 type: string 9412 nameSuffix: 9413 type: string 9414 namespace: 9415 type: string 9416 replicas: 9417 items: 9418 properties: 9419 count: 9420 anyOf: 9421 - type: integer 9422 - type: string 9423 x-kubernetes-int-or-string: true 9424 name: 9425 type: string 9426 required: 9427 - count 9428 - name 9429 type: object 9430 type: array 9431 version: 9432 type: string 9433 type: object 9434 path: 9435 type: string 9436 plugin: 9437 properties: 9438 env: 9439 items: 9440 properties: 9441 name: 9442 type: string 9443 value: 9444 type: string 9445 required: 9446 - name 9447 - value 9448 type: object 9449 type: array 9450 name: 9451 type: string 9452 parameters: 9453 items: 9454 properties: 9455 array: 9456 items: 9457 type: string 9458 type: array 9459 map: 9460 additionalProperties: 9461 type: string 9462 type: object 9463 name: 9464 type: string 9465 string: 9466 type: string 9467 type: object 9468 type: array 9469 type: object 9470 ref: 9471 type: string 9472 repoURL: 9473 type: string 9474 targetRevision: 9475 type: string 9476 required: 9477 - repoURL 9478 type: object 9479 sources: 9480 items: 9481 properties: 9482 chart: 9483 type: string 9484 directory: 9485 properties: 9486 exclude: 9487 type: string 9488 include: 9489 type: string 9490 jsonnet: 9491 properties: 9492 extVars: 9493 items: 9494 properties: 9495 code: 9496 type: boolean 9497 name: 9498 type: string 9499 value: 9500 type: string 9501 required: 9502 - name 9503 - value 9504 type: object 9505 type: array 9506 libs: 9507 items: 9508 type: string 9509 type: array 9510 tlas: 9511 items: 9512 properties: 9513 code: 9514 type: boolean 9515 name: 9516 type: string 9517 value: 9518 type: string 9519 required: 9520 - name 9521 - value 9522 type: object 9523 type: array 9524 type: object 9525 recurse: 9526 type: boolean 9527 type: object 9528 helm: 9529 properties: 9530 fileParameters: 9531 items: 9532 properties: 9533 name: 9534 type: string 9535 path: 9536 type: string 9537 type: object 9538 type: array 9539 ignoreMissingValueFiles: 9540 type: boolean 9541 parameters: 9542 items: 9543 properties: 9544 forceString: 9545 type: boolean 9546 name: 9547 type: string 9548 value: 9549 type: string 9550 type: object 9551 type: array 9552 passCredentials: 9553 type: boolean 9554 releaseName: 9555 type: string 9556 skipCrds: 9557 type: boolean 9558 valueFiles: 9559 items: 9560 type: string 9561 type: array 9562 values: 9563 type: string 9564 version: 9565 type: string 9566 type: object 9567 kustomize: 9568 properties: 9569 commonAnnotations: 9570 additionalProperties: 9571 type: string 9572 type: object 9573 commonAnnotationsEnvsubst: 9574 type: boolean 9575 commonLabels: 9576 additionalProperties: 9577 type: string 9578 type: object 9579 forceCommonAnnotations: 9580 type: boolean 9581 forceCommonLabels: 9582 type: boolean 9583 images: 9584 items: 9585 type: string 9586 type: array 9587 namePrefix: 9588 type: string 9589 nameSuffix: 9590 type: string 9591 namespace: 9592 type: string 9593 replicas: 9594 items: 9595 properties: 9596 count: 9597 anyOf: 9598 - type: integer 9599 - type: string 9600 x-kubernetes-int-or-string: true 9601 name: 9602 type: string 9603 required: 9604 - count 9605 - name 9606 type: object 9607 type: array 9608 version: 9609 type: string 9610 type: object 9611 path: 9612 type: string 9613 plugin: 9614 properties: 9615 env: 9616 items: 9617 properties: 9618 name: 9619 type: string 9620 value: 9621 type: string 9622 required: 9623 - name 9624 - value 9625 type: object 9626 type: array 9627 name: 9628 type: string 9629 parameters: 9630 items: 9631 properties: 9632 array: 9633 items: 9634 type: string 9635 type: array 9636 map: 9637 additionalProperties: 9638 type: string 9639 type: object 9640 name: 9641 type: string 9642 string: 9643 type: string 9644 type: object 9645 type: array 9646 type: object 9647 ref: 9648 type: string 9649 repoURL: 9650 type: string 9651 targetRevision: 9652 type: string 9653 required: 9654 - repoURL 9655 type: object 9656 type: array 9657 syncPolicy: 9658 properties: 9659 automated: 9660 properties: 9661 allowEmpty: 9662 type: boolean 9663 prune: 9664 type: boolean 9665 selfHeal: 9666 type: boolean 9667 type: object 9668 managedNamespaceMetadata: 9669 properties: 9670 annotations: 9671 additionalProperties: 9672 type: string 9673 type: object 9674 labels: 9675 additionalProperties: 9676 type: string 9677 type: object 9678 type: object 9679 retry: 9680 properties: 9681 backoff: 9682 properties: 9683 duration: 9684 type: string 9685 factor: 9686 format: int64 9687 type: integer 9688 maxDuration: 9689 type: string 9690 type: object 9691 limit: 9692 format: int64 9693 type: integer 9694 type: object 9695 syncOptions: 9696 items: 9697 type: string 9698 type: array 9699 type: object 9700 required: 9701 - destination 9702 - project 9703 type: object 9704 required: 9705 - metadata 9706 - spec 9707 type: object 9708 required: 9709 - generators 9710 - mergeKeys 9711 type: object 9712 pullRequest: 9713 properties: 9714 bitbucketServer: 9715 properties: 9716 api: 9717 type: string 9718 basicAuth: 9719 properties: 9720 passwordRef: 9721 properties: 9722 key: 9723 type: string 9724 secretName: 9725 type: string 9726 required: 9727 - key 9728 - secretName 9729 type: object 9730 username: 9731 type: string 9732 required: 9733 - passwordRef 9734 - username 9735 type: object 9736 project: 9737 type: string 9738 repo: 9739 type: string 9740 required: 9741 - api 9742 - project 9743 - repo 9744 type: object 9745 filters: 9746 items: 9747 properties: 9748 branchMatch: 9749 type: string 9750 type: object 9751 type: array 9752 gitea: 9753 properties: 9754 api: 9755 type: string 9756 insecure: 9757 type: boolean 9758 owner: 9759 type: string 9760 repo: 9761 type: string 9762 tokenRef: 9763 properties: 9764 key: 9765 type: string 9766 secretName: 9767 type: string 9768 required: 9769 - key 9770 - secretName 9771 type: object 9772 required: 9773 - api 9774 - owner 9775 - repo 9776 type: object 9777 github: 9778 properties: 9779 api: 9780 type: string 9781 appSecretName: 9782 type: string 9783 labels: 9784 items: 9785 type: string 9786 type: array 9787 owner: 9788 type: string 9789 repo: 9790 type: string 9791 tokenRef: 9792 properties: 9793 key: 9794 type: string 9795 secretName: 9796 type: string 9797 required: 9798 - key 9799 - secretName 9800 type: object 9801 required: 9802 - owner 9803 - repo 9804 type: object 9805 gitlab: 9806 properties: 9807 api: 9808 type: string 9809 labels: 9810 items: 9811 type: string 9812 type: array 9813 project: 9814 type: string 9815 pullRequestState: 9816 type: string 9817 tokenRef: 9818 properties: 9819 key: 9820 type: string 9821 secretName: 9822 type: string 9823 required: 9824 - key 9825 - secretName 9826 type: object 9827 required: 9828 - project 9829 type: object 9830 requeueAfterSeconds: 9831 format: int64 9832 type: integer 9833 template: 9834 properties: 9835 metadata: 9836 properties: 9837 annotations: 9838 additionalProperties: 9839 type: string 9840 type: object 9841 finalizers: 9842 items: 9843 type: string 9844 type: array 9845 labels: 9846 additionalProperties: 9847 type: string 9848 type: object 9849 name: 9850 type: string 9851 namespace: 9852 type: string 9853 type: object 9854 spec: 9855 properties: 9856 destination: 9857 properties: 9858 name: 9859 type: string 9860 namespace: 9861 type: string 9862 server: 9863 type: string 9864 type: object 9865 ignoreDifferences: 9866 items: 9867 properties: 9868 group: 9869 type: string 9870 jqPathExpressions: 9871 items: 9872 type: string 9873 type: array 9874 jsonPointers: 9875 items: 9876 type: string 9877 type: array 9878 kind: 9879 type: string 9880 managedFieldsManagers: 9881 items: 9882 type: string 9883 type: array 9884 name: 9885 type: string 9886 namespace: 9887 type: string 9888 required: 9889 - kind 9890 type: object 9891 type: array 9892 info: 9893 items: 9894 properties: 9895 name: 9896 type: string 9897 value: 9898 type: string 9899 required: 9900 - name 9901 - value 9902 type: object 9903 type: array 9904 project: 9905 type: string 9906 revisionHistoryLimit: 9907 format: int64 9908 type: integer 9909 source: 9910 properties: 9911 chart: 9912 type: string 9913 directory: 9914 properties: 9915 exclude: 9916 type: string 9917 include: 9918 type: string 9919 jsonnet: 9920 properties: 9921 extVars: 9922 items: 9923 properties: 9924 code: 9925 type: boolean 9926 name: 9927 type: string 9928 value: 9929 type: string 9930 required: 9931 - name 9932 - value 9933 type: object 9934 type: array 9935 libs: 9936 items: 9937 type: string 9938 type: array 9939 tlas: 9940 items: 9941 properties: 9942 code: 9943 type: boolean 9944 name: 9945 type: string 9946 value: 9947 type: string 9948 required: 9949 - name 9950 - value 9951 type: object 9952 type: array 9953 type: object 9954 recurse: 9955 type: boolean 9956 type: object 9957 helm: 9958 properties: 9959 fileParameters: 9960 items: 9961 properties: 9962 name: 9963 type: string 9964 path: 9965 type: string 9966 type: object 9967 type: array 9968 ignoreMissingValueFiles: 9969 type: boolean 9970 parameters: 9971 items: 9972 properties: 9973 forceString: 9974 type: boolean 9975 name: 9976 type: string 9977 value: 9978 type: string 9979 type: object 9980 type: array 9981 passCredentials: 9982 type: boolean 9983 releaseName: 9984 type: string 9985 skipCrds: 9986 type: boolean 9987 valueFiles: 9988 items: 9989 type: string 9990 type: array 9991 values: 9992 type: string 9993 version: 9994 type: string 9995 type: object 9996 kustomize: 9997 properties: 9998 commonAnnotations: 9999 additionalProperties: 10000 type: string 10001 type: object 10002 commonAnnotationsEnvsubst: 10003 type: boolean 10004 commonLabels: 10005 additionalProperties: 10006 type: string 10007 type: object 10008 forceCommonAnnotations: 10009 type: boolean 10010 forceCommonLabels: 10011 type: boolean 10012 images: 10013 items: 10014 type: string 10015 type: array 10016 namePrefix: 10017 type: string 10018 nameSuffix: 10019 type: string 10020 namespace: 10021 type: string 10022 replicas: 10023 items: 10024 properties: 10025 count: 10026 anyOf: 10027 - type: integer 10028 - type: string 10029 x-kubernetes-int-or-string: true 10030 name: 10031 type: string 10032 required: 10033 - count 10034 - name 10035 type: object 10036 type: array 10037 version: 10038 type: string 10039 type: object 10040 path: 10041 type: string 10042 plugin: 10043 properties: 10044 env: 10045 items: 10046 properties: 10047 name: 10048 type: string 10049 value: 10050 type: string 10051 required: 10052 - name 10053 - value 10054 type: object 10055 type: array 10056 name: 10057 type: string 10058 parameters: 10059 items: 10060 properties: 10061 array: 10062 items: 10063 type: string 10064 type: array 10065 map: 10066 additionalProperties: 10067 type: string 10068 type: object 10069 name: 10070 type: string 10071 string: 10072 type: string 10073 type: object 10074 type: array 10075 type: object 10076 ref: 10077 type: string 10078 repoURL: 10079 type: string 10080 targetRevision: 10081 type: string 10082 required: 10083 - repoURL 10084 type: object 10085 sources: 10086 items: 10087 properties: 10088 chart: 10089 type: string 10090 directory: 10091 properties: 10092 exclude: 10093 type: string 10094 include: 10095 type: string 10096 jsonnet: 10097 properties: 10098 extVars: 10099 items: 10100 properties: 10101 code: 10102 type: boolean 10103 name: 10104 type: string 10105 value: 10106 type: string 10107 required: 10108 - name 10109 - value 10110 type: object 10111 type: array 10112 libs: 10113 items: 10114 type: string 10115 type: array 10116 tlas: 10117 items: 10118 properties: 10119 code: 10120 type: boolean 10121 name: 10122 type: string 10123 value: 10124 type: string 10125 required: 10126 - name 10127 - value 10128 type: object 10129 type: array 10130 type: object 10131 recurse: 10132 type: boolean 10133 type: object 10134 helm: 10135 properties: 10136 fileParameters: 10137 items: 10138 properties: 10139 name: 10140 type: string 10141 path: 10142 type: string 10143 type: object 10144 type: array 10145 ignoreMissingValueFiles: 10146 type: boolean 10147 parameters: 10148 items: 10149 properties: 10150 forceString: 10151 type: boolean 10152 name: 10153 type: string 10154 value: 10155 type: string 10156 type: object 10157 type: array 10158 passCredentials: 10159 type: boolean 10160 releaseName: 10161 type: string 10162 skipCrds: 10163 type: boolean 10164 valueFiles: 10165 items: 10166 type: string 10167 type: array 10168 values: 10169 type: string 10170 version: 10171 type: string 10172 type: object 10173 kustomize: 10174 properties: 10175 commonAnnotations: 10176 additionalProperties: 10177 type: string 10178 type: object 10179 commonAnnotationsEnvsubst: 10180 type: boolean 10181 commonLabels: 10182 additionalProperties: 10183 type: string 10184 type: object 10185 forceCommonAnnotations: 10186 type: boolean 10187 forceCommonLabels: 10188 type: boolean 10189 images: 10190 items: 10191 type: string 10192 type: array 10193 namePrefix: 10194 type: string 10195 nameSuffix: 10196 type: string 10197 namespace: 10198 type: string 10199 replicas: 10200 items: 10201 properties: 10202 count: 10203 anyOf: 10204 - type: integer 10205 - type: string 10206 x-kubernetes-int-or-string: true 10207 name: 10208 type: string 10209 required: 10210 - count 10211 - name 10212 type: object 10213 type: array 10214 version: 10215 type: string 10216 type: object 10217 path: 10218 type: string 10219 plugin: 10220 properties: 10221 env: 10222 items: 10223 properties: 10224 name: 10225 type: string 10226 value: 10227 type: string 10228 required: 10229 - name 10230 - value 10231 type: object 10232 type: array 10233 name: 10234 type: string 10235 parameters: 10236 items: 10237 properties: 10238 array: 10239 items: 10240 type: string 10241 type: array 10242 map: 10243 additionalProperties: 10244 type: string 10245 type: object 10246 name: 10247 type: string 10248 string: 10249 type: string 10250 type: object 10251 type: array 10252 type: object 10253 ref: 10254 type: string 10255 repoURL: 10256 type: string 10257 targetRevision: 10258 type: string 10259 required: 10260 - repoURL 10261 type: object 10262 type: array 10263 syncPolicy: 10264 properties: 10265 automated: 10266 properties: 10267 allowEmpty: 10268 type: boolean 10269 prune: 10270 type: boolean 10271 selfHeal: 10272 type: boolean 10273 type: object 10274 managedNamespaceMetadata: 10275 properties: 10276 annotations: 10277 additionalProperties: 10278 type: string 10279 type: object 10280 labels: 10281 additionalProperties: 10282 type: string 10283 type: object 10284 type: object 10285 retry: 10286 properties: 10287 backoff: 10288 properties: 10289 duration: 10290 type: string 10291 factor: 10292 format: int64 10293 type: integer 10294 maxDuration: 10295 type: string 10296 type: object 10297 limit: 10298 format: int64 10299 type: integer 10300 type: object 10301 syncOptions: 10302 items: 10303 type: string 10304 type: array 10305 type: object 10306 required: 10307 - destination 10308 - project 10309 type: object 10310 required: 10311 - metadata 10312 - spec 10313 type: object 10314 type: object 10315 scmProvider: 10316 properties: 10317 azureDevOps: 10318 properties: 10319 accessTokenRef: 10320 properties: 10321 key: 10322 type: string 10323 secretName: 10324 type: string 10325 required: 10326 - key 10327 - secretName 10328 type: object 10329 allBranches: 10330 type: boolean 10331 api: 10332 type: string 10333 organization: 10334 type: string 10335 teamProject: 10336 type: string 10337 required: 10338 - accessTokenRef 10339 - organization 10340 - teamProject 10341 type: object 10342 bitbucket: 10343 properties: 10344 allBranches: 10345 type: boolean 10346 appPasswordRef: 10347 properties: 10348 key: 10349 type: string 10350 secretName: 10351 type: string 10352 required: 10353 - key 10354 - secretName 10355 type: object 10356 owner: 10357 type: string 10358 user: 10359 type: string 10360 required: 10361 - appPasswordRef 10362 - owner 10363 - user 10364 type: object 10365 bitbucketServer: 10366 properties: 10367 allBranches: 10368 type: boolean 10369 api: 10370 type: string 10371 basicAuth: 10372 properties: 10373 passwordRef: 10374 properties: 10375 key: 10376 type: string 10377 secretName: 10378 type: string 10379 required: 10380 - key 10381 - secretName 10382 type: object 10383 username: 10384 type: string 10385 required: 10386 - passwordRef 10387 - username 10388 type: object 10389 project: 10390 type: string 10391 required: 10392 - api 10393 - project 10394 type: object 10395 cloneProtocol: 10396 type: string 10397 filters: 10398 items: 10399 properties: 10400 branchMatch: 10401 type: string 10402 labelMatch: 10403 type: string 10404 pathsDoNotExist: 10405 items: 10406 type: string 10407 type: array 10408 pathsExist: 10409 items: 10410 type: string 10411 type: array 10412 repositoryMatch: 10413 type: string 10414 type: object 10415 type: array 10416 gitea: 10417 properties: 10418 allBranches: 10419 type: boolean 10420 api: 10421 type: string 10422 insecure: 10423 type: boolean 10424 owner: 10425 type: string 10426 tokenRef: 10427 properties: 10428 key: 10429 type: string 10430 secretName: 10431 type: string 10432 required: 10433 - key 10434 - secretName 10435 type: object 10436 required: 10437 - api 10438 - owner 10439 type: object 10440 github: 10441 properties: 10442 allBranches: 10443 type: boolean 10444 api: 10445 type: string 10446 appSecretName: 10447 type: string 10448 organization: 10449 type: string 10450 tokenRef: 10451 properties: 10452 key: 10453 type: string 10454 secretName: 10455 type: string 10456 required: 10457 - key 10458 - secretName 10459 type: object 10460 required: 10461 - organization 10462 type: object 10463 gitlab: 10464 properties: 10465 allBranches: 10466 type: boolean 10467 api: 10468 type: string 10469 group: 10470 type: string 10471 includeSubgroups: 10472 type: boolean 10473 tokenRef: 10474 properties: 10475 key: 10476 type: string 10477 secretName: 10478 type: string 10479 required: 10480 - key 10481 - secretName 10482 type: object 10483 required: 10484 - group 10485 type: object 10486 requeueAfterSeconds: 10487 format: int64 10488 type: integer 10489 template: 10490 properties: 10491 metadata: 10492 properties: 10493 annotations: 10494 additionalProperties: 10495 type: string 10496 type: object 10497 finalizers: 10498 items: 10499 type: string 10500 type: array 10501 labels: 10502 additionalProperties: 10503 type: string 10504 type: object 10505 name: 10506 type: string 10507 namespace: 10508 type: string 10509 type: object 10510 spec: 10511 properties: 10512 destination: 10513 properties: 10514 name: 10515 type: string 10516 namespace: 10517 type: string 10518 server: 10519 type: string 10520 type: object 10521 ignoreDifferences: 10522 items: 10523 properties: 10524 group: 10525 type: string 10526 jqPathExpressions: 10527 items: 10528 type: string 10529 type: array 10530 jsonPointers: 10531 items: 10532 type: string 10533 type: array 10534 kind: 10535 type: string 10536 managedFieldsManagers: 10537 items: 10538 type: string 10539 type: array 10540 name: 10541 type: string 10542 namespace: 10543 type: string 10544 required: 10545 - kind 10546 type: object 10547 type: array 10548 info: 10549 items: 10550 properties: 10551 name: 10552 type: string 10553 value: 10554 type: string 10555 required: 10556 - name 10557 - value 10558 type: object 10559 type: array 10560 project: 10561 type: string 10562 revisionHistoryLimit: 10563 format: int64 10564 type: integer 10565 source: 10566 properties: 10567 chart: 10568 type: string 10569 directory: 10570 properties: 10571 exclude: 10572 type: string 10573 include: 10574 type: string 10575 jsonnet: 10576 properties: 10577 extVars: 10578 items: 10579 properties: 10580 code: 10581 type: boolean 10582 name: 10583 type: string 10584 value: 10585 type: string 10586 required: 10587 - name 10588 - value 10589 type: object 10590 type: array 10591 libs: 10592 items: 10593 type: string 10594 type: array 10595 tlas: 10596 items: 10597 properties: 10598 code: 10599 type: boolean 10600 name: 10601 type: string 10602 value: 10603 type: string 10604 required: 10605 - name 10606 - value 10607 type: object 10608 type: array 10609 type: object 10610 recurse: 10611 type: boolean 10612 type: object 10613 helm: 10614 properties: 10615 fileParameters: 10616 items: 10617 properties: 10618 name: 10619 type: string 10620 path: 10621 type: string 10622 type: object 10623 type: array 10624 ignoreMissingValueFiles: 10625 type: boolean 10626 parameters: 10627 items: 10628 properties: 10629 forceString: 10630 type: boolean 10631 name: 10632 type: string 10633 value: 10634 type: string 10635 type: object 10636 type: array 10637 passCredentials: 10638 type: boolean 10639 releaseName: 10640 type: string 10641 skipCrds: 10642 type: boolean 10643 valueFiles: 10644 items: 10645 type: string 10646 type: array 10647 values: 10648 type: string 10649 version: 10650 type: string 10651 type: object 10652 kustomize: 10653 properties: 10654 commonAnnotations: 10655 additionalProperties: 10656 type: string 10657 type: object 10658 commonAnnotationsEnvsubst: 10659 type: boolean 10660 commonLabels: 10661 additionalProperties: 10662 type: string 10663 type: object 10664 forceCommonAnnotations: 10665 type: boolean 10666 forceCommonLabels: 10667 type: boolean 10668 images: 10669 items: 10670 type: string 10671 type: array 10672 namePrefix: 10673 type: string 10674 nameSuffix: 10675 type: string 10676 namespace: 10677 type: string 10678 replicas: 10679 items: 10680 properties: 10681 count: 10682 anyOf: 10683 - type: integer 10684 - type: string 10685 x-kubernetes-int-or-string: true 10686 name: 10687 type: string 10688 required: 10689 - count 10690 - name 10691 type: object 10692 type: array 10693 version: 10694 type: string 10695 type: object 10696 path: 10697 type: string 10698 plugin: 10699 properties: 10700 env: 10701 items: 10702 properties: 10703 name: 10704 type: string 10705 value: 10706 type: string 10707 required: 10708 - name 10709 - value 10710 type: object 10711 type: array 10712 name: 10713 type: string 10714 parameters: 10715 items: 10716 properties: 10717 array: 10718 items: 10719 type: string 10720 type: array 10721 map: 10722 additionalProperties: 10723 type: string 10724 type: object 10725 name: 10726 type: string 10727 string: 10728 type: string 10729 type: object 10730 type: array 10731 type: object 10732 ref: 10733 type: string 10734 repoURL: 10735 type: string 10736 targetRevision: 10737 type: string 10738 required: 10739 - repoURL 10740 type: object 10741 sources: 10742 items: 10743 properties: 10744 chart: 10745 type: string 10746 directory: 10747 properties: 10748 exclude: 10749 type: string 10750 include: 10751 type: string 10752 jsonnet: 10753 properties: 10754 extVars: 10755 items: 10756 properties: 10757 code: 10758 type: boolean 10759 name: 10760 type: string 10761 value: 10762 type: string 10763 required: 10764 - name 10765 - value 10766 type: object 10767 type: array 10768 libs: 10769 items: 10770 type: string 10771 type: array 10772 tlas: 10773 items: 10774 properties: 10775 code: 10776 type: boolean 10777 name: 10778 type: string 10779 value: 10780 type: string 10781 required: 10782 - name 10783 - value 10784 type: object 10785 type: array 10786 type: object 10787 recurse: 10788 type: boolean 10789 type: object 10790 helm: 10791 properties: 10792 fileParameters: 10793 items: 10794 properties: 10795 name: 10796 type: string 10797 path: 10798 type: string 10799 type: object 10800 type: array 10801 ignoreMissingValueFiles: 10802 type: boolean 10803 parameters: 10804 items: 10805 properties: 10806 forceString: 10807 type: boolean 10808 name: 10809 type: string 10810 value: 10811 type: string 10812 type: object 10813 type: array 10814 passCredentials: 10815 type: boolean 10816 releaseName: 10817 type: string 10818 skipCrds: 10819 type: boolean 10820 valueFiles: 10821 items: 10822 type: string 10823 type: array 10824 values: 10825 type: string 10826 version: 10827 type: string 10828 type: object 10829 kustomize: 10830 properties: 10831 commonAnnotations: 10832 additionalProperties: 10833 type: string 10834 type: object 10835 commonAnnotationsEnvsubst: 10836 type: boolean 10837 commonLabels: 10838 additionalProperties: 10839 type: string 10840 type: object 10841 forceCommonAnnotations: 10842 type: boolean 10843 forceCommonLabels: 10844 type: boolean 10845 images: 10846 items: 10847 type: string 10848 type: array 10849 namePrefix: 10850 type: string 10851 nameSuffix: 10852 type: string 10853 namespace: 10854 type: string 10855 replicas: 10856 items: 10857 properties: 10858 count: 10859 anyOf: 10860 - type: integer 10861 - type: string 10862 x-kubernetes-int-or-string: true 10863 name: 10864 type: string 10865 required: 10866 - count 10867 - name 10868 type: object 10869 type: array 10870 version: 10871 type: string 10872 type: object 10873 path: 10874 type: string 10875 plugin: 10876 properties: 10877 env: 10878 items: 10879 properties: 10880 name: 10881 type: string 10882 value: 10883 type: string 10884 required: 10885 - name 10886 - value 10887 type: object 10888 type: array 10889 name: 10890 type: string 10891 parameters: 10892 items: 10893 properties: 10894 array: 10895 items: 10896 type: string 10897 type: array 10898 map: 10899 additionalProperties: 10900 type: string 10901 type: object 10902 name: 10903 type: string 10904 string: 10905 type: string 10906 type: object 10907 type: array 10908 type: object 10909 ref: 10910 type: string 10911 repoURL: 10912 type: string 10913 targetRevision: 10914 type: string 10915 required: 10916 - repoURL 10917 type: object 10918 type: array 10919 syncPolicy: 10920 properties: 10921 automated: 10922 properties: 10923 allowEmpty: 10924 type: boolean 10925 prune: 10926 type: boolean 10927 selfHeal: 10928 type: boolean 10929 type: object 10930 managedNamespaceMetadata: 10931 properties: 10932 annotations: 10933 additionalProperties: 10934 type: string 10935 type: object 10936 labels: 10937 additionalProperties: 10938 type: string 10939 type: object 10940 type: object 10941 retry: 10942 properties: 10943 backoff: 10944 properties: 10945 duration: 10946 type: string 10947 factor: 10948 format: int64 10949 type: integer 10950 maxDuration: 10951 type: string 10952 type: object 10953 limit: 10954 format: int64 10955 type: integer 10956 type: object 10957 syncOptions: 10958 items: 10959 type: string 10960 type: array 10961 type: object 10962 required: 10963 - destination 10964 - project 10965 type: object 10966 required: 10967 - metadata 10968 - spec 10969 type: object 10970 type: object 10971 selector: 10972 properties: 10973 matchExpressions: 10974 items: 10975 properties: 10976 key: 10977 type: string 10978 operator: 10979 type: string 10980 values: 10981 items: 10982 type: string 10983 type: array 10984 required: 10985 - key 10986 - operator 10987 type: object 10988 type: array 10989 matchLabels: 10990 additionalProperties: 10991 type: string 10992 type: object 10993 type: object 10994 type: object 10995 type: array 10996 goTemplate: 10997 type: boolean 10998 preservedFields: 10999 properties: 11000 annotations: 11001 items: 11002 type: string 11003 type: array 11004 type: object 11005 strategy: 11006 properties: 11007 rollingSync: 11008 properties: 11009 steps: 11010 items: 11011 properties: 11012 matchExpressions: 11013 items: 11014 properties: 11015 key: 11016 type: string 11017 operator: 11018 type: string 11019 values: 11020 items: 11021 type: string 11022 type: array 11023 type: object 11024 type: array 11025 maxUpdate: 11026 anyOf: 11027 - type: integer 11028 - type: string 11029 x-kubernetes-int-or-string: true 11030 type: object 11031 type: array 11032 type: object 11033 type: 11034 type: string 11035 type: object 11036 syncPolicy: 11037 properties: 11038 preserveResourcesOnDeletion: 11039 type: boolean 11040 type: object 11041 template: 11042 properties: 11043 metadata: 11044 properties: 11045 annotations: 11046 additionalProperties: 11047 type: string 11048 type: object 11049 finalizers: 11050 items: 11051 type: string 11052 type: array 11053 labels: 11054 additionalProperties: 11055 type: string 11056 type: object 11057 name: 11058 type: string 11059 namespace: 11060 type: string 11061 type: object 11062 spec: 11063 properties: 11064 destination: 11065 properties: 11066 name: 11067 type: string 11068 namespace: 11069 type: string 11070 server: 11071 type: string 11072 type: object 11073 ignoreDifferences: 11074 items: 11075 properties: 11076 group: 11077 type: string 11078 jqPathExpressions: 11079 items: 11080 type: string 11081 type: array 11082 jsonPointers: 11083 items: 11084 type: string 11085 type: array 11086 kind: 11087 type: string 11088 managedFieldsManagers: 11089 items: 11090 type: string 11091 type: array 11092 name: 11093 type: string 11094 namespace: 11095 type: string 11096 required: 11097 - kind 11098 type: object 11099 type: array 11100 info: 11101 items: 11102 properties: 11103 name: 11104 type: string 11105 value: 11106 type: string 11107 required: 11108 - name 11109 - value 11110 type: object 11111 type: array 11112 project: 11113 type: string 11114 revisionHistoryLimit: 11115 format: int64 11116 type: integer 11117 source: 11118 properties: 11119 chart: 11120 type: string 11121 directory: 11122 properties: 11123 exclude: 11124 type: string 11125 include: 11126 type: string 11127 jsonnet: 11128 properties: 11129 extVars: 11130 items: 11131 properties: 11132 code: 11133 type: boolean 11134 name: 11135 type: string 11136 value: 11137 type: string 11138 required: 11139 - name 11140 - value 11141 type: object 11142 type: array 11143 libs: 11144 items: 11145 type: string 11146 type: array 11147 tlas: 11148 items: 11149 properties: 11150 code: 11151 type: boolean 11152 name: 11153 type: string 11154 value: 11155 type: string 11156 required: 11157 - name 11158 - value 11159 type: object 11160 type: array 11161 type: object 11162 recurse: 11163 type: boolean 11164 type: object 11165 helm: 11166 properties: 11167 fileParameters: 11168 items: 11169 properties: 11170 name: 11171 type: string 11172 path: 11173 type: string 11174 type: object 11175 type: array 11176 ignoreMissingValueFiles: 11177 type: boolean 11178 parameters: 11179 items: 11180 properties: 11181 forceString: 11182 type: boolean 11183 name: 11184 type: string 11185 value: 11186 type: string 11187 type: object 11188 type: array 11189 passCredentials: 11190 type: boolean 11191 releaseName: 11192 type: string 11193 skipCrds: 11194 type: boolean 11195 valueFiles: 11196 items: 11197 type: string 11198 type: array 11199 values: 11200 type: string 11201 version: 11202 type: string 11203 type: object 11204 kustomize: 11205 properties: 11206 commonAnnotations: 11207 additionalProperties: 11208 type: string 11209 type: object 11210 commonAnnotationsEnvsubst: 11211 type: boolean 11212 commonLabels: 11213 additionalProperties: 11214 type: string 11215 type: object 11216 forceCommonAnnotations: 11217 type: boolean 11218 forceCommonLabels: 11219 type: boolean 11220 images: 11221 items: 11222 type: string 11223 type: array 11224 namePrefix: 11225 type: string 11226 nameSuffix: 11227 type: string 11228 namespace: 11229 type: string 11230 replicas: 11231 items: 11232 properties: 11233 count: 11234 anyOf: 11235 - type: integer 11236 - type: string 11237 x-kubernetes-int-or-string: true 11238 name: 11239 type: string 11240 required: 11241 - count 11242 - name 11243 type: object 11244 type: array 11245 version: 11246 type: string 11247 type: object 11248 path: 11249 type: string 11250 plugin: 11251 properties: 11252 env: 11253 items: 11254 properties: 11255 name: 11256 type: string 11257 value: 11258 type: string 11259 required: 11260 - name 11261 - value 11262 type: object 11263 type: array 11264 name: 11265 type: string 11266 parameters: 11267 items: 11268 properties: 11269 array: 11270 items: 11271 type: string 11272 type: array 11273 map: 11274 additionalProperties: 11275 type: string 11276 type: object 11277 name: 11278 type: string 11279 string: 11280 type: string 11281 type: object 11282 type: array 11283 type: object 11284 ref: 11285 type: string 11286 repoURL: 11287 type: string 11288 targetRevision: 11289 type: string 11290 required: 11291 - repoURL 11292 type: object 11293 sources: 11294 items: 11295 properties: 11296 chart: 11297 type: string 11298 directory: 11299 properties: 11300 exclude: 11301 type: string 11302 include: 11303 type: string 11304 jsonnet: 11305 properties: 11306 extVars: 11307 items: 11308 properties: 11309 code: 11310 type: boolean 11311 name: 11312 type: string 11313 value: 11314 type: string 11315 required: 11316 - name 11317 - value 11318 type: object 11319 type: array 11320 libs: 11321 items: 11322 type: string 11323 type: array 11324 tlas: 11325 items: 11326 properties: 11327 code: 11328 type: boolean 11329 name: 11330 type: string 11331 value: 11332 type: string 11333 required: 11334 - name 11335 - value 11336 type: object 11337 type: array 11338 type: object 11339 recurse: 11340 type: boolean 11341 type: object 11342 helm: 11343 properties: 11344 fileParameters: 11345 items: 11346 properties: 11347 name: 11348 type: string 11349 path: 11350 type: string 11351 type: object 11352 type: array 11353 ignoreMissingValueFiles: 11354 type: boolean 11355 parameters: 11356 items: 11357 properties: 11358 forceString: 11359 type: boolean 11360 name: 11361 type: string 11362 value: 11363 type: string 11364 type: object 11365 type: array 11366 passCredentials: 11367 type: boolean 11368 releaseName: 11369 type: string 11370 skipCrds: 11371 type: boolean 11372 valueFiles: 11373 items: 11374 type: string 11375 type: array 11376 values: 11377 type: string 11378 version: 11379 type: string 11380 type: object 11381 kustomize: 11382 properties: 11383 commonAnnotations: 11384 additionalProperties: 11385 type: string 11386 type: object 11387 commonAnnotationsEnvsubst: 11388 type: boolean 11389 commonLabels: 11390 additionalProperties: 11391 type: string 11392 type: object 11393 forceCommonAnnotations: 11394 type: boolean 11395 forceCommonLabels: 11396 type: boolean 11397 images: 11398 items: 11399 type: string 11400 type: array 11401 namePrefix: 11402 type: string 11403 nameSuffix: 11404 type: string 11405 namespace: 11406 type: string 11407 replicas: 11408 items: 11409 properties: 11410 count: 11411 anyOf: 11412 - type: integer 11413 - type: string 11414 x-kubernetes-int-or-string: true 11415 name: 11416 type: string 11417 required: 11418 - count 11419 - name 11420 type: object 11421 type: array 11422 version: 11423 type: string 11424 type: object 11425 path: 11426 type: string 11427 plugin: 11428 properties: 11429 env: 11430 items: 11431 properties: 11432 name: 11433 type: string 11434 value: 11435 type: string 11436 required: 11437 - name 11438 - value 11439 type: object 11440 type: array 11441 name: 11442 type: string 11443 parameters: 11444 items: 11445 properties: 11446 array: 11447 items: 11448 type: string 11449 type: array 11450 map: 11451 additionalProperties: 11452 type: string 11453 type: object 11454 name: 11455 type: string 11456 string: 11457 type: string 11458 type: object 11459 type: array 11460 type: object 11461 ref: 11462 type: string 11463 repoURL: 11464 type: string 11465 targetRevision: 11466 type: string 11467 required: 11468 - repoURL 11469 type: object 11470 type: array 11471 syncPolicy: 11472 properties: 11473 automated: 11474 properties: 11475 allowEmpty: 11476 type: boolean 11477 prune: 11478 type: boolean 11479 selfHeal: 11480 type: boolean 11481 type: object 11482 managedNamespaceMetadata: 11483 properties: 11484 annotations: 11485 additionalProperties: 11486 type: string 11487 type: object 11488 labels: 11489 additionalProperties: 11490 type: string 11491 type: object 11492 type: object 11493 retry: 11494 properties: 11495 backoff: 11496 properties: 11497 duration: 11498 type: string 11499 factor: 11500 format: int64 11501 type: integer 11502 maxDuration: 11503 type: string 11504 type: object 11505 limit: 11506 format: int64 11507 type: integer 11508 type: object 11509 syncOptions: 11510 items: 11511 type: string 11512 type: array 11513 type: object 11514 required: 11515 - destination 11516 - project 11517 type: object 11518 required: 11519 - metadata 11520 - spec 11521 type: object 11522 required: 11523 - generators 11524 - template 11525 type: object 11526 status: 11527 properties: 11528 applicationStatus: 11529 items: 11530 properties: 11531 application: 11532 type: string 11533 lastTransitionTime: 11534 format: date-time 11535 type: string 11536 message: 11537 type: string 11538 status: 11539 type: string 11540 step: 11541 type: string 11542 required: 11543 - application 11544 - message 11545 - status 11546 - step 11547 type: object 11548 type: array 11549 conditions: 11550 items: 11551 properties: 11552 lastTransitionTime: 11553 format: date-time 11554 type: string 11555 message: 11556 type: string 11557 reason: 11558 type: string 11559 status: 11560 type: string 11561 type: 11562 type: string 11563 required: 11564 - message 11565 - reason 11566 - status 11567 - type 11568 type: object 11569 type: array 11570 type: object 11571 required: 11572 - metadata 11573 - spec 11574 type: object 11575 served: true 11576 storage: true 11577 subresources: 11578 status: {} 11579 status: 11580 acceptedNames: 11581 kind: "" 11582 plural: "" 11583 conditions: null 11584 storedVersions: null