github.com/argoproj-labs/argocd-operator@v0.10.0/deploy/olm-catalog/argocd-operator/0.9.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 applyNestedSelectors: 34 type: boolean 35 generators: 36 items: 37 properties: 38 clusterDecisionResource: 39 properties: 40 configMapRef: 41 type: string 42 labelSelector: 43 properties: 44 matchExpressions: 45 items: 46 properties: 47 key: 48 type: string 49 operator: 50 type: string 51 values: 52 items: 53 type: string 54 type: array 55 required: 56 - key 57 - operator 58 type: object 59 type: array 60 matchLabels: 61 additionalProperties: 62 type: string 63 type: object 64 type: object 65 name: 66 type: string 67 requeueAfterSeconds: 68 format: int64 69 type: integer 70 template: 71 properties: 72 metadata: 73 properties: 74 annotations: 75 additionalProperties: 76 type: string 77 type: object 78 finalizers: 79 items: 80 type: string 81 type: array 82 labels: 83 additionalProperties: 84 type: string 85 type: object 86 name: 87 type: string 88 namespace: 89 type: string 90 type: object 91 spec: 92 properties: 93 destination: 94 properties: 95 name: 96 type: string 97 namespace: 98 type: string 99 server: 100 type: string 101 type: object 102 ignoreDifferences: 103 items: 104 properties: 105 group: 106 type: string 107 jqPathExpressions: 108 items: 109 type: string 110 type: array 111 jsonPointers: 112 items: 113 type: string 114 type: array 115 kind: 116 type: string 117 managedFieldsManagers: 118 items: 119 type: string 120 type: array 121 name: 122 type: string 123 namespace: 124 type: string 125 required: 126 - kind 127 type: object 128 type: array 129 info: 130 items: 131 properties: 132 name: 133 type: string 134 value: 135 type: string 136 required: 137 - name 138 - value 139 type: object 140 type: array 141 project: 142 type: string 143 revisionHistoryLimit: 144 format: int64 145 type: integer 146 source: 147 properties: 148 chart: 149 type: string 150 directory: 151 properties: 152 exclude: 153 type: string 154 include: 155 type: string 156 jsonnet: 157 properties: 158 extVars: 159 items: 160 properties: 161 code: 162 type: boolean 163 name: 164 type: string 165 value: 166 type: string 167 required: 168 - name 169 - value 170 type: object 171 type: array 172 libs: 173 items: 174 type: string 175 type: array 176 tlas: 177 items: 178 properties: 179 code: 180 type: boolean 181 name: 182 type: string 183 value: 184 type: string 185 required: 186 - name 187 - value 188 type: object 189 type: array 190 type: object 191 recurse: 192 type: boolean 193 type: object 194 helm: 195 properties: 196 fileParameters: 197 items: 198 properties: 199 name: 200 type: string 201 path: 202 type: string 203 type: object 204 type: array 205 ignoreMissingValueFiles: 206 type: boolean 207 parameters: 208 items: 209 properties: 210 forceString: 211 type: boolean 212 name: 213 type: string 214 value: 215 type: string 216 type: object 217 type: array 218 passCredentials: 219 type: boolean 220 releaseName: 221 type: string 222 skipCrds: 223 type: boolean 224 valueFiles: 225 items: 226 type: string 227 type: array 228 values: 229 type: string 230 valuesObject: 231 type: object 232 x-kubernetes-preserve-unknown-fields: true 233 version: 234 type: string 235 type: object 236 kustomize: 237 properties: 238 commonAnnotations: 239 additionalProperties: 240 type: string 241 type: object 242 commonAnnotationsEnvsubst: 243 type: boolean 244 commonLabels: 245 additionalProperties: 246 type: string 247 type: object 248 components: 249 items: 250 type: string 251 type: array 252 forceCommonAnnotations: 253 type: boolean 254 forceCommonLabels: 255 type: boolean 256 images: 257 items: 258 type: string 259 type: array 260 namePrefix: 261 type: string 262 nameSuffix: 263 type: string 264 namespace: 265 type: string 266 patches: 267 items: 268 properties: 269 options: 270 additionalProperties: 271 type: boolean 272 type: object 273 patch: 274 type: string 275 path: 276 type: string 277 target: 278 properties: 279 annotationSelector: 280 type: string 281 group: 282 type: string 283 kind: 284 type: string 285 labelSelector: 286 type: string 287 name: 288 type: string 289 namespace: 290 type: string 291 version: 292 type: string 293 type: object 294 type: object 295 type: array 296 replicas: 297 items: 298 properties: 299 count: 300 anyOf: 301 - type: integer 302 - type: string 303 x-kubernetes-int-or-string: true 304 name: 305 type: string 306 required: 307 - count 308 - name 309 type: object 310 type: array 311 version: 312 type: string 313 type: object 314 path: 315 type: string 316 plugin: 317 properties: 318 env: 319 items: 320 properties: 321 name: 322 type: string 323 value: 324 type: string 325 required: 326 - name 327 - value 328 type: object 329 type: array 330 name: 331 type: string 332 parameters: 333 items: 334 properties: 335 array: 336 items: 337 type: string 338 type: array 339 map: 340 additionalProperties: 341 type: string 342 type: object 343 name: 344 type: string 345 string: 346 type: string 347 type: object 348 type: array 349 type: object 350 ref: 351 type: string 352 repoURL: 353 type: string 354 targetRevision: 355 type: string 356 required: 357 - repoURL 358 type: object 359 sources: 360 items: 361 properties: 362 chart: 363 type: string 364 directory: 365 properties: 366 exclude: 367 type: string 368 include: 369 type: string 370 jsonnet: 371 properties: 372 extVars: 373 items: 374 properties: 375 code: 376 type: boolean 377 name: 378 type: string 379 value: 380 type: string 381 required: 382 - name 383 - value 384 type: object 385 type: array 386 libs: 387 items: 388 type: string 389 type: array 390 tlas: 391 items: 392 properties: 393 code: 394 type: boolean 395 name: 396 type: string 397 value: 398 type: string 399 required: 400 - name 401 - value 402 type: object 403 type: array 404 type: object 405 recurse: 406 type: boolean 407 type: object 408 helm: 409 properties: 410 fileParameters: 411 items: 412 properties: 413 name: 414 type: string 415 path: 416 type: string 417 type: object 418 type: array 419 ignoreMissingValueFiles: 420 type: boolean 421 parameters: 422 items: 423 properties: 424 forceString: 425 type: boolean 426 name: 427 type: string 428 value: 429 type: string 430 type: object 431 type: array 432 passCredentials: 433 type: boolean 434 releaseName: 435 type: string 436 skipCrds: 437 type: boolean 438 valueFiles: 439 items: 440 type: string 441 type: array 442 values: 443 type: string 444 valuesObject: 445 type: object 446 x-kubernetes-preserve-unknown-fields: true 447 version: 448 type: string 449 type: object 450 kustomize: 451 properties: 452 commonAnnotations: 453 additionalProperties: 454 type: string 455 type: object 456 commonAnnotationsEnvsubst: 457 type: boolean 458 commonLabels: 459 additionalProperties: 460 type: string 461 type: object 462 components: 463 items: 464 type: string 465 type: array 466 forceCommonAnnotations: 467 type: boolean 468 forceCommonLabels: 469 type: boolean 470 images: 471 items: 472 type: string 473 type: array 474 namePrefix: 475 type: string 476 nameSuffix: 477 type: string 478 namespace: 479 type: string 480 patches: 481 items: 482 properties: 483 options: 484 additionalProperties: 485 type: boolean 486 type: object 487 patch: 488 type: string 489 path: 490 type: string 491 target: 492 properties: 493 annotationSelector: 494 type: string 495 group: 496 type: string 497 kind: 498 type: string 499 labelSelector: 500 type: string 501 name: 502 type: string 503 namespace: 504 type: string 505 version: 506 type: string 507 type: object 508 type: object 509 type: array 510 replicas: 511 items: 512 properties: 513 count: 514 anyOf: 515 - type: integer 516 - type: string 517 x-kubernetes-int-or-string: true 518 name: 519 type: string 520 required: 521 - count 522 - name 523 type: object 524 type: array 525 version: 526 type: string 527 type: object 528 path: 529 type: string 530 plugin: 531 properties: 532 env: 533 items: 534 properties: 535 name: 536 type: string 537 value: 538 type: string 539 required: 540 - name 541 - value 542 type: object 543 type: array 544 name: 545 type: string 546 parameters: 547 items: 548 properties: 549 array: 550 items: 551 type: string 552 type: array 553 map: 554 additionalProperties: 555 type: string 556 type: object 557 name: 558 type: string 559 string: 560 type: string 561 type: object 562 type: array 563 type: object 564 ref: 565 type: string 566 repoURL: 567 type: string 568 targetRevision: 569 type: string 570 required: 571 - repoURL 572 type: object 573 type: array 574 syncPolicy: 575 properties: 576 automated: 577 properties: 578 allowEmpty: 579 type: boolean 580 prune: 581 type: boolean 582 selfHeal: 583 type: boolean 584 type: object 585 managedNamespaceMetadata: 586 properties: 587 annotations: 588 additionalProperties: 589 type: string 590 type: object 591 labels: 592 additionalProperties: 593 type: string 594 type: object 595 type: object 596 retry: 597 properties: 598 backoff: 599 properties: 600 duration: 601 type: string 602 factor: 603 format: int64 604 type: integer 605 maxDuration: 606 type: string 607 type: object 608 limit: 609 format: int64 610 type: integer 611 type: object 612 syncOptions: 613 items: 614 type: string 615 type: array 616 type: object 617 required: 618 - destination 619 - project 620 type: object 621 required: 622 - metadata 623 - spec 624 type: object 625 values: 626 additionalProperties: 627 type: string 628 type: object 629 required: 630 - configMapRef 631 type: object 632 clusters: 633 properties: 634 selector: 635 properties: 636 matchExpressions: 637 items: 638 properties: 639 key: 640 type: string 641 operator: 642 type: string 643 values: 644 items: 645 type: string 646 type: array 647 required: 648 - key 649 - operator 650 type: object 651 type: array 652 matchLabels: 653 additionalProperties: 654 type: string 655 type: object 656 type: object 657 template: 658 properties: 659 metadata: 660 properties: 661 annotations: 662 additionalProperties: 663 type: string 664 type: object 665 finalizers: 666 items: 667 type: string 668 type: array 669 labels: 670 additionalProperties: 671 type: string 672 type: object 673 name: 674 type: string 675 namespace: 676 type: string 677 type: object 678 spec: 679 properties: 680 destination: 681 properties: 682 name: 683 type: string 684 namespace: 685 type: string 686 server: 687 type: string 688 type: object 689 ignoreDifferences: 690 items: 691 properties: 692 group: 693 type: string 694 jqPathExpressions: 695 items: 696 type: string 697 type: array 698 jsonPointers: 699 items: 700 type: string 701 type: array 702 kind: 703 type: string 704 managedFieldsManagers: 705 items: 706 type: string 707 type: array 708 name: 709 type: string 710 namespace: 711 type: string 712 required: 713 - kind 714 type: object 715 type: array 716 info: 717 items: 718 properties: 719 name: 720 type: string 721 value: 722 type: string 723 required: 724 - name 725 - value 726 type: object 727 type: array 728 project: 729 type: string 730 revisionHistoryLimit: 731 format: int64 732 type: integer 733 source: 734 properties: 735 chart: 736 type: string 737 directory: 738 properties: 739 exclude: 740 type: string 741 include: 742 type: string 743 jsonnet: 744 properties: 745 extVars: 746 items: 747 properties: 748 code: 749 type: boolean 750 name: 751 type: string 752 value: 753 type: string 754 required: 755 - name 756 - value 757 type: object 758 type: array 759 libs: 760 items: 761 type: string 762 type: array 763 tlas: 764 items: 765 properties: 766 code: 767 type: boolean 768 name: 769 type: string 770 value: 771 type: string 772 required: 773 - name 774 - value 775 type: object 776 type: array 777 type: object 778 recurse: 779 type: boolean 780 type: object 781 helm: 782 properties: 783 fileParameters: 784 items: 785 properties: 786 name: 787 type: string 788 path: 789 type: string 790 type: object 791 type: array 792 ignoreMissingValueFiles: 793 type: boolean 794 parameters: 795 items: 796 properties: 797 forceString: 798 type: boolean 799 name: 800 type: string 801 value: 802 type: string 803 type: object 804 type: array 805 passCredentials: 806 type: boolean 807 releaseName: 808 type: string 809 skipCrds: 810 type: boolean 811 valueFiles: 812 items: 813 type: string 814 type: array 815 values: 816 type: string 817 valuesObject: 818 type: object 819 x-kubernetes-preserve-unknown-fields: true 820 version: 821 type: string 822 type: object 823 kustomize: 824 properties: 825 commonAnnotations: 826 additionalProperties: 827 type: string 828 type: object 829 commonAnnotationsEnvsubst: 830 type: boolean 831 commonLabels: 832 additionalProperties: 833 type: string 834 type: object 835 components: 836 items: 837 type: string 838 type: array 839 forceCommonAnnotations: 840 type: boolean 841 forceCommonLabels: 842 type: boolean 843 images: 844 items: 845 type: string 846 type: array 847 namePrefix: 848 type: string 849 nameSuffix: 850 type: string 851 namespace: 852 type: string 853 patches: 854 items: 855 properties: 856 options: 857 additionalProperties: 858 type: boolean 859 type: object 860 patch: 861 type: string 862 path: 863 type: string 864 target: 865 properties: 866 annotationSelector: 867 type: string 868 group: 869 type: string 870 kind: 871 type: string 872 labelSelector: 873 type: string 874 name: 875 type: string 876 namespace: 877 type: string 878 version: 879 type: string 880 type: object 881 type: object 882 type: array 883 replicas: 884 items: 885 properties: 886 count: 887 anyOf: 888 - type: integer 889 - type: string 890 x-kubernetes-int-or-string: true 891 name: 892 type: string 893 required: 894 - count 895 - name 896 type: object 897 type: array 898 version: 899 type: string 900 type: object 901 path: 902 type: string 903 plugin: 904 properties: 905 env: 906 items: 907 properties: 908 name: 909 type: string 910 value: 911 type: string 912 required: 913 - name 914 - value 915 type: object 916 type: array 917 name: 918 type: string 919 parameters: 920 items: 921 properties: 922 array: 923 items: 924 type: string 925 type: array 926 map: 927 additionalProperties: 928 type: string 929 type: object 930 name: 931 type: string 932 string: 933 type: string 934 type: object 935 type: array 936 type: object 937 ref: 938 type: string 939 repoURL: 940 type: string 941 targetRevision: 942 type: string 943 required: 944 - repoURL 945 type: object 946 sources: 947 items: 948 properties: 949 chart: 950 type: string 951 directory: 952 properties: 953 exclude: 954 type: string 955 include: 956 type: string 957 jsonnet: 958 properties: 959 extVars: 960 items: 961 properties: 962 code: 963 type: boolean 964 name: 965 type: string 966 value: 967 type: string 968 required: 969 - name 970 - value 971 type: object 972 type: array 973 libs: 974 items: 975 type: string 976 type: array 977 tlas: 978 items: 979 properties: 980 code: 981 type: boolean 982 name: 983 type: string 984 value: 985 type: string 986 required: 987 - name 988 - value 989 type: object 990 type: array 991 type: object 992 recurse: 993 type: boolean 994 type: object 995 helm: 996 properties: 997 fileParameters: 998 items: 999 properties: 1000 name: 1001 type: string 1002 path: 1003 type: string 1004 type: object 1005 type: array 1006 ignoreMissingValueFiles: 1007 type: boolean 1008 parameters: 1009 items: 1010 properties: 1011 forceString: 1012 type: boolean 1013 name: 1014 type: string 1015 value: 1016 type: string 1017 type: object 1018 type: array 1019 passCredentials: 1020 type: boolean 1021 releaseName: 1022 type: string 1023 skipCrds: 1024 type: boolean 1025 valueFiles: 1026 items: 1027 type: string 1028 type: array 1029 values: 1030 type: string 1031 valuesObject: 1032 type: object 1033 x-kubernetes-preserve-unknown-fields: true 1034 version: 1035 type: string 1036 type: object 1037 kustomize: 1038 properties: 1039 commonAnnotations: 1040 additionalProperties: 1041 type: string 1042 type: object 1043 commonAnnotationsEnvsubst: 1044 type: boolean 1045 commonLabels: 1046 additionalProperties: 1047 type: string 1048 type: object 1049 components: 1050 items: 1051 type: string 1052 type: array 1053 forceCommonAnnotations: 1054 type: boolean 1055 forceCommonLabels: 1056 type: boolean 1057 images: 1058 items: 1059 type: string 1060 type: array 1061 namePrefix: 1062 type: string 1063 nameSuffix: 1064 type: string 1065 namespace: 1066 type: string 1067 patches: 1068 items: 1069 properties: 1070 options: 1071 additionalProperties: 1072 type: boolean 1073 type: object 1074 patch: 1075 type: string 1076 path: 1077 type: string 1078 target: 1079 properties: 1080 annotationSelector: 1081 type: string 1082 group: 1083 type: string 1084 kind: 1085 type: string 1086 labelSelector: 1087 type: string 1088 name: 1089 type: string 1090 namespace: 1091 type: string 1092 version: 1093 type: string 1094 type: object 1095 type: object 1096 type: array 1097 replicas: 1098 items: 1099 properties: 1100 count: 1101 anyOf: 1102 - type: integer 1103 - type: string 1104 x-kubernetes-int-or-string: true 1105 name: 1106 type: string 1107 required: 1108 - count 1109 - name 1110 type: object 1111 type: array 1112 version: 1113 type: string 1114 type: object 1115 path: 1116 type: string 1117 plugin: 1118 properties: 1119 env: 1120 items: 1121 properties: 1122 name: 1123 type: string 1124 value: 1125 type: string 1126 required: 1127 - name 1128 - value 1129 type: object 1130 type: array 1131 name: 1132 type: string 1133 parameters: 1134 items: 1135 properties: 1136 array: 1137 items: 1138 type: string 1139 type: array 1140 map: 1141 additionalProperties: 1142 type: string 1143 type: object 1144 name: 1145 type: string 1146 string: 1147 type: string 1148 type: object 1149 type: array 1150 type: object 1151 ref: 1152 type: string 1153 repoURL: 1154 type: string 1155 targetRevision: 1156 type: string 1157 required: 1158 - repoURL 1159 type: object 1160 type: array 1161 syncPolicy: 1162 properties: 1163 automated: 1164 properties: 1165 allowEmpty: 1166 type: boolean 1167 prune: 1168 type: boolean 1169 selfHeal: 1170 type: boolean 1171 type: object 1172 managedNamespaceMetadata: 1173 properties: 1174 annotations: 1175 additionalProperties: 1176 type: string 1177 type: object 1178 labels: 1179 additionalProperties: 1180 type: string 1181 type: object 1182 type: object 1183 retry: 1184 properties: 1185 backoff: 1186 properties: 1187 duration: 1188 type: string 1189 factor: 1190 format: int64 1191 type: integer 1192 maxDuration: 1193 type: string 1194 type: object 1195 limit: 1196 format: int64 1197 type: integer 1198 type: object 1199 syncOptions: 1200 items: 1201 type: string 1202 type: array 1203 type: object 1204 required: 1205 - destination 1206 - project 1207 type: object 1208 required: 1209 - metadata 1210 - spec 1211 type: object 1212 values: 1213 additionalProperties: 1214 type: string 1215 type: object 1216 type: object 1217 git: 1218 properties: 1219 directories: 1220 items: 1221 properties: 1222 exclude: 1223 type: boolean 1224 path: 1225 type: string 1226 required: 1227 - path 1228 type: object 1229 type: array 1230 files: 1231 items: 1232 properties: 1233 path: 1234 type: string 1235 required: 1236 - path 1237 type: object 1238 type: array 1239 pathParamPrefix: 1240 type: string 1241 repoURL: 1242 type: string 1243 requeueAfterSeconds: 1244 format: int64 1245 type: integer 1246 revision: 1247 type: string 1248 template: 1249 properties: 1250 metadata: 1251 properties: 1252 annotations: 1253 additionalProperties: 1254 type: string 1255 type: object 1256 finalizers: 1257 items: 1258 type: string 1259 type: array 1260 labels: 1261 additionalProperties: 1262 type: string 1263 type: object 1264 name: 1265 type: string 1266 namespace: 1267 type: string 1268 type: object 1269 spec: 1270 properties: 1271 destination: 1272 properties: 1273 name: 1274 type: string 1275 namespace: 1276 type: string 1277 server: 1278 type: string 1279 type: object 1280 ignoreDifferences: 1281 items: 1282 properties: 1283 group: 1284 type: string 1285 jqPathExpressions: 1286 items: 1287 type: string 1288 type: array 1289 jsonPointers: 1290 items: 1291 type: string 1292 type: array 1293 kind: 1294 type: string 1295 managedFieldsManagers: 1296 items: 1297 type: string 1298 type: array 1299 name: 1300 type: string 1301 namespace: 1302 type: string 1303 required: 1304 - kind 1305 type: object 1306 type: array 1307 info: 1308 items: 1309 properties: 1310 name: 1311 type: string 1312 value: 1313 type: string 1314 required: 1315 - name 1316 - value 1317 type: object 1318 type: array 1319 project: 1320 type: string 1321 revisionHistoryLimit: 1322 format: int64 1323 type: integer 1324 source: 1325 properties: 1326 chart: 1327 type: string 1328 directory: 1329 properties: 1330 exclude: 1331 type: string 1332 include: 1333 type: string 1334 jsonnet: 1335 properties: 1336 extVars: 1337 items: 1338 properties: 1339 code: 1340 type: boolean 1341 name: 1342 type: string 1343 value: 1344 type: string 1345 required: 1346 - name 1347 - value 1348 type: object 1349 type: array 1350 libs: 1351 items: 1352 type: string 1353 type: array 1354 tlas: 1355 items: 1356 properties: 1357 code: 1358 type: boolean 1359 name: 1360 type: string 1361 value: 1362 type: string 1363 required: 1364 - name 1365 - value 1366 type: object 1367 type: array 1368 type: object 1369 recurse: 1370 type: boolean 1371 type: object 1372 helm: 1373 properties: 1374 fileParameters: 1375 items: 1376 properties: 1377 name: 1378 type: string 1379 path: 1380 type: string 1381 type: object 1382 type: array 1383 ignoreMissingValueFiles: 1384 type: boolean 1385 parameters: 1386 items: 1387 properties: 1388 forceString: 1389 type: boolean 1390 name: 1391 type: string 1392 value: 1393 type: string 1394 type: object 1395 type: array 1396 passCredentials: 1397 type: boolean 1398 releaseName: 1399 type: string 1400 skipCrds: 1401 type: boolean 1402 valueFiles: 1403 items: 1404 type: string 1405 type: array 1406 values: 1407 type: string 1408 valuesObject: 1409 type: object 1410 x-kubernetes-preserve-unknown-fields: true 1411 version: 1412 type: string 1413 type: object 1414 kustomize: 1415 properties: 1416 commonAnnotations: 1417 additionalProperties: 1418 type: string 1419 type: object 1420 commonAnnotationsEnvsubst: 1421 type: boolean 1422 commonLabels: 1423 additionalProperties: 1424 type: string 1425 type: object 1426 components: 1427 items: 1428 type: string 1429 type: array 1430 forceCommonAnnotations: 1431 type: boolean 1432 forceCommonLabels: 1433 type: boolean 1434 images: 1435 items: 1436 type: string 1437 type: array 1438 namePrefix: 1439 type: string 1440 nameSuffix: 1441 type: string 1442 namespace: 1443 type: string 1444 patches: 1445 items: 1446 properties: 1447 options: 1448 additionalProperties: 1449 type: boolean 1450 type: object 1451 patch: 1452 type: string 1453 path: 1454 type: string 1455 target: 1456 properties: 1457 annotationSelector: 1458 type: string 1459 group: 1460 type: string 1461 kind: 1462 type: string 1463 labelSelector: 1464 type: string 1465 name: 1466 type: string 1467 namespace: 1468 type: string 1469 version: 1470 type: string 1471 type: object 1472 type: object 1473 type: array 1474 replicas: 1475 items: 1476 properties: 1477 count: 1478 anyOf: 1479 - type: integer 1480 - type: string 1481 x-kubernetes-int-or-string: true 1482 name: 1483 type: string 1484 required: 1485 - count 1486 - name 1487 type: object 1488 type: array 1489 version: 1490 type: string 1491 type: object 1492 path: 1493 type: string 1494 plugin: 1495 properties: 1496 env: 1497 items: 1498 properties: 1499 name: 1500 type: string 1501 value: 1502 type: string 1503 required: 1504 - name 1505 - value 1506 type: object 1507 type: array 1508 name: 1509 type: string 1510 parameters: 1511 items: 1512 properties: 1513 array: 1514 items: 1515 type: string 1516 type: array 1517 map: 1518 additionalProperties: 1519 type: string 1520 type: object 1521 name: 1522 type: string 1523 string: 1524 type: string 1525 type: object 1526 type: array 1527 type: object 1528 ref: 1529 type: string 1530 repoURL: 1531 type: string 1532 targetRevision: 1533 type: string 1534 required: 1535 - repoURL 1536 type: object 1537 sources: 1538 items: 1539 properties: 1540 chart: 1541 type: string 1542 directory: 1543 properties: 1544 exclude: 1545 type: string 1546 include: 1547 type: string 1548 jsonnet: 1549 properties: 1550 extVars: 1551 items: 1552 properties: 1553 code: 1554 type: boolean 1555 name: 1556 type: string 1557 value: 1558 type: string 1559 required: 1560 - name 1561 - value 1562 type: object 1563 type: array 1564 libs: 1565 items: 1566 type: string 1567 type: array 1568 tlas: 1569 items: 1570 properties: 1571 code: 1572 type: boolean 1573 name: 1574 type: string 1575 value: 1576 type: string 1577 required: 1578 - name 1579 - value 1580 type: object 1581 type: array 1582 type: object 1583 recurse: 1584 type: boolean 1585 type: object 1586 helm: 1587 properties: 1588 fileParameters: 1589 items: 1590 properties: 1591 name: 1592 type: string 1593 path: 1594 type: string 1595 type: object 1596 type: array 1597 ignoreMissingValueFiles: 1598 type: boolean 1599 parameters: 1600 items: 1601 properties: 1602 forceString: 1603 type: boolean 1604 name: 1605 type: string 1606 value: 1607 type: string 1608 type: object 1609 type: array 1610 passCredentials: 1611 type: boolean 1612 releaseName: 1613 type: string 1614 skipCrds: 1615 type: boolean 1616 valueFiles: 1617 items: 1618 type: string 1619 type: array 1620 values: 1621 type: string 1622 valuesObject: 1623 type: object 1624 x-kubernetes-preserve-unknown-fields: true 1625 version: 1626 type: string 1627 type: object 1628 kustomize: 1629 properties: 1630 commonAnnotations: 1631 additionalProperties: 1632 type: string 1633 type: object 1634 commonAnnotationsEnvsubst: 1635 type: boolean 1636 commonLabels: 1637 additionalProperties: 1638 type: string 1639 type: object 1640 components: 1641 items: 1642 type: string 1643 type: array 1644 forceCommonAnnotations: 1645 type: boolean 1646 forceCommonLabels: 1647 type: boolean 1648 images: 1649 items: 1650 type: string 1651 type: array 1652 namePrefix: 1653 type: string 1654 nameSuffix: 1655 type: string 1656 namespace: 1657 type: string 1658 patches: 1659 items: 1660 properties: 1661 options: 1662 additionalProperties: 1663 type: boolean 1664 type: object 1665 patch: 1666 type: string 1667 path: 1668 type: string 1669 target: 1670 properties: 1671 annotationSelector: 1672 type: string 1673 group: 1674 type: string 1675 kind: 1676 type: string 1677 labelSelector: 1678 type: string 1679 name: 1680 type: string 1681 namespace: 1682 type: string 1683 version: 1684 type: string 1685 type: object 1686 type: object 1687 type: array 1688 replicas: 1689 items: 1690 properties: 1691 count: 1692 anyOf: 1693 - type: integer 1694 - type: string 1695 x-kubernetes-int-or-string: true 1696 name: 1697 type: string 1698 required: 1699 - count 1700 - name 1701 type: object 1702 type: array 1703 version: 1704 type: string 1705 type: object 1706 path: 1707 type: string 1708 plugin: 1709 properties: 1710 env: 1711 items: 1712 properties: 1713 name: 1714 type: string 1715 value: 1716 type: string 1717 required: 1718 - name 1719 - value 1720 type: object 1721 type: array 1722 name: 1723 type: string 1724 parameters: 1725 items: 1726 properties: 1727 array: 1728 items: 1729 type: string 1730 type: array 1731 map: 1732 additionalProperties: 1733 type: string 1734 type: object 1735 name: 1736 type: string 1737 string: 1738 type: string 1739 type: object 1740 type: array 1741 type: object 1742 ref: 1743 type: string 1744 repoURL: 1745 type: string 1746 targetRevision: 1747 type: string 1748 required: 1749 - repoURL 1750 type: object 1751 type: array 1752 syncPolicy: 1753 properties: 1754 automated: 1755 properties: 1756 allowEmpty: 1757 type: boolean 1758 prune: 1759 type: boolean 1760 selfHeal: 1761 type: boolean 1762 type: object 1763 managedNamespaceMetadata: 1764 properties: 1765 annotations: 1766 additionalProperties: 1767 type: string 1768 type: object 1769 labels: 1770 additionalProperties: 1771 type: string 1772 type: object 1773 type: object 1774 retry: 1775 properties: 1776 backoff: 1777 properties: 1778 duration: 1779 type: string 1780 factor: 1781 format: int64 1782 type: integer 1783 maxDuration: 1784 type: string 1785 type: object 1786 limit: 1787 format: int64 1788 type: integer 1789 type: object 1790 syncOptions: 1791 items: 1792 type: string 1793 type: array 1794 type: object 1795 required: 1796 - destination 1797 - project 1798 type: object 1799 required: 1800 - metadata 1801 - spec 1802 type: object 1803 values: 1804 additionalProperties: 1805 type: string 1806 type: object 1807 required: 1808 - repoURL 1809 - revision 1810 type: object 1811 list: 1812 properties: 1813 elements: 1814 items: 1815 x-kubernetes-preserve-unknown-fields: true 1816 type: array 1817 elementsYaml: 1818 type: string 1819 template: 1820 properties: 1821 metadata: 1822 properties: 1823 annotations: 1824 additionalProperties: 1825 type: string 1826 type: object 1827 finalizers: 1828 items: 1829 type: string 1830 type: array 1831 labels: 1832 additionalProperties: 1833 type: string 1834 type: object 1835 name: 1836 type: string 1837 namespace: 1838 type: string 1839 type: object 1840 spec: 1841 properties: 1842 destination: 1843 properties: 1844 name: 1845 type: string 1846 namespace: 1847 type: string 1848 server: 1849 type: string 1850 type: object 1851 ignoreDifferences: 1852 items: 1853 properties: 1854 group: 1855 type: string 1856 jqPathExpressions: 1857 items: 1858 type: string 1859 type: array 1860 jsonPointers: 1861 items: 1862 type: string 1863 type: array 1864 kind: 1865 type: string 1866 managedFieldsManagers: 1867 items: 1868 type: string 1869 type: array 1870 name: 1871 type: string 1872 namespace: 1873 type: string 1874 required: 1875 - kind 1876 type: object 1877 type: array 1878 info: 1879 items: 1880 properties: 1881 name: 1882 type: string 1883 value: 1884 type: string 1885 required: 1886 - name 1887 - value 1888 type: object 1889 type: array 1890 project: 1891 type: string 1892 revisionHistoryLimit: 1893 format: int64 1894 type: integer 1895 source: 1896 properties: 1897 chart: 1898 type: string 1899 directory: 1900 properties: 1901 exclude: 1902 type: string 1903 include: 1904 type: string 1905 jsonnet: 1906 properties: 1907 extVars: 1908 items: 1909 properties: 1910 code: 1911 type: boolean 1912 name: 1913 type: string 1914 value: 1915 type: string 1916 required: 1917 - name 1918 - value 1919 type: object 1920 type: array 1921 libs: 1922 items: 1923 type: string 1924 type: array 1925 tlas: 1926 items: 1927 properties: 1928 code: 1929 type: boolean 1930 name: 1931 type: string 1932 value: 1933 type: string 1934 required: 1935 - name 1936 - value 1937 type: object 1938 type: array 1939 type: object 1940 recurse: 1941 type: boolean 1942 type: object 1943 helm: 1944 properties: 1945 fileParameters: 1946 items: 1947 properties: 1948 name: 1949 type: string 1950 path: 1951 type: string 1952 type: object 1953 type: array 1954 ignoreMissingValueFiles: 1955 type: boolean 1956 parameters: 1957 items: 1958 properties: 1959 forceString: 1960 type: boolean 1961 name: 1962 type: string 1963 value: 1964 type: string 1965 type: object 1966 type: array 1967 passCredentials: 1968 type: boolean 1969 releaseName: 1970 type: string 1971 skipCrds: 1972 type: boolean 1973 valueFiles: 1974 items: 1975 type: string 1976 type: array 1977 values: 1978 type: string 1979 valuesObject: 1980 type: object 1981 x-kubernetes-preserve-unknown-fields: true 1982 version: 1983 type: string 1984 type: object 1985 kustomize: 1986 properties: 1987 commonAnnotations: 1988 additionalProperties: 1989 type: string 1990 type: object 1991 commonAnnotationsEnvsubst: 1992 type: boolean 1993 commonLabels: 1994 additionalProperties: 1995 type: string 1996 type: object 1997 components: 1998 items: 1999 type: string 2000 type: array 2001 forceCommonAnnotations: 2002 type: boolean 2003 forceCommonLabels: 2004 type: boolean 2005 images: 2006 items: 2007 type: string 2008 type: array 2009 namePrefix: 2010 type: string 2011 nameSuffix: 2012 type: string 2013 namespace: 2014 type: string 2015 patches: 2016 items: 2017 properties: 2018 options: 2019 additionalProperties: 2020 type: boolean 2021 type: object 2022 patch: 2023 type: string 2024 path: 2025 type: string 2026 target: 2027 properties: 2028 annotationSelector: 2029 type: string 2030 group: 2031 type: string 2032 kind: 2033 type: string 2034 labelSelector: 2035 type: string 2036 name: 2037 type: string 2038 namespace: 2039 type: string 2040 version: 2041 type: string 2042 type: object 2043 type: object 2044 type: array 2045 replicas: 2046 items: 2047 properties: 2048 count: 2049 anyOf: 2050 - type: integer 2051 - type: string 2052 x-kubernetes-int-or-string: true 2053 name: 2054 type: string 2055 required: 2056 - count 2057 - name 2058 type: object 2059 type: array 2060 version: 2061 type: string 2062 type: object 2063 path: 2064 type: string 2065 plugin: 2066 properties: 2067 env: 2068 items: 2069 properties: 2070 name: 2071 type: string 2072 value: 2073 type: string 2074 required: 2075 - name 2076 - value 2077 type: object 2078 type: array 2079 name: 2080 type: string 2081 parameters: 2082 items: 2083 properties: 2084 array: 2085 items: 2086 type: string 2087 type: array 2088 map: 2089 additionalProperties: 2090 type: string 2091 type: object 2092 name: 2093 type: string 2094 string: 2095 type: string 2096 type: object 2097 type: array 2098 type: object 2099 ref: 2100 type: string 2101 repoURL: 2102 type: string 2103 targetRevision: 2104 type: string 2105 required: 2106 - repoURL 2107 type: object 2108 sources: 2109 items: 2110 properties: 2111 chart: 2112 type: string 2113 directory: 2114 properties: 2115 exclude: 2116 type: string 2117 include: 2118 type: string 2119 jsonnet: 2120 properties: 2121 extVars: 2122 items: 2123 properties: 2124 code: 2125 type: boolean 2126 name: 2127 type: string 2128 value: 2129 type: string 2130 required: 2131 - name 2132 - value 2133 type: object 2134 type: array 2135 libs: 2136 items: 2137 type: string 2138 type: array 2139 tlas: 2140 items: 2141 properties: 2142 code: 2143 type: boolean 2144 name: 2145 type: string 2146 value: 2147 type: string 2148 required: 2149 - name 2150 - value 2151 type: object 2152 type: array 2153 type: object 2154 recurse: 2155 type: boolean 2156 type: object 2157 helm: 2158 properties: 2159 fileParameters: 2160 items: 2161 properties: 2162 name: 2163 type: string 2164 path: 2165 type: string 2166 type: object 2167 type: array 2168 ignoreMissingValueFiles: 2169 type: boolean 2170 parameters: 2171 items: 2172 properties: 2173 forceString: 2174 type: boolean 2175 name: 2176 type: string 2177 value: 2178 type: string 2179 type: object 2180 type: array 2181 passCredentials: 2182 type: boolean 2183 releaseName: 2184 type: string 2185 skipCrds: 2186 type: boolean 2187 valueFiles: 2188 items: 2189 type: string 2190 type: array 2191 values: 2192 type: string 2193 valuesObject: 2194 type: object 2195 x-kubernetes-preserve-unknown-fields: true 2196 version: 2197 type: string 2198 type: object 2199 kustomize: 2200 properties: 2201 commonAnnotations: 2202 additionalProperties: 2203 type: string 2204 type: object 2205 commonAnnotationsEnvsubst: 2206 type: boolean 2207 commonLabels: 2208 additionalProperties: 2209 type: string 2210 type: object 2211 components: 2212 items: 2213 type: string 2214 type: array 2215 forceCommonAnnotations: 2216 type: boolean 2217 forceCommonLabels: 2218 type: boolean 2219 images: 2220 items: 2221 type: string 2222 type: array 2223 namePrefix: 2224 type: string 2225 nameSuffix: 2226 type: string 2227 namespace: 2228 type: string 2229 patches: 2230 items: 2231 properties: 2232 options: 2233 additionalProperties: 2234 type: boolean 2235 type: object 2236 patch: 2237 type: string 2238 path: 2239 type: string 2240 target: 2241 properties: 2242 annotationSelector: 2243 type: string 2244 group: 2245 type: string 2246 kind: 2247 type: string 2248 labelSelector: 2249 type: string 2250 name: 2251 type: string 2252 namespace: 2253 type: string 2254 version: 2255 type: string 2256 type: object 2257 type: object 2258 type: array 2259 replicas: 2260 items: 2261 properties: 2262 count: 2263 anyOf: 2264 - type: integer 2265 - type: string 2266 x-kubernetes-int-or-string: true 2267 name: 2268 type: string 2269 required: 2270 - count 2271 - name 2272 type: object 2273 type: array 2274 version: 2275 type: string 2276 type: object 2277 path: 2278 type: string 2279 plugin: 2280 properties: 2281 env: 2282 items: 2283 properties: 2284 name: 2285 type: string 2286 value: 2287 type: string 2288 required: 2289 - name 2290 - value 2291 type: object 2292 type: array 2293 name: 2294 type: string 2295 parameters: 2296 items: 2297 properties: 2298 array: 2299 items: 2300 type: string 2301 type: array 2302 map: 2303 additionalProperties: 2304 type: string 2305 type: object 2306 name: 2307 type: string 2308 string: 2309 type: string 2310 type: object 2311 type: array 2312 type: object 2313 ref: 2314 type: string 2315 repoURL: 2316 type: string 2317 targetRevision: 2318 type: string 2319 required: 2320 - repoURL 2321 type: object 2322 type: array 2323 syncPolicy: 2324 properties: 2325 automated: 2326 properties: 2327 allowEmpty: 2328 type: boolean 2329 prune: 2330 type: boolean 2331 selfHeal: 2332 type: boolean 2333 type: object 2334 managedNamespaceMetadata: 2335 properties: 2336 annotations: 2337 additionalProperties: 2338 type: string 2339 type: object 2340 labels: 2341 additionalProperties: 2342 type: string 2343 type: object 2344 type: object 2345 retry: 2346 properties: 2347 backoff: 2348 properties: 2349 duration: 2350 type: string 2351 factor: 2352 format: int64 2353 type: integer 2354 maxDuration: 2355 type: string 2356 type: object 2357 limit: 2358 format: int64 2359 type: integer 2360 type: object 2361 syncOptions: 2362 items: 2363 type: string 2364 type: array 2365 type: object 2366 required: 2367 - destination 2368 - project 2369 type: object 2370 required: 2371 - metadata 2372 - spec 2373 type: object 2374 required: 2375 - elements 2376 type: object 2377 matrix: 2378 properties: 2379 generators: 2380 items: 2381 properties: 2382 clusterDecisionResource: 2383 properties: 2384 configMapRef: 2385 type: string 2386 labelSelector: 2387 properties: 2388 matchExpressions: 2389 items: 2390 properties: 2391 key: 2392 type: string 2393 operator: 2394 type: string 2395 values: 2396 items: 2397 type: string 2398 type: array 2399 required: 2400 - key 2401 - operator 2402 type: object 2403 type: array 2404 matchLabels: 2405 additionalProperties: 2406 type: string 2407 type: object 2408 type: object 2409 name: 2410 type: string 2411 requeueAfterSeconds: 2412 format: int64 2413 type: integer 2414 template: 2415 properties: 2416 metadata: 2417 properties: 2418 annotations: 2419 additionalProperties: 2420 type: string 2421 type: object 2422 finalizers: 2423 items: 2424 type: string 2425 type: array 2426 labels: 2427 additionalProperties: 2428 type: string 2429 type: object 2430 name: 2431 type: string 2432 namespace: 2433 type: string 2434 type: object 2435 spec: 2436 properties: 2437 destination: 2438 properties: 2439 name: 2440 type: string 2441 namespace: 2442 type: string 2443 server: 2444 type: string 2445 type: object 2446 ignoreDifferences: 2447 items: 2448 properties: 2449 group: 2450 type: string 2451 jqPathExpressions: 2452 items: 2453 type: string 2454 type: array 2455 jsonPointers: 2456 items: 2457 type: string 2458 type: array 2459 kind: 2460 type: string 2461 managedFieldsManagers: 2462 items: 2463 type: string 2464 type: array 2465 name: 2466 type: string 2467 namespace: 2468 type: string 2469 required: 2470 - kind 2471 type: object 2472 type: array 2473 info: 2474 items: 2475 properties: 2476 name: 2477 type: string 2478 value: 2479 type: string 2480 required: 2481 - name 2482 - value 2483 type: object 2484 type: array 2485 project: 2486 type: string 2487 revisionHistoryLimit: 2488 format: int64 2489 type: integer 2490 source: 2491 properties: 2492 chart: 2493 type: string 2494 directory: 2495 properties: 2496 exclude: 2497 type: string 2498 include: 2499 type: string 2500 jsonnet: 2501 properties: 2502 extVars: 2503 items: 2504 properties: 2505 code: 2506 type: boolean 2507 name: 2508 type: string 2509 value: 2510 type: string 2511 required: 2512 - name 2513 - value 2514 type: object 2515 type: array 2516 libs: 2517 items: 2518 type: string 2519 type: array 2520 tlas: 2521 items: 2522 properties: 2523 code: 2524 type: boolean 2525 name: 2526 type: string 2527 value: 2528 type: string 2529 required: 2530 - name 2531 - value 2532 type: object 2533 type: array 2534 type: object 2535 recurse: 2536 type: boolean 2537 type: object 2538 helm: 2539 properties: 2540 fileParameters: 2541 items: 2542 properties: 2543 name: 2544 type: string 2545 path: 2546 type: string 2547 type: object 2548 type: array 2549 ignoreMissingValueFiles: 2550 type: boolean 2551 parameters: 2552 items: 2553 properties: 2554 forceString: 2555 type: boolean 2556 name: 2557 type: string 2558 value: 2559 type: string 2560 type: object 2561 type: array 2562 passCredentials: 2563 type: boolean 2564 releaseName: 2565 type: string 2566 skipCrds: 2567 type: boolean 2568 valueFiles: 2569 items: 2570 type: string 2571 type: array 2572 values: 2573 type: string 2574 valuesObject: 2575 type: object 2576 x-kubernetes-preserve-unknown-fields: true 2577 version: 2578 type: string 2579 type: object 2580 kustomize: 2581 properties: 2582 commonAnnotations: 2583 additionalProperties: 2584 type: string 2585 type: object 2586 commonAnnotationsEnvsubst: 2587 type: boolean 2588 commonLabels: 2589 additionalProperties: 2590 type: string 2591 type: object 2592 components: 2593 items: 2594 type: string 2595 type: array 2596 forceCommonAnnotations: 2597 type: boolean 2598 forceCommonLabels: 2599 type: boolean 2600 images: 2601 items: 2602 type: string 2603 type: array 2604 namePrefix: 2605 type: string 2606 nameSuffix: 2607 type: string 2608 namespace: 2609 type: string 2610 patches: 2611 items: 2612 properties: 2613 options: 2614 additionalProperties: 2615 type: boolean 2616 type: object 2617 patch: 2618 type: string 2619 path: 2620 type: string 2621 target: 2622 properties: 2623 annotationSelector: 2624 type: string 2625 group: 2626 type: string 2627 kind: 2628 type: string 2629 labelSelector: 2630 type: string 2631 name: 2632 type: string 2633 namespace: 2634 type: string 2635 version: 2636 type: string 2637 type: object 2638 type: object 2639 type: array 2640 replicas: 2641 items: 2642 properties: 2643 count: 2644 anyOf: 2645 - type: integer 2646 - type: string 2647 x-kubernetes-int-or-string: true 2648 name: 2649 type: string 2650 required: 2651 - count 2652 - name 2653 type: object 2654 type: array 2655 version: 2656 type: string 2657 type: object 2658 path: 2659 type: string 2660 plugin: 2661 properties: 2662 env: 2663 items: 2664 properties: 2665 name: 2666 type: string 2667 value: 2668 type: string 2669 required: 2670 - name 2671 - value 2672 type: object 2673 type: array 2674 name: 2675 type: string 2676 parameters: 2677 items: 2678 properties: 2679 array: 2680 items: 2681 type: string 2682 type: array 2683 map: 2684 additionalProperties: 2685 type: string 2686 type: object 2687 name: 2688 type: string 2689 string: 2690 type: string 2691 type: object 2692 type: array 2693 type: object 2694 ref: 2695 type: string 2696 repoURL: 2697 type: string 2698 targetRevision: 2699 type: string 2700 required: 2701 - repoURL 2702 type: object 2703 sources: 2704 items: 2705 properties: 2706 chart: 2707 type: string 2708 directory: 2709 properties: 2710 exclude: 2711 type: string 2712 include: 2713 type: string 2714 jsonnet: 2715 properties: 2716 extVars: 2717 items: 2718 properties: 2719 code: 2720 type: boolean 2721 name: 2722 type: string 2723 value: 2724 type: string 2725 required: 2726 - name 2727 - value 2728 type: object 2729 type: array 2730 libs: 2731 items: 2732 type: string 2733 type: array 2734 tlas: 2735 items: 2736 properties: 2737 code: 2738 type: boolean 2739 name: 2740 type: string 2741 value: 2742 type: string 2743 required: 2744 - name 2745 - value 2746 type: object 2747 type: array 2748 type: object 2749 recurse: 2750 type: boolean 2751 type: object 2752 helm: 2753 properties: 2754 fileParameters: 2755 items: 2756 properties: 2757 name: 2758 type: string 2759 path: 2760 type: string 2761 type: object 2762 type: array 2763 ignoreMissingValueFiles: 2764 type: boolean 2765 parameters: 2766 items: 2767 properties: 2768 forceString: 2769 type: boolean 2770 name: 2771 type: string 2772 value: 2773 type: string 2774 type: object 2775 type: array 2776 passCredentials: 2777 type: boolean 2778 releaseName: 2779 type: string 2780 skipCrds: 2781 type: boolean 2782 valueFiles: 2783 items: 2784 type: string 2785 type: array 2786 values: 2787 type: string 2788 valuesObject: 2789 type: object 2790 x-kubernetes-preserve-unknown-fields: true 2791 version: 2792 type: string 2793 type: object 2794 kustomize: 2795 properties: 2796 commonAnnotations: 2797 additionalProperties: 2798 type: string 2799 type: object 2800 commonAnnotationsEnvsubst: 2801 type: boolean 2802 commonLabels: 2803 additionalProperties: 2804 type: string 2805 type: object 2806 components: 2807 items: 2808 type: string 2809 type: array 2810 forceCommonAnnotations: 2811 type: boolean 2812 forceCommonLabels: 2813 type: boolean 2814 images: 2815 items: 2816 type: string 2817 type: array 2818 namePrefix: 2819 type: string 2820 nameSuffix: 2821 type: string 2822 namespace: 2823 type: string 2824 patches: 2825 items: 2826 properties: 2827 options: 2828 additionalProperties: 2829 type: boolean 2830 type: object 2831 patch: 2832 type: string 2833 path: 2834 type: string 2835 target: 2836 properties: 2837 annotationSelector: 2838 type: string 2839 group: 2840 type: string 2841 kind: 2842 type: string 2843 labelSelector: 2844 type: string 2845 name: 2846 type: string 2847 namespace: 2848 type: string 2849 version: 2850 type: string 2851 type: object 2852 type: object 2853 type: array 2854 replicas: 2855 items: 2856 properties: 2857 count: 2858 anyOf: 2859 - type: integer 2860 - type: string 2861 x-kubernetes-int-or-string: true 2862 name: 2863 type: string 2864 required: 2865 - count 2866 - name 2867 type: object 2868 type: array 2869 version: 2870 type: string 2871 type: object 2872 path: 2873 type: string 2874 plugin: 2875 properties: 2876 env: 2877 items: 2878 properties: 2879 name: 2880 type: string 2881 value: 2882 type: string 2883 required: 2884 - name 2885 - value 2886 type: object 2887 type: array 2888 name: 2889 type: string 2890 parameters: 2891 items: 2892 properties: 2893 array: 2894 items: 2895 type: string 2896 type: array 2897 map: 2898 additionalProperties: 2899 type: string 2900 type: object 2901 name: 2902 type: string 2903 string: 2904 type: string 2905 type: object 2906 type: array 2907 type: object 2908 ref: 2909 type: string 2910 repoURL: 2911 type: string 2912 targetRevision: 2913 type: string 2914 required: 2915 - repoURL 2916 type: object 2917 type: array 2918 syncPolicy: 2919 properties: 2920 automated: 2921 properties: 2922 allowEmpty: 2923 type: boolean 2924 prune: 2925 type: boolean 2926 selfHeal: 2927 type: boolean 2928 type: object 2929 managedNamespaceMetadata: 2930 properties: 2931 annotations: 2932 additionalProperties: 2933 type: string 2934 type: object 2935 labels: 2936 additionalProperties: 2937 type: string 2938 type: object 2939 type: object 2940 retry: 2941 properties: 2942 backoff: 2943 properties: 2944 duration: 2945 type: string 2946 factor: 2947 format: int64 2948 type: integer 2949 maxDuration: 2950 type: string 2951 type: object 2952 limit: 2953 format: int64 2954 type: integer 2955 type: object 2956 syncOptions: 2957 items: 2958 type: string 2959 type: array 2960 type: object 2961 required: 2962 - destination 2963 - project 2964 type: object 2965 required: 2966 - metadata 2967 - spec 2968 type: object 2969 values: 2970 additionalProperties: 2971 type: string 2972 type: object 2973 required: 2974 - configMapRef 2975 type: object 2976 clusters: 2977 properties: 2978 selector: 2979 properties: 2980 matchExpressions: 2981 items: 2982 properties: 2983 key: 2984 type: string 2985 operator: 2986 type: string 2987 values: 2988 items: 2989 type: string 2990 type: array 2991 required: 2992 - key 2993 - operator 2994 type: object 2995 type: array 2996 matchLabels: 2997 additionalProperties: 2998 type: string 2999 type: object 3000 type: object 3001 template: 3002 properties: 3003 metadata: 3004 properties: 3005 annotations: 3006 additionalProperties: 3007 type: string 3008 type: object 3009 finalizers: 3010 items: 3011 type: string 3012 type: array 3013 labels: 3014 additionalProperties: 3015 type: string 3016 type: object 3017 name: 3018 type: string 3019 namespace: 3020 type: string 3021 type: object 3022 spec: 3023 properties: 3024 destination: 3025 properties: 3026 name: 3027 type: string 3028 namespace: 3029 type: string 3030 server: 3031 type: string 3032 type: object 3033 ignoreDifferences: 3034 items: 3035 properties: 3036 group: 3037 type: string 3038 jqPathExpressions: 3039 items: 3040 type: string 3041 type: array 3042 jsonPointers: 3043 items: 3044 type: string 3045 type: array 3046 kind: 3047 type: string 3048 managedFieldsManagers: 3049 items: 3050 type: string 3051 type: array 3052 name: 3053 type: string 3054 namespace: 3055 type: string 3056 required: 3057 - kind 3058 type: object 3059 type: array 3060 info: 3061 items: 3062 properties: 3063 name: 3064 type: string 3065 value: 3066 type: string 3067 required: 3068 - name 3069 - value 3070 type: object 3071 type: array 3072 project: 3073 type: string 3074 revisionHistoryLimit: 3075 format: int64 3076 type: integer 3077 source: 3078 properties: 3079 chart: 3080 type: string 3081 directory: 3082 properties: 3083 exclude: 3084 type: string 3085 include: 3086 type: string 3087 jsonnet: 3088 properties: 3089 extVars: 3090 items: 3091 properties: 3092 code: 3093 type: boolean 3094 name: 3095 type: string 3096 value: 3097 type: string 3098 required: 3099 - name 3100 - value 3101 type: object 3102 type: array 3103 libs: 3104 items: 3105 type: string 3106 type: array 3107 tlas: 3108 items: 3109 properties: 3110 code: 3111 type: boolean 3112 name: 3113 type: string 3114 value: 3115 type: string 3116 required: 3117 - name 3118 - value 3119 type: object 3120 type: array 3121 type: object 3122 recurse: 3123 type: boolean 3124 type: object 3125 helm: 3126 properties: 3127 fileParameters: 3128 items: 3129 properties: 3130 name: 3131 type: string 3132 path: 3133 type: string 3134 type: object 3135 type: array 3136 ignoreMissingValueFiles: 3137 type: boolean 3138 parameters: 3139 items: 3140 properties: 3141 forceString: 3142 type: boolean 3143 name: 3144 type: string 3145 value: 3146 type: string 3147 type: object 3148 type: array 3149 passCredentials: 3150 type: boolean 3151 releaseName: 3152 type: string 3153 skipCrds: 3154 type: boolean 3155 valueFiles: 3156 items: 3157 type: string 3158 type: array 3159 values: 3160 type: string 3161 valuesObject: 3162 type: object 3163 x-kubernetes-preserve-unknown-fields: true 3164 version: 3165 type: string 3166 type: object 3167 kustomize: 3168 properties: 3169 commonAnnotations: 3170 additionalProperties: 3171 type: string 3172 type: object 3173 commonAnnotationsEnvsubst: 3174 type: boolean 3175 commonLabels: 3176 additionalProperties: 3177 type: string 3178 type: object 3179 components: 3180 items: 3181 type: string 3182 type: array 3183 forceCommonAnnotations: 3184 type: boolean 3185 forceCommonLabels: 3186 type: boolean 3187 images: 3188 items: 3189 type: string 3190 type: array 3191 namePrefix: 3192 type: string 3193 nameSuffix: 3194 type: string 3195 namespace: 3196 type: string 3197 patches: 3198 items: 3199 properties: 3200 options: 3201 additionalProperties: 3202 type: boolean 3203 type: object 3204 patch: 3205 type: string 3206 path: 3207 type: string 3208 target: 3209 properties: 3210 annotationSelector: 3211 type: string 3212 group: 3213 type: string 3214 kind: 3215 type: string 3216 labelSelector: 3217 type: string 3218 name: 3219 type: string 3220 namespace: 3221 type: string 3222 version: 3223 type: string 3224 type: object 3225 type: object 3226 type: array 3227 replicas: 3228 items: 3229 properties: 3230 count: 3231 anyOf: 3232 - type: integer 3233 - type: string 3234 x-kubernetes-int-or-string: true 3235 name: 3236 type: string 3237 required: 3238 - count 3239 - name 3240 type: object 3241 type: array 3242 version: 3243 type: string 3244 type: object 3245 path: 3246 type: string 3247 plugin: 3248 properties: 3249 env: 3250 items: 3251 properties: 3252 name: 3253 type: string 3254 value: 3255 type: string 3256 required: 3257 - name 3258 - value 3259 type: object 3260 type: array 3261 name: 3262 type: string 3263 parameters: 3264 items: 3265 properties: 3266 array: 3267 items: 3268 type: string 3269 type: array 3270 map: 3271 additionalProperties: 3272 type: string 3273 type: object 3274 name: 3275 type: string 3276 string: 3277 type: string 3278 type: object 3279 type: array 3280 type: object 3281 ref: 3282 type: string 3283 repoURL: 3284 type: string 3285 targetRevision: 3286 type: string 3287 required: 3288 - repoURL 3289 type: object 3290 sources: 3291 items: 3292 properties: 3293 chart: 3294 type: string 3295 directory: 3296 properties: 3297 exclude: 3298 type: string 3299 include: 3300 type: string 3301 jsonnet: 3302 properties: 3303 extVars: 3304 items: 3305 properties: 3306 code: 3307 type: boolean 3308 name: 3309 type: string 3310 value: 3311 type: string 3312 required: 3313 - name 3314 - value 3315 type: object 3316 type: array 3317 libs: 3318 items: 3319 type: string 3320 type: array 3321 tlas: 3322 items: 3323 properties: 3324 code: 3325 type: boolean 3326 name: 3327 type: string 3328 value: 3329 type: string 3330 required: 3331 - name 3332 - value 3333 type: object 3334 type: array 3335 type: object 3336 recurse: 3337 type: boolean 3338 type: object 3339 helm: 3340 properties: 3341 fileParameters: 3342 items: 3343 properties: 3344 name: 3345 type: string 3346 path: 3347 type: string 3348 type: object 3349 type: array 3350 ignoreMissingValueFiles: 3351 type: boolean 3352 parameters: 3353 items: 3354 properties: 3355 forceString: 3356 type: boolean 3357 name: 3358 type: string 3359 value: 3360 type: string 3361 type: object 3362 type: array 3363 passCredentials: 3364 type: boolean 3365 releaseName: 3366 type: string 3367 skipCrds: 3368 type: boolean 3369 valueFiles: 3370 items: 3371 type: string 3372 type: array 3373 values: 3374 type: string 3375 valuesObject: 3376 type: object 3377 x-kubernetes-preserve-unknown-fields: true 3378 version: 3379 type: string 3380 type: object 3381 kustomize: 3382 properties: 3383 commonAnnotations: 3384 additionalProperties: 3385 type: string 3386 type: object 3387 commonAnnotationsEnvsubst: 3388 type: boolean 3389 commonLabels: 3390 additionalProperties: 3391 type: string 3392 type: object 3393 components: 3394 items: 3395 type: string 3396 type: array 3397 forceCommonAnnotations: 3398 type: boolean 3399 forceCommonLabels: 3400 type: boolean 3401 images: 3402 items: 3403 type: string 3404 type: array 3405 namePrefix: 3406 type: string 3407 nameSuffix: 3408 type: string 3409 namespace: 3410 type: string 3411 patches: 3412 items: 3413 properties: 3414 options: 3415 additionalProperties: 3416 type: boolean 3417 type: object 3418 patch: 3419 type: string 3420 path: 3421 type: string 3422 target: 3423 properties: 3424 annotationSelector: 3425 type: string 3426 group: 3427 type: string 3428 kind: 3429 type: string 3430 labelSelector: 3431 type: string 3432 name: 3433 type: string 3434 namespace: 3435 type: string 3436 version: 3437 type: string 3438 type: object 3439 type: object 3440 type: array 3441 replicas: 3442 items: 3443 properties: 3444 count: 3445 anyOf: 3446 - type: integer 3447 - type: string 3448 x-kubernetes-int-or-string: true 3449 name: 3450 type: string 3451 required: 3452 - count 3453 - name 3454 type: object 3455 type: array 3456 version: 3457 type: string 3458 type: object 3459 path: 3460 type: string 3461 plugin: 3462 properties: 3463 env: 3464 items: 3465 properties: 3466 name: 3467 type: string 3468 value: 3469 type: string 3470 required: 3471 - name 3472 - value 3473 type: object 3474 type: array 3475 name: 3476 type: string 3477 parameters: 3478 items: 3479 properties: 3480 array: 3481 items: 3482 type: string 3483 type: array 3484 map: 3485 additionalProperties: 3486 type: string 3487 type: object 3488 name: 3489 type: string 3490 string: 3491 type: string 3492 type: object 3493 type: array 3494 type: object 3495 ref: 3496 type: string 3497 repoURL: 3498 type: string 3499 targetRevision: 3500 type: string 3501 required: 3502 - repoURL 3503 type: object 3504 type: array 3505 syncPolicy: 3506 properties: 3507 automated: 3508 properties: 3509 allowEmpty: 3510 type: boolean 3511 prune: 3512 type: boolean 3513 selfHeal: 3514 type: boolean 3515 type: object 3516 managedNamespaceMetadata: 3517 properties: 3518 annotations: 3519 additionalProperties: 3520 type: string 3521 type: object 3522 labels: 3523 additionalProperties: 3524 type: string 3525 type: object 3526 type: object 3527 retry: 3528 properties: 3529 backoff: 3530 properties: 3531 duration: 3532 type: string 3533 factor: 3534 format: int64 3535 type: integer 3536 maxDuration: 3537 type: string 3538 type: object 3539 limit: 3540 format: int64 3541 type: integer 3542 type: object 3543 syncOptions: 3544 items: 3545 type: string 3546 type: array 3547 type: object 3548 required: 3549 - destination 3550 - project 3551 type: object 3552 required: 3553 - metadata 3554 - spec 3555 type: object 3556 values: 3557 additionalProperties: 3558 type: string 3559 type: object 3560 type: object 3561 git: 3562 properties: 3563 directories: 3564 items: 3565 properties: 3566 exclude: 3567 type: boolean 3568 path: 3569 type: string 3570 required: 3571 - path 3572 type: object 3573 type: array 3574 files: 3575 items: 3576 properties: 3577 path: 3578 type: string 3579 required: 3580 - path 3581 type: object 3582 type: array 3583 pathParamPrefix: 3584 type: string 3585 repoURL: 3586 type: string 3587 requeueAfterSeconds: 3588 format: int64 3589 type: integer 3590 revision: 3591 type: string 3592 template: 3593 properties: 3594 metadata: 3595 properties: 3596 annotations: 3597 additionalProperties: 3598 type: string 3599 type: object 3600 finalizers: 3601 items: 3602 type: string 3603 type: array 3604 labels: 3605 additionalProperties: 3606 type: string 3607 type: object 3608 name: 3609 type: string 3610 namespace: 3611 type: string 3612 type: object 3613 spec: 3614 properties: 3615 destination: 3616 properties: 3617 name: 3618 type: string 3619 namespace: 3620 type: string 3621 server: 3622 type: string 3623 type: object 3624 ignoreDifferences: 3625 items: 3626 properties: 3627 group: 3628 type: string 3629 jqPathExpressions: 3630 items: 3631 type: string 3632 type: array 3633 jsonPointers: 3634 items: 3635 type: string 3636 type: array 3637 kind: 3638 type: string 3639 managedFieldsManagers: 3640 items: 3641 type: string 3642 type: array 3643 name: 3644 type: string 3645 namespace: 3646 type: string 3647 required: 3648 - kind 3649 type: object 3650 type: array 3651 info: 3652 items: 3653 properties: 3654 name: 3655 type: string 3656 value: 3657 type: string 3658 required: 3659 - name 3660 - value 3661 type: object 3662 type: array 3663 project: 3664 type: string 3665 revisionHistoryLimit: 3666 format: int64 3667 type: integer 3668 source: 3669 properties: 3670 chart: 3671 type: string 3672 directory: 3673 properties: 3674 exclude: 3675 type: string 3676 include: 3677 type: string 3678 jsonnet: 3679 properties: 3680 extVars: 3681 items: 3682 properties: 3683 code: 3684 type: boolean 3685 name: 3686 type: string 3687 value: 3688 type: string 3689 required: 3690 - name 3691 - value 3692 type: object 3693 type: array 3694 libs: 3695 items: 3696 type: string 3697 type: array 3698 tlas: 3699 items: 3700 properties: 3701 code: 3702 type: boolean 3703 name: 3704 type: string 3705 value: 3706 type: string 3707 required: 3708 - name 3709 - value 3710 type: object 3711 type: array 3712 type: object 3713 recurse: 3714 type: boolean 3715 type: object 3716 helm: 3717 properties: 3718 fileParameters: 3719 items: 3720 properties: 3721 name: 3722 type: string 3723 path: 3724 type: string 3725 type: object 3726 type: array 3727 ignoreMissingValueFiles: 3728 type: boolean 3729 parameters: 3730 items: 3731 properties: 3732 forceString: 3733 type: boolean 3734 name: 3735 type: string 3736 value: 3737 type: string 3738 type: object 3739 type: array 3740 passCredentials: 3741 type: boolean 3742 releaseName: 3743 type: string 3744 skipCrds: 3745 type: boolean 3746 valueFiles: 3747 items: 3748 type: string 3749 type: array 3750 values: 3751 type: string 3752 valuesObject: 3753 type: object 3754 x-kubernetes-preserve-unknown-fields: true 3755 version: 3756 type: string 3757 type: object 3758 kustomize: 3759 properties: 3760 commonAnnotations: 3761 additionalProperties: 3762 type: string 3763 type: object 3764 commonAnnotationsEnvsubst: 3765 type: boolean 3766 commonLabels: 3767 additionalProperties: 3768 type: string 3769 type: object 3770 components: 3771 items: 3772 type: string 3773 type: array 3774 forceCommonAnnotations: 3775 type: boolean 3776 forceCommonLabels: 3777 type: boolean 3778 images: 3779 items: 3780 type: string 3781 type: array 3782 namePrefix: 3783 type: string 3784 nameSuffix: 3785 type: string 3786 namespace: 3787 type: string 3788 patches: 3789 items: 3790 properties: 3791 options: 3792 additionalProperties: 3793 type: boolean 3794 type: object 3795 patch: 3796 type: string 3797 path: 3798 type: string 3799 target: 3800 properties: 3801 annotationSelector: 3802 type: string 3803 group: 3804 type: string 3805 kind: 3806 type: string 3807 labelSelector: 3808 type: string 3809 name: 3810 type: string 3811 namespace: 3812 type: string 3813 version: 3814 type: string 3815 type: object 3816 type: object 3817 type: array 3818 replicas: 3819 items: 3820 properties: 3821 count: 3822 anyOf: 3823 - type: integer 3824 - type: string 3825 x-kubernetes-int-or-string: true 3826 name: 3827 type: string 3828 required: 3829 - count 3830 - name 3831 type: object 3832 type: array 3833 version: 3834 type: string 3835 type: object 3836 path: 3837 type: string 3838 plugin: 3839 properties: 3840 env: 3841 items: 3842 properties: 3843 name: 3844 type: string 3845 value: 3846 type: string 3847 required: 3848 - name 3849 - value 3850 type: object 3851 type: array 3852 name: 3853 type: string 3854 parameters: 3855 items: 3856 properties: 3857 array: 3858 items: 3859 type: string 3860 type: array 3861 map: 3862 additionalProperties: 3863 type: string 3864 type: object 3865 name: 3866 type: string 3867 string: 3868 type: string 3869 type: object 3870 type: array 3871 type: object 3872 ref: 3873 type: string 3874 repoURL: 3875 type: string 3876 targetRevision: 3877 type: string 3878 required: 3879 - repoURL 3880 type: object 3881 sources: 3882 items: 3883 properties: 3884 chart: 3885 type: string 3886 directory: 3887 properties: 3888 exclude: 3889 type: string 3890 include: 3891 type: string 3892 jsonnet: 3893 properties: 3894 extVars: 3895 items: 3896 properties: 3897 code: 3898 type: boolean 3899 name: 3900 type: string 3901 value: 3902 type: string 3903 required: 3904 - name 3905 - value 3906 type: object 3907 type: array 3908 libs: 3909 items: 3910 type: string 3911 type: array 3912 tlas: 3913 items: 3914 properties: 3915 code: 3916 type: boolean 3917 name: 3918 type: string 3919 value: 3920 type: string 3921 required: 3922 - name 3923 - value 3924 type: object 3925 type: array 3926 type: object 3927 recurse: 3928 type: boolean 3929 type: object 3930 helm: 3931 properties: 3932 fileParameters: 3933 items: 3934 properties: 3935 name: 3936 type: string 3937 path: 3938 type: string 3939 type: object 3940 type: array 3941 ignoreMissingValueFiles: 3942 type: boolean 3943 parameters: 3944 items: 3945 properties: 3946 forceString: 3947 type: boolean 3948 name: 3949 type: string 3950 value: 3951 type: string 3952 type: object 3953 type: array 3954 passCredentials: 3955 type: boolean 3956 releaseName: 3957 type: string 3958 skipCrds: 3959 type: boolean 3960 valueFiles: 3961 items: 3962 type: string 3963 type: array 3964 values: 3965 type: string 3966 valuesObject: 3967 type: object 3968 x-kubernetes-preserve-unknown-fields: true 3969 version: 3970 type: string 3971 type: object 3972 kustomize: 3973 properties: 3974 commonAnnotations: 3975 additionalProperties: 3976 type: string 3977 type: object 3978 commonAnnotationsEnvsubst: 3979 type: boolean 3980 commonLabels: 3981 additionalProperties: 3982 type: string 3983 type: object 3984 components: 3985 items: 3986 type: string 3987 type: array 3988 forceCommonAnnotations: 3989 type: boolean 3990 forceCommonLabels: 3991 type: boolean 3992 images: 3993 items: 3994 type: string 3995 type: array 3996 namePrefix: 3997 type: string 3998 nameSuffix: 3999 type: string 4000 namespace: 4001 type: string 4002 patches: 4003 items: 4004 properties: 4005 options: 4006 additionalProperties: 4007 type: boolean 4008 type: object 4009 patch: 4010 type: string 4011 path: 4012 type: string 4013 target: 4014 properties: 4015 annotationSelector: 4016 type: string 4017 group: 4018 type: string 4019 kind: 4020 type: string 4021 labelSelector: 4022 type: string 4023 name: 4024 type: string 4025 namespace: 4026 type: string 4027 version: 4028 type: string 4029 type: object 4030 type: object 4031 type: array 4032 replicas: 4033 items: 4034 properties: 4035 count: 4036 anyOf: 4037 - type: integer 4038 - type: string 4039 x-kubernetes-int-or-string: true 4040 name: 4041 type: string 4042 required: 4043 - count 4044 - name 4045 type: object 4046 type: array 4047 version: 4048 type: string 4049 type: object 4050 path: 4051 type: string 4052 plugin: 4053 properties: 4054 env: 4055 items: 4056 properties: 4057 name: 4058 type: string 4059 value: 4060 type: string 4061 required: 4062 - name 4063 - value 4064 type: object 4065 type: array 4066 name: 4067 type: string 4068 parameters: 4069 items: 4070 properties: 4071 array: 4072 items: 4073 type: string 4074 type: array 4075 map: 4076 additionalProperties: 4077 type: string 4078 type: object 4079 name: 4080 type: string 4081 string: 4082 type: string 4083 type: object 4084 type: array 4085 type: object 4086 ref: 4087 type: string 4088 repoURL: 4089 type: string 4090 targetRevision: 4091 type: string 4092 required: 4093 - repoURL 4094 type: object 4095 type: array 4096 syncPolicy: 4097 properties: 4098 automated: 4099 properties: 4100 allowEmpty: 4101 type: boolean 4102 prune: 4103 type: boolean 4104 selfHeal: 4105 type: boolean 4106 type: object 4107 managedNamespaceMetadata: 4108 properties: 4109 annotations: 4110 additionalProperties: 4111 type: string 4112 type: object 4113 labels: 4114 additionalProperties: 4115 type: string 4116 type: object 4117 type: object 4118 retry: 4119 properties: 4120 backoff: 4121 properties: 4122 duration: 4123 type: string 4124 factor: 4125 format: int64 4126 type: integer 4127 maxDuration: 4128 type: string 4129 type: object 4130 limit: 4131 format: int64 4132 type: integer 4133 type: object 4134 syncOptions: 4135 items: 4136 type: string 4137 type: array 4138 type: object 4139 required: 4140 - destination 4141 - project 4142 type: object 4143 required: 4144 - metadata 4145 - spec 4146 type: object 4147 values: 4148 additionalProperties: 4149 type: string 4150 type: object 4151 required: 4152 - repoURL 4153 - revision 4154 type: object 4155 list: 4156 properties: 4157 elements: 4158 items: 4159 x-kubernetes-preserve-unknown-fields: true 4160 type: array 4161 elementsYaml: 4162 type: string 4163 template: 4164 properties: 4165 metadata: 4166 properties: 4167 annotations: 4168 additionalProperties: 4169 type: string 4170 type: object 4171 finalizers: 4172 items: 4173 type: string 4174 type: array 4175 labels: 4176 additionalProperties: 4177 type: string 4178 type: object 4179 name: 4180 type: string 4181 namespace: 4182 type: string 4183 type: object 4184 spec: 4185 properties: 4186 destination: 4187 properties: 4188 name: 4189 type: string 4190 namespace: 4191 type: string 4192 server: 4193 type: string 4194 type: object 4195 ignoreDifferences: 4196 items: 4197 properties: 4198 group: 4199 type: string 4200 jqPathExpressions: 4201 items: 4202 type: string 4203 type: array 4204 jsonPointers: 4205 items: 4206 type: string 4207 type: array 4208 kind: 4209 type: string 4210 managedFieldsManagers: 4211 items: 4212 type: string 4213 type: array 4214 name: 4215 type: string 4216 namespace: 4217 type: string 4218 required: 4219 - kind 4220 type: object 4221 type: array 4222 info: 4223 items: 4224 properties: 4225 name: 4226 type: string 4227 value: 4228 type: string 4229 required: 4230 - name 4231 - value 4232 type: object 4233 type: array 4234 project: 4235 type: string 4236 revisionHistoryLimit: 4237 format: int64 4238 type: integer 4239 source: 4240 properties: 4241 chart: 4242 type: string 4243 directory: 4244 properties: 4245 exclude: 4246 type: string 4247 include: 4248 type: string 4249 jsonnet: 4250 properties: 4251 extVars: 4252 items: 4253 properties: 4254 code: 4255 type: boolean 4256 name: 4257 type: string 4258 value: 4259 type: string 4260 required: 4261 - name 4262 - value 4263 type: object 4264 type: array 4265 libs: 4266 items: 4267 type: string 4268 type: array 4269 tlas: 4270 items: 4271 properties: 4272 code: 4273 type: boolean 4274 name: 4275 type: string 4276 value: 4277 type: string 4278 required: 4279 - name 4280 - value 4281 type: object 4282 type: array 4283 type: object 4284 recurse: 4285 type: boolean 4286 type: object 4287 helm: 4288 properties: 4289 fileParameters: 4290 items: 4291 properties: 4292 name: 4293 type: string 4294 path: 4295 type: string 4296 type: object 4297 type: array 4298 ignoreMissingValueFiles: 4299 type: boolean 4300 parameters: 4301 items: 4302 properties: 4303 forceString: 4304 type: boolean 4305 name: 4306 type: string 4307 value: 4308 type: string 4309 type: object 4310 type: array 4311 passCredentials: 4312 type: boolean 4313 releaseName: 4314 type: string 4315 skipCrds: 4316 type: boolean 4317 valueFiles: 4318 items: 4319 type: string 4320 type: array 4321 values: 4322 type: string 4323 valuesObject: 4324 type: object 4325 x-kubernetes-preserve-unknown-fields: true 4326 version: 4327 type: string 4328 type: object 4329 kustomize: 4330 properties: 4331 commonAnnotations: 4332 additionalProperties: 4333 type: string 4334 type: object 4335 commonAnnotationsEnvsubst: 4336 type: boolean 4337 commonLabels: 4338 additionalProperties: 4339 type: string 4340 type: object 4341 components: 4342 items: 4343 type: string 4344 type: array 4345 forceCommonAnnotations: 4346 type: boolean 4347 forceCommonLabels: 4348 type: boolean 4349 images: 4350 items: 4351 type: string 4352 type: array 4353 namePrefix: 4354 type: string 4355 nameSuffix: 4356 type: string 4357 namespace: 4358 type: string 4359 patches: 4360 items: 4361 properties: 4362 options: 4363 additionalProperties: 4364 type: boolean 4365 type: object 4366 patch: 4367 type: string 4368 path: 4369 type: string 4370 target: 4371 properties: 4372 annotationSelector: 4373 type: string 4374 group: 4375 type: string 4376 kind: 4377 type: string 4378 labelSelector: 4379 type: string 4380 name: 4381 type: string 4382 namespace: 4383 type: string 4384 version: 4385 type: string 4386 type: object 4387 type: object 4388 type: array 4389 replicas: 4390 items: 4391 properties: 4392 count: 4393 anyOf: 4394 - type: integer 4395 - type: string 4396 x-kubernetes-int-or-string: true 4397 name: 4398 type: string 4399 required: 4400 - count 4401 - name 4402 type: object 4403 type: array 4404 version: 4405 type: string 4406 type: object 4407 path: 4408 type: string 4409 plugin: 4410 properties: 4411 env: 4412 items: 4413 properties: 4414 name: 4415 type: string 4416 value: 4417 type: string 4418 required: 4419 - name 4420 - value 4421 type: object 4422 type: array 4423 name: 4424 type: string 4425 parameters: 4426 items: 4427 properties: 4428 array: 4429 items: 4430 type: string 4431 type: array 4432 map: 4433 additionalProperties: 4434 type: string 4435 type: object 4436 name: 4437 type: string 4438 string: 4439 type: string 4440 type: object 4441 type: array 4442 type: object 4443 ref: 4444 type: string 4445 repoURL: 4446 type: string 4447 targetRevision: 4448 type: string 4449 required: 4450 - repoURL 4451 type: object 4452 sources: 4453 items: 4454 properties: 4455 chart: 4456 type: string 4457 directory: 4458 properties: 4459 exclude: 4460 type: string 4461 include: 4462 type: string 4463 jsonnet: 4464 properties: 4465 extVars: 4466 items: 4467 properties: 4468 code: 4469 type: boolean 4470 name: 4471 type: string 4472 value: 4473 type: string 4474 required: 4475 - name 4476 - value 4477 type: object 4478 type: array 4479 libs: 4480 items: 4481 type: string 4482 type: array 4483 tlas: 4484 items: 4485 properties: 4486 code: 4487 type: boolean 4488 name: 4489 type: string 4490 value: 4491 type: string 4492 required: 4493 - name 4494 - value 4495 type: object 4496 type: array 4497 type: object 4498 recurse: 4499 type: boolean 4500 type: object 4501 helm: 4502 properties: 4503 fileParameters: 4504 items: 4505 properties: 4506 name: 4507 type: string 4508 path: 4509 type: string 4510 type: object 4511 type: array 4512 ignoreMissingValueFiles: 4513 type: boolean 4514 parameters: 4515 items: 4516 properties: 4517 forceString: 4518 type: boolean 4519 name: 4520 type: string 4521 value: 4522 type: string 4523 type: object 4524 type: array 4525 passCredentials: 4526 type: boolean 4527 releaseName: 4528 type: string 4529 skipCrds: 4530 type: boolean 4531 valueFiles: 4532 items: 4533 type: string 4534 type: array 4535 values: 4536 type: string 4537 valuesObject: 4538 type: object 4539 x-kubernetes-preserve-unknown-fields: true 4540 version: 4541 type: string 4542 type: object 4543 kustomize: 4544 properties: 4545 commonAnnotations: 4546 additionalProperties: 4547 type: string 4548 type: object 4549 commonAnnotationsEnvsubst: 4550 type: boolean 4551 commonLabels: 4552 additionalProperties: 4553 type: string 4554 type: object 4555 components: 4556 items: 4557 type: string 4558 type: array 4559 forceCommonAnnotations: 4560 type: boolean 4561 forceCommonLabels: 4562 type: boolean 4563 images: 4564 items: 4565 type: string 4566 type: array 4567 namePrefix: 4568 type: string 4569 nameSuffix: 4570 type: string 4571 namespace: 4572 type: string 4573 patches: 4574 items: 4575 properties: 4576 options: 4577 additionalProperties: 4578 type: boolean 4579 type: object 4580 patch: 4581 type: string 4582 path: 4583 type: string 4584 target: 4585 properties: 4586 annotationSelector: 4587 type: string 4588 group: 4589 type: string 4590 kind: 4591 type: string 4592 labelSelector: 4593 type: string 4594 name: 4595 type: string 4596 namespace: 4597 type: string 4598 version: 4599 type: string 4600 type: object 4601 type: object 4602 type: array 4603 replicas: 4604 items: 4605 properties: 4606 count: 4607 anyOf: 4608 - type: integer 4609 - type: string 4610 x-kubernetes-int-or-string: true 4611 name: 4612 type: string 4613 required: 4614 - count 4615 - name 4616 type: object 4617 type: array 4618 version: 4619 type: string 4620 type: object 4621 path: 4622 type: string 4623 plugin: 4624 properties: 4625 env: 4626 items: 4627 properties: 4628 name: 4629 type: string 4630 value: 4631 type: string 4632 required: 4633 - name 4634 - value 4635 type: object 4636 type: array 4637 name: 4638 type: string 4639 parameters: 4640 items: 4641 properties: 4642 array: 4643 items: 4644 type: string 4645 type: array 4646 map: 4647 additionalProperties: 4648 type: string 4649 type: object 4650 name: 4651 type: string 4652 string: 4653 type: string 4654 type: object 4655 type: array 4656 type: object 4657 ref: 4658 type: string 4659 repoURL: 4660 type: string 4661 targetRevision: 4662 type: string 4663 required: 4664 - repoURL 4665 type: object 4666 type: array 4667 syncPolicy: 4668 properties: 4669 automated: 4670 properties: 4671 allowEmpty: 4672 type: boolean 4673 prune: 4674 type: boolean 4675 selfHeal: 4676 type: boolean 4677 type: object 4678 managedNamespaceMetadata: 4679 properties: 4680 annotations: 4681 additionalProperties: 4682 type: string 4683 type: object 4684 labels: 4685 additionalProperties: 4686 type: string 4687 type: object 4688 type: object 4689 retry: 4690 properties: 4691 backoff: 4692 properties: 4693 duration: 4694 type: string 4695 factor: 4696 format: int64 4697 type: integer 4698 maxDuration: 4699 type: string 4700 type: object 4701 limit: 4702 format: int64 4703 type: integer 4704 type: object 4705 syncOptions: 4706 items: 4707 type: string 4708 type: array 4709 type: object 4710 required: 4711 - destination 4712 - project 4713 type: object 4714 required: 4715 - metadata 4716 - spec 4717 type: object 4718 required: 4719 - elements 4720 type: object 4721 matrix: 4722 x-kubernetes-preserve-unknown-fields: true 4723 merge: 4724 x-kubernetes-preserve-unknown-fields: true 4725 plugin: 4726 properties: 4727 configMapRef: 4728 properties: 4729 name: 4730 type: string 4731 required: 4732 - name 4733 type: object 4734 input: 4735 properties: 4736 parameters: 4737 additionalProperties: 4738 x-kubernetes-preserve-unknown-fields: true 4739 type: object 4740 type: object 4741 requeueAfterSeconds: 4742 format: int64 4743 type: integer 4744 template: 4745 properties: 4746 metadata: 4747 properties: 4748 annotations: 4749 additionalProperties: 4750 type: string 4751 type: object 4752 finalizers: 4753 items: 4754 type: string 4755 type: array 4756 labels: 4757 additionalProperties: 4758 type: string 4759 type: object 4760 name: 4761 type: string 4762 namespace: 4763 type: string 4764 type: object 4765 spec: 4766 properties: 4767 destination: 4768 properties: 4769 name: 4770 type: string 4771 namespace: 4772 type: string 4773 server: 4774 type: string 4775 type: object 4776 ignoreDifferences: 4777 items: 4778 properties: 4779 group: 4780 type: string 4781 jqPathExpressions: 4782 items: 4783 type: string 4784 type: array 4785 jsonPointers: 4786 items: 4787 type: string 4788 type: array 4789 kind: 4790 type: string 4791 managedFieldsManagers: 4792 items: 4793 type: string 4794 type: array 4795 name: 4796 type: string 4797 namespace: 4798 type: string 4799 required: 4800 - kind 4801 type: object 4802 type: array 4803 info: 4804 items: 4805 properties: 4806 name: 4807 type: string 4808 value: 4809 type: string 4810 required: 4811 - name 4812 - value 4813 type: object 4814 type: array 4815 project: 4816 type: string 4817 revisionHistoryLimit: 4818 format: int64 4819 type: integer 4820 source: 4821 properties: 4822 chart: 4823 type: string 4824 directory: 4825 properties: 4826 exclude: 4827 type: string 4828 include: 4829 type: string 4830 jsonnet: 4831 properties: 4832 extVars: 4833 items: 4834 properties: 4835 code: 4836 type: boolean 4837 name: 4838 type: string 4839 value: 4840 type: string 4841 required: 4842 - name 4843 - value 4844 type: object 4845 type: array 4846 libs: 4847 items: 4848 type: string 4849 type: array 4850 tlas: 4851 items: 4852 properties: 4853 code: 4854 type: boolean 4855 name: 4856 type: string 4857 value: 4858 type: string 4859 required: 4860 - name 4861 - value 4862 type: object 4863 type: array 4864 type: object 4865 recurse: 4866 type: boolean 4867 type: object 4868 helm: 4869 properties: 4870 fileParameters: 4871 items: 4872 properties: 4873 name: 4874 type: string 4875 path: 4876 type: string 4877 type: object 4878 type: array 4879 ignoreMissingValueFiles: 4880 type: boolean 4881 parameters: 4882 items: 4883 properties: 4884 forceString: 4885 type: boolean 4886 name: 4887 type: string 4888 value: 4889 type: string 4890 type: object 4891 type: array 4892 passCredentials: 4893 type: boolean 4894 releaseName: 4895 type: string 4896 skipCrds: 4897 type: boolean 4898 valueFiles: 4899 items: 4900 type: string 4901 type: array 4902 values: 4903 type: string 4904 valuesObject: 4905 type: object 4906 x-kubernetes-preserve-unknown-fields: true 4907 version: 4908 type: string 4909 type: object 4910 kustomize: 4911 properties: 4912 commonAnnotations: 4913 additionalProperties: 4914 type: string 4915 type: object 4916 commonAnnotationsEnvsubst: 4917 type: boolean 4918 commonLabels: 4919 additionalProperties: 4920 type: string 4921 type: object 4922 components: 4923 items: 4924 type: string 4925 type: array 4926 forceCommonAnnotations: 4927 type: boolean 4928 forceCommonLabels: 4929 type: boolean 4930 images: 4931 items: 4932 type: string 4933 type: array 4934 namePrefix: 4935 type: string 4936 nameSuffix: 4937 type: string 4938 namespace: 4939 type: string 4940 patches: 4941 items: 4942 properties: 4943 options: 4944 additionalProperties: 4945 type: boolean 4946 type: object 4947 patch: 4948 type: string 4949 path: 4950 type: string 4951 target: 4952 properties: 4953 annotationSelector: 4954 type: string 4955 group: 4956 type: string 4957 kind: 4958 type: string 4959 labelSelector: 4960 type: string 4961 name: 4962 type: string 4963 namespace: 4964 type: string 4965 version: 4966 type: string 4967 type: object 4968 type: object 4969 type: array 4970 replicas: 4971 items: 4972 properties: 4973 count: 4974 anyOf: 4975 - type: integer 4976 - type: string 4977 x-kubernetes-int-or-string: true 4978 name: 4979 type: string 4980 required: 4981 - count 4982 - name 4983 type: object 4984 type: array 4985 version: 4986 type: string 4987 type: object 4988 path: 4989 type: string 4990 plugin: 4991 properties: 4992 env: 4993 items: 4994 properties: 4995 name: 4996 type: string 4997 value: 4998 type: string 4999 required: 5000 - name 5001 - value 5002 type: object 5003 type: array 5004 name: 5005 type: string 5006 parameters: 5007 items: 5008 properties: 5009 array: 5010 items: 5011 type: string 5012 type: array 5013 map: 5014 additionalProperties: 5015 type: string 5016 type: object 5017 name: 5018 type: string 5019 string: 5020 type: string 5021 type: object 5022 type: array 5023 type: object 5024 ref: 5025 type: string 5026 repoURL: 5027 type: string 5028 targetRevision: 5029 type: string 5030 required: 5031 - repoURL 5032 type: object 5033 sources: 5034 items: 5035 properties: 5036 chart: 5037 type: string 5038 directory: 5039 properties: 5040 exclude: 5041 type: string 5042 include: 5043 type: string 5044 jsonnet: 5045 properties: 5046 extVars: 5047 items: 5048 properties: 5049 code: 5050 type: boolean 5051 name: 5052 type: string 5053 value: 5054 type: string 5055 required: 5056 - name 5057 - value 5058 type: object 5059 type: array 5060 libs: 5061 items: 5062 type: string 5063 type: array 5064 tlas: 5065 items: 5066 properties: 5067 code: 5068 type: boolean 5069 name: 5070 type: string 5071 value: 5072 type: string 5073 required: 5074 - name 5075 - value 5076 type: object 5077 type: array 5078 type: object 5079 recurse: 5080 type: boolean 5081 type: object 5082 helm: 5083 properties: 5084 fileParameters: 5085 items: 5086 properties: 5087 name: 5088 type: string 5089 path: 5090 type: string 5091 type: object 5092 type: array 5093 ignoreMissingValueFiles: 5094 type: boolean 5095 parameters: 5096 items: 5097 properties: 5098 forceString: 5099 type: boolean 5100 name: 5101 type: string 5102 value: 5103 type: string 5104 type: object 5105 type: array 5106 passCredentials: 5107 type: boolean 5108 releaseName: 5109 type: string 5110 skipCrds: 5111 type: boolean 5112 valueFiles: 5113 items: 5114 type: string 5115 type: array 5116 values: 5117 type: string 5118 valuesObject: 5119 type: object 5120 x-kubernetes-preserve-unknown-fields: true 5121 version: 5122 type: string 5123 type: object 5124 kustomize: 5125 properties: 5126 commonAnnotations: 5127 additionalProperties: 5128 type: string 5129 type: object 5130 commonAnnotationsEnvsubst: 5131 type: boolean 5132 commonLabels: 5133 additionalProperties: 5134 type: string 5135 type: object 5136 components: 5137 items: 5138 type: string 5139 type: array 5140 forceCommonAnnotations: 5141 type: boolean 5142 forceCommonLabels: 5143 type: boolean 5144 images: 5145 items: 5146 type: string 5147 type: array 5148 namePrefix: 5149 type: string 5150 nameSuffix: 5151 type: string 5152 namespace: 5153 type: string 5154 patches: 5155 items: 5156 properties: 5157 options: 5158 additionalProperties: 5159 type: boolean 5160 type: object 5161 patch: 5162 type: string 5163 path: 5164 type: string 5165 target: 5166 properties: 5167 annotationSelector: 5168 type: string 5169 group: 5170 type: string 5171 kind: 5172 type: string 5173 labelSelector: 5174 type: string 5175 name: 5176 type: string 5177 namespace: 5178 type: string 5179 version: 5180 type: string 5181 type: object 5182 type: object 5183 type: array 5184 replicas: 5185 items: 5186 properties: 5187 count: 5188 anyOf: 5189 - type: integer 5190 - type: string 5191 x-kubernetes-int-or-string: true 5192 name: 5193 type: string 5194 required: 5195 - count 5196 - name 5197 type: object 5198 type: array 5199 version: 5200 type: string 5201 type: object 5202 path: 5203 type: string 5204 plugin: 5205 properties: 5206 env: 5207 items: 5208 properties: 5209 name: 5210 type: string 5211 value: 5212 type: string 5213 required: 5214 - name 5215 - value 5216 type: object 5217 type: array 5218 name: 5219 type: string 5220 parameters: 5221 items: 5222 properties: 5223 array: 5224 items: 5225 type: string 5226 type: array 5227 map: 5228 additionalProperties: 5229 type: string 5230 type: object 5231 name: 5232 type: string 5233 string: 5234 type: string 5235 type: object 5236 type: array 5237 type: object 5238 ref: 5239 type: string 5240 repoURL: 5241 type: string 5242 targetRevision: 5243 type: string 5244 required: 5245 - repoURL 5246 type: object 5247 type: array 5248 syncPolicy: 5249 properties: 5250 automated: 5251 properties: 5252 allowEmpty: 5253 type: boolean 5254 prune: 5255 type: boolean 5256 selfHeal: 5257 type: boolean 5258 type: object 5259 managedNamespaceMetadata: 5260 properties: 5261 annotations: 5262 additionalProperties: 5263 type: string 5264 type: object 5265 labels: 5266 additionalProperties: 5267 type: string 5268 type: object 5269 type: object 5270 retry: 5271 properties: 5272 backoff: 5273 properties: 5274 duration: 5275 type: string 5276 factor: 5277 format: int64 5278 type: integer 5279 maxDuration: 5280 type: string 5281 type: object 5282 limit: 5283 format: int64 5284 type: integer 5285 type: object 5286 syncOptions: 5287 items: 5288 type: string 5289 type: array 5290 type: object 5291 required: 5292 - destination 5293 - project 5294 type: object 5295 required: 5296 - metadata 5297 - spec 5298 type: object 5299 values: 5300 additionalProperties: 5301 type: string 5302 type: object 5303 required: 5304 - configMapRef 5305 type: object 5306 pullRequest: 5307 properties: 5308 azuredevops: 5309 properties: 5310 api: 5311 type: string 5312 labels: 5313 items: 5314 type: string 5315 type: array 5316 organization: 5317 type: string 5318 project: 5319 type: string 5320 repo: 5321 type: string 5322 tokenRef: 5323 properties: 5324 key: 5325 type: string 5326 secretName: 5327 type: string 5328 required: 5329 - key 5330 - secretName 5331 type: object 5332 required: 5333 - organization 5334 - project 5335 - repo 5336 type: object 5337 bitbucket: 5338 properties: 5339 api: 5340 type: string 5341 basicAuth: 5342 properties: 5343 passwordRef: 5344 properties: 5345 key: 5346 type: string 5347 secretName: 5348 type: string 5349 required: 5350 - key 5351 - secretName 5352 type: object 5353 username: 5354 type: string 5355 required: 5356 - passwordRef 5357 - username 5358 type: object 5359 bearerToken: 5360 properties: 5361 tokenRef: 5362 properties: 5363 key: 5364 type: string 5365 secretName: 5366 type: string 5367 required: 5368 - key 5369 - secretName 5370 type: object 5371 required: 5372 - tokenRef 5373 type: object 5374 owner: 5375 type: string 5376 repo: 5377 type: string 5378 required: 5379 - owner 5380 - repo 5381 type: object 5382 bitbucketServer: 5383 properties: 5384 api: 5385 type: string 5386 basicAuth: 5387 properties: 5388 passwordRef: 5389 properties: 5390 key: 5391 type: string 5392 secretName: 5393 type: string 5394 required: 5395 - key 5396 - secretName 5397 type: object 5398 username: 5399 type: string 5400 required: 5401 - passwordRef 5402 - username 5403 type: object 5404 project: 5405 type: string 5406 repo: 5407 type: string 5408 required: 5409 - api 5410 - project 5411 - repo 5412 type: object 5413 filters: 5414 items: 5415 properties: 5416 branchMatch: 5417 type: string 5418 targetBranchMatch: 5419 type: string 5420 type: object 5421 type: array 5422 gitea: 5423 properties: 5424 api: 5425 type: string 5426 insecure: 5427 type: boolean 5428 owner: 5429 type: string 5430 repo: 5431 type: string 5432 tokenRef: 5433 properties: 5434 key: 5435 type: string 5436 secretName: 5437 type: string 5438 required: 5439 - key 5440 - secretName 5441 type: object 5442 required: 5443 - api 5444 - owner 5445 - repo 5446 type: object 5447 github: 5448 properties: 5449 api: 5450 type: string 5451 appSecretName: 5452 type: string 5453 labels: 5454 items: 5455 type: string 5456 type: array 5457 owner: 5458 type: string 5459 repo: 5460 type: string 5461 tokenRef: 5462 properties: 5463 key: 5464 type: string 5465 secretName: 5466 type: string 5467 required: 5468 - key 5469 - secretName 5470 type: object 5471 required: 5472 - owner 5473 - repo 5474 type: object 5475 gitlab: 5476 properties: 5477 api: 5478 type: string 5479 insecure: 5480 type: boolean 5481 labels: 5482 items: 5483 type: string 5484 type: array 5485 project: 5486 type: string 5487 pullRequestState: 5488 type: string 5489 tokenRef: 5490 properties: 5491 key: 5492 type: string 5493 secretName: 5494 type: string 5495 required: 5496 - key 5497 - secretName 5498 type: object 5499 required: 5500 - project 5501 type: object 5502 requeueAfterSeconds: 5503 format: int64 5504 type: integer 5505 template: 5506 properties: 5507 metadata: 5508 properties: 5509 annotations: 5510 additionalProperties: 5511 type: string 5512 type: object 5513 finalizers: 5514 items: 5515 type: string 5516 type: array 5517 labels: 5518 additionalProperties: 5519 type: string 5520 type: object 5521 name: 5522 type: string 5523 namespace: 5524 type: string 5525 type: object 5526 spec: 5527 properties: 5528 destination: 5529 properties: 5530 name: 5531 type: string 5532 namespace: 5533 type: string 5534 server: 5535 type: string 5536 type: object 5537 ignoreDifferences: 5538 items: 5539 properties: 5540 group: 5541 type: string 5542 jqPathExpressions: 5543 items: 5544 type: string 5545 type: array 5546 jsonPointers: 5547 items: 5548 type: string 5549 type: array 5550 kind: 5551 type: string 5552 managedFieldsManagers: 5553 items: 5554 type: string 5555 type: array 5556 name: 5557 type: string 5558 namespace: 5559 type: string 5560 required: 5561 - kind 5562 type: object 5563 type: array 5564 info: 5565 items: 5566 properties: 5567 name: 5568 type: string 5569 value: 5570 type: string 5571 required: 5572 - name 5573 - value 5574 type: object 5575 type: array 5576 project: 5577 type: string 5578 revisionHistoryLimit: 5579 format: int64 5580 type: integer 5581 source: 5582 properties: 5583 chart: 5584 type: string 5585 directory: 5586 properties: 5587 exclude: 5588 type: string 5589 include: 5590 type: string 5591 jsonnet: 5592 properties: 5593 extVars: 5594 items: 5595 properties: 5596 code: 5597 type: boolean 5598 name: 5599 type: string 5600 value: 5601 type: string 5602 required: 5603 - name 5604 - value 5605 type: object 5606 type: array 5607 libs: 5608 items: 5609 type: string 5610 type: array 5611 tlas: 5612 items: 5613 properties: 5614 code: 5615 type: boolean 5616 name: 5617 type: string 5618 value: 5619 type: string 5620 required: 5621 - name 5622 - value 5623 type: object 5624 type: array 5625 type: object 5626 recurse: 5627 type: boolean 5628 type: object 5629 helm: 5630 properties: 5631 fileParameters: 5632 items: 5633 properties: 5634 name: 5635 type: string 5636 path: 5637 type: string 5638 type: object 5639 type: array 5640 ignoreMissingValueFiles: 5641 type: boolean 5642 parameters: 5643 items: 5644 properties: 5645 forceString: 5646 type: boolean 5647 name: 5648 type: string 5649 value: 5650 type: string 5651 type: object 5652 type: array 5653 passCredentials: 5654 type: boolean 5655 releaseName: 5656 type: string 5657 skipCrds: 5658 type: boolean 5659 valueFiles: 5660 items: 5661 type: string 5662 type: array 5663 values: 5664 type: string 5665 valuesObject: 5666 type: object 5667 x-kubernetes-preserve-unknown-fields: true 5668 version: 5669 type: string 5670 type: object 5671 kustomize: 5672 properties: 5673 commonAnnotations: 5674 additionalProperties: 5675 type: string 5676 type: object 5677 commonAnnotationsEnvsubst: 5678 type: boolean 5679 commonLabels: 5680 additionalProperties: 5681 type: string 5682 type: object 5683 components: 5684 items: 5685 type: string 5686 type: array 5687 forceCommonAnnotations: 5688 type: boolean 5689 forceCommonLabels: 5690 type: boolean 5691 images: 5692 items: 5693 type: string 5694 type: array 5695 namePrefix: 5696 type: string 5697 nameSuffix: 5698 type: string 5699 namespace: 5700 type: string 5701 patches: 5702 items: 5703 properties: 5704 options: 5705 additionalProperties: 5706 type: boolean 5707 type: object 5708 patch: 5709 type: string 5710 path: 5711 type: string 5712 target: 5713 properties: 5714 annotationSelector: 5715 type: string 5716 group: 5717 type: string 5718 kind: 5719 type: string 5720 labelSelector: 5721 type: string 5722 name: 5723 type: string 5724 namespace: 5725 type: string 5726 version: 5727 type: string 5728 type: object 5729 type: object 5730 type: array 5731 replicas: 5732 items: 5733 properties: 5734 count: 5735 anyOf: 5736 - type: integer 5737 - type: string 5738 x-kubernetes-int-or-string: true 5739 name: 5740 type: string 5741 required: 5742 - count 5743 - name 5744 type: object 5745 type: array 5746 version: 5747 type: string 5748 type: object 5749 path: 5750 type: string 5751 plugin: 5752 properties: 5753 env: 5754 items: 5755 properties: 5756 name: 5757 type: string 5758 value: 5759 type: string 5760 required: 5761 - name 5762 - value 5763 type: object 5764 type: array 5765 name: 5766 type: string 5767 parameters: 5768 items: 5769 properties: 5770 array: 5771 items: 5772 type: string 5773 type: array 5774 map: 5775 additionalProperties: 5776 type: string 5777 type: object 5778 name: 5779 type: string 5780 string: 5781 type: string 5782 type: object 5783 type: array 5784 type: object 5785 ref: 5786 type: string 5787 repoURL: 5788 type: string 5789 targetRevision: 5790 type: string 5791 required: 5792 - repoURL 5793 type: object 5794 sources: 5795 items: 5796 properties: 5797 chart: 5798 type: string 5799 directory: 5800 properties: 5801 exclude: 5802 type: string 5803 include: 5804 type: string 5805 jsonnet: 5806 properties: 5807 extVars: 5808 items: 5809 properties: 5810 code: 5811 type: boolean 5812 name: 5813 type: string 5814 value: 5815 type: string 5816 required: 5817 - name 5818 - value 5819 type: object 5820 type: array 5821 libs: 5822 items: 5823 type: string 5824 type: array 5825 tlas: 5826 items: 5827 properties: 5828 code: 5829 type: boolean 5830 name: 5831 type: string 5832 value: 5833 type: string 5834 required: 5835 - name 5836 - value 5837 type: object 5838 type: array 5839 type: object 5840 recurse: 5841 type: boolean 5842 type: object 5843 helm: 5844 properties: 5845 fileParameters: 5846 items: 5847 properties: 5848 name: 5849 type: string 5850 path: 5851 type: string 5852 type: object 5853 type: array 5854 ignoreMissingValueFiles: 5855 type: boolean 5856 parameters: 5857 items: 5858 properties: 5859 forceString: 5860 type: boolean 5861 name: 5862 type: string 5863 value: 5864 type: string 5865 type: object 5866 type: array 5867 passCredentials: 5868 type: boolean 5869 releaseName: 5870 type: string 5871 skipCrds: 5872 type: boolean 5873 valueFiles: 5874 items: 5875 type: string 5876 type: array 5877 values: 5878 type: string 5879 valuesObject: 5880 type: object 5881 x-kubernetes-preserve-unknown-fields: true 5882 version: 5883 type: string 5884 type: object 5885 kustomize: 5886 properties: 5887 commonAnnotations: 5888 additionalProperties: 5889 type: string 5890 type: object 5891 commonAnnotationsEnvsubst: 5892 type: boolean 5893 commonLabels: 5894 additionalProperties: 5895 type: string 5896 type: object 5897 components: 5898 items: 5899 type: string 5900 type: array 5901 forceCommonAnnotations: 5902 type: boolean 5903 forceCommonLabels: 5904 type: boolean 5905 images: 5906 items: 5907 type: string 5908 type: array 5909 namePrefix: 5910 type: string 5911 nameSuffix: 5912 type: string 5913 namespace: 5914 type: string 5915 patches: 5916 items: 5917 properties: 5918 options: 5919 additionalProperties: 5920 type: boolean 5921 type: object 5922 patch: 5923 type: string 5924 path: 5925 type: string 5926 target: 5927 properties: 5928 annotationSelector: 5929 type: string 5930 group: 5931 type: string 5932 kind: 5933 type: string 5934 labelSelector: 5935 type: string 5936 name: 5937 type: string 5938 namespace: 5939 type: string 5940 version: 5941 type: string 5942 type: object 5943 type: object 5944 type: array 5945 replicas: 5946 items: 5947 properties: 5948 count: 5949 anyOf: 5950 - type: integer 5951 - type: string 5952 x-kubernetes-int-or-string: true 5953 name: 5954 type: string 5955 required: 5956 - count 5957 - name 5958 type: object 5959 type: array 5960 version: 5961 type: string 5962 type: object 5963 path: 5964 type: string 5965 plugin: 5966 properties: 5967 env: 5968 items: 5969 properties: 5970 name: 5971 type: string 5972 value: 5973 type: string 5974 required: 5975 - name 5976 - value 5977 type: object 5978 type: array 5979 name: 5980 type: string 5981 parameters: 5982 items: 5983 properties: 5984 array: 5985 items: 5986 type: string 5987 type: array 5988 map: 5989 additionalProperties: 5990 type: string 5991 type: object 5992 name: 5993 type: string 5994 string: 5995 type: string 5996 type: object 5997 type: array 5998 type: object 5999 ref: 6000 type: string 6001 repoURL: 6002 type: string 6003 targetRevision: 6004 type: string 6005 required: 6006 - repoURL 6007 type: object 6008 type: array 6009 syncPolicy: 6010 properties: 6011 automated: 6012 properties: 6013 allowEmpty: 6014 type: boolean 6015 prune: 6016 type: boolean 6017 selfHeal: 6018 type: boolean 6019 type: object 6020 managedNamespaceMetadata: 6021 properties: 6022 annotations: 6023 additionalProperties: 6024 type: string 6025 type: object 6026 labels: 6027 additionalProperties: 6028 type: string 6029 type: object 6030 type: object 6031 retry: 6032 properties: 6033 backoff: 6034 properties: 6035 duration: 6036 type: string 6037 factor: 6038 format: int64 6039 type: integer 6040 maxDuration: 6041 type: string 6042 type: object 6043 limit: 6044 format: int64 6045 type: integer 6046 type: object 6047 syncOptions: 6048 items: 6049 type: string 6050 type: array 6051 type: object 6052 required: 6053 - destination 6054 - project 6055 type: object 6056 required: 6057 - metadata 6058 - spec 6059 type: object 6060 type: object 6061 scmProvider: 6062 properties: 6063 awsCodeCommit: 6064 properties: 6065 allBranches: 6066 type: boolean 6067 region: 6068 type: string 6069 role: 6070 type: string 6071 tagFilters: 6072 items: 6073 properties: 6074 key: 6075 type: string 6076 value: 6077 type: string 6078 required: 6079 - key 6080 type: object 6081 type: array 6082 type: object 6083 azureDevOps: 6084 properties: 6085 accessTokenRef: 6086 properties: 6087 key: 6088 type: string 6089 secretName: 6090 type: string 6091 required: 6092 - key 6093 - secretName 6094 type: object 6095 allBranches: 6096 type: boolean 6097 api: 6098 type: string 6099 organization: 6100 type: string 6101 teamProject: 6102 type: string 6103 required: 6104 - accessTokenRef 6105 - organization 6106 - teamProject 6107 type: object 6108 bitbucket: 6109 properties: 6110 allBranches: 6111 type: boolean 6112 appPasswordRef: 6113 properties: 6114 key: 6115 type: string 6116 secretName: 6117 type: string 6118 required: 6119 - key 6120 - secretName 6121 type: object 6122 owner: 6123 type: string 6124 user: 6125 type: string 6126 required: 6127 - appPasswordRef 6128 - owner 6129 - user 6130 type: object 6131 bitbucketServer: 6132 properties: 6133 allBranches: 6134 type: boolean 6135 api: 6136 type: string 6137 basicAuth: 6138 properties: 6139 passwordRef: 6140 properties: 6141 key: 6142 type: string 6143 secretName: 6144 type: string 6145 required: 6146 - key 6147 - secretName 6148 type: object 6149 username: 6150 type: string 6151 required: 6152 - passwordRef 6153 - username 6154 type: object 6155 project: 6156 type: string 6157 required: 6158 - api 6159 - project 6160 type: object 6161 cloneProtocol: 6162 type: string 6163 filters: 6164 items: 6165 properties: 6166 branchMatch: 6167 type: string 6168 labelMatch: 6169 type: string 6170 pathsDoNotExist: 6171 items: 6172 type: string 6173 type: array 6174 pathsExist: 6175 items: 6176 type: string 6177 type: array 6178 repositoryMatch: 6179 type: string 6180 type: object 6181 type: array 6182 gitea: 6183 properties: 6184 allBranches: 6185 type: boolean 6186 api: 6187 type: string 6188 insecure: 6189 type: boolean 6190 owner: 6191 type: string 6192 tokenRef: 6193 properties: 6194 key: 6195 type: string 6196 secretName: 6197 type: string 6198 required: 6199 - key 6200 - secretName 6201 type: object 6202 required: 6203 - api 6204 - owner 6205 type: object 6206 github: 6207 properties: 6208 allBranches: 6209 type: boolean 6210 api: 6211 type: string 6212 appSecretName: 6213 type: string 6214 organization: 6215 type: string 6216 tokenRef: 6217 properties: 6218 key: 6219 type: string 6220 secretName: 6221 type: string 6222 required: 6223 - key 6224 - secretName 6225 type: object 6226 required: 6227 - organization 6228 type: object 6229 gitlab: 6230 properties: 6231 allBranches: 6232 type: boolean 6233 api: 6234 type: string 6235 group: 6236 type: string 6237 includeSharedProjects: 6238 type: boolean 6239 includeSubgroups: 6240 type: boolean 6241 insecure: 6242 type: boolean 6243 tokenRef: 6244 properties: 6245 key: 6246 type: string 6247 secretName: 6248 type: string 6249 required: 6250 - key 6251 - secretName 6252 type: object 6253 topic: 6254 type: string 6255 required: 6256 - group 6257 type: object 6258 requeueAfterSeconds: 6259 format: int64 6260 type: integer 6261 template: 6262 properties: 6263 metadata: 6264 properties: 6265 annotations: 6266 additionalProperties: 6267 type: string 6268 type: object 6269 finalizers: 6270 items: 6271 type: string 6272 type: array 6273 labels: 6274 additionalProperties: 6275 type: string 6276 type: object 6277 name: 6278 type: string 6279 namespace: 6280 type: string 6281 type: object 6282 spec: 6283 properties: 6284 destination: 6285 properties: 6286 name: 6287 type: string 6288 namespace: 6289 type: string 6290 server: 6291 type: string 6292 type: object 6293 ignoreDifferences: 6294 items: 6295 properties: 6296 group: 6297 type: string 6298 jqPathExpressions: 6299 items: 6300 type: string 6301 type: array 6302 jsonPointers: 6303 items: 6304 type: string 6305 type: array 6306 kind: 6307 type: string 6308 managedFieldsManagers: 6309 items: 6310 type: string 6311 type: array 6312 name: 6313 type: string 6314 namespace: 6315 type: string 6316 required: 6317 - kind 6318 type: object 6319 type: array 6320 info: 6321 items: 6322 properties: 6323 name: 6324 type: string 6325 value: 6326 type: string 6327 required: 6328 - name 6329 - value 6330 type: object 6331 type: array 6332 project: 6333 type: string 6334 revisionHistoryLimit: 6335 format: int64 6336 type: integer 6337 source: 6338 properties: 6339 chart: 6340 type: string 6341 directory: 6342 properties: 6343 exclude: 6344 type: string 6345 include: 6346 type: string 6347 jsonnet: 6348 properties: 6349 extVars: 6350 items: 6351 properties: 6352 code: 6353 type: boolean 6354 name: 6355 type: string 6356 value: 6357 type: string 6358 required: 6359 - name 6360 - value 6361 type: object 6362 type: array 6363 libs: 6364 items: 6365 type: string 6366 type: array 6367 tlas: 6368 items: 6369 properties: 6370 code: 6371 type: boolean 6372 name: 6373 type: string 6374 value: 6375 type: string 6376 required: 6377 - name 6378 - value 6379 type: object 6380 type: array 6381 type: object 6382 recurse: 6383 type: boolean 6384 type: object 6385 helm: 6386 properties: 6387 fileParameters: 6388 items: 6389 properties: 6390 name: 6391 type: string 6392 path: 6393 type: string 6394 type: object 6395 type: array 6396 ignoreMissingValueFiles: 6397 type: boolean 6398 parameters: 6399 items: 6400 properties: 6401 forceString: 6402 type: boolean 6403 name: 6404 type: string 6405 value: 6406 type: string 6407 type: object 6408 type: array 6409 passCredentials: 6410 type: boolean 6411 releaseName: 6412 type: string 6413 skipCrds: 6414 type: boolean 6415 valueFiles: 6416 items: 6417 type: string 6418 type: array 6419 values: 6420 type: string 6421 valuesObject: 6422 type: object 6423 x-kubernetes-preserve-unknown-fields: true 6424 version: 6425 type: string 6426 type: object 6427 kustomize: 6428 properties: 6429 commonAnnotations: 6430 additionalProperties: 6431 type: string 6432 type: object 6433 commonAnnotationsEnvsubst: 6434 type: boolean 6435 commonLabels: 6436 additionalProperties: 6437 type: string 6438 type: object 6439 components: 6440 items: 6441 type: string 6442 type: array 6443 forceCommonAnnotations: 6444 type: boolean 6445 forceCommonLabels: 6446 type: boolean 6447 images: 6448 items: 6449 type: string 6450 type: array 6451 namePrefix: 6452 type: string 6453 nameSuffix: 6454 type: string 6455 namespace: 6456 type: string 6457 patches: 6458 items: 6459 properties: 6460 options: 6461 additionalProperties: 6462 type: boolean 6463 type: object 6464 patch: 6465 type: string 6466 path: 6467 type: string 6468 target: 6469 properties: 6470 annotationSelector: 6471 type: string 6472 group: 6473 type: string 6474 kind: 6475 type: string 6476 labelSelector: 6477 type: string 6478 name: 6479 type: string 6480 namespace: 6481 type: string 6482 version: 6483 type: string 6484 type: object 6485 type: object 6486 type: array 6487 replicas: 6488 items: 6489 properties: 6490 count: 6491 anyOf: 6492 - type: integer 6493 - type: string 6494 x-kubernetes-int-or-string: true 6495 name: 6496 type: string 6497 required: 6498 - count 6499 - name 6500 type: object 6501 type: array 6502 version: 6503 type: string 6504 type: object 6505 path: 6506 type: string 6507 plugin: 6508 properties: 6509 env: 6510 items: 6511 properties: 6512 name: 6513 type: string 6514 value: 6515 type: string 6516 required: 6517 - name 6518 - value 6519 type: object 6520 type: array 6521 name: 6522 type: string 6523 parameters: 6524 items: 6525 properties: 6526 array: 6527 items: 6528 type: string 6529 type: array 6530 map: 6531 additionalProperties: 6532 type: string 6533 type: object 6534 name: 6535 type: string 6536 string: 6537 type: string 6538 type: object 6539 type: array 6540 type: object 6541 ref: 6542 type: string 6543 repoURL: 6544 type: string 6545 targetRevision: 6546 type: string 6547 required: 6548 - repoURL 6549 type: object 6550 sources: 6551 items: 6552 properties: 6553 chart: 6554 type: string 6555 directory: 6556 properties: 6557 exclude: 6558 type: string 6559 include: 6560 type: string 6561 jsonnet: 6562 properties: 6563 extVars: 6564 items: 6565 properties: 6566 code: 6567 type: boolean 6568 name: 6569 type: string 6570 value: 6571 type: string 6572 required: 6573 - name 6574 - value 6575 type: object 6576 type: array 6577 libs: 6578 items: 6579 type: string 6580 type: array 6581 tlas: 6582 items: 6583 properties: 6584 code: 6585 type: boolean 6586 name: 6587 type: string 6588 value: 6589 type: string 6590 required: 6591 - name 6592 - value 6593 type: object 6594 type: array 6595 type: object 6596 recurse: 6597 type: boolean 6598 type: object 6599 helm: 6600 properties: 6601 fileParameters: 6602 items: 6603 properties: 6604 name: 6605 type: string 6606 path: 6607 type: string 6608 type: object 6609 type: array 6610 ignoreMissingValueFiles: 6611 type: boolean 6612 parameters: 6613 items: 6614 properties: 6615 forceString: 6616 type: boolean 6617 name: 6618 type: string 6619 value: 6620 type: string 6621 type: object 6622 type: array 6623 passCredentials: 6624 type: boolean 6625 releaseName: 6626 type: string 6627 skipCrds: 6628 type: boolean 6629 valueFiles: 6630 items: 6631 type: string 6632 type: array 6633 values: 6634 type: string 6635 valuesObject: 6636 type: object 6637 x-kubernetes-preserve-unknown-fields: true 6638 version: 6639 type: string 6640 type: object 6641 kustomize: 6642 properties: 6643 commonAnnotations: 6644 additionalProperties: 6645 type: string 6646 type: object 6647 commonAnnotationsEnvsubst: 6648 type: boolean 6649 commonLabels: 6650 additionalProperties: 6651 type: string 6652 type: object 6653 components: 6654 items: 6655 type: string 6656 type: array 6657 forceCommonAnnotations: 6658 type: boolean 6659 forceCommonLabels: 6660 type: boolean 6661 images: 6662 items: 6663 type: string 6664 type: array 6665 namePrefix: 6666 type: string 6667 nameSuffix: 6668 type: string 6669 namespace: 6670 type: string 6671 patches: 6672 items: 6673 properties: 6674 options: 6675 additionalProperties: 6676 type: boolean 6677 type: object 6678 patch: 6679 type: string 6680 path: 6681 type: string 6682 target: 6683 properties: 6684 annotationSelector: 6685 type: string 6686 group: 6687 type: string 6688 kind: 6689 type: string 6690 labelSelector: 6691 type: string 6692 name: 6693 type: string 6694 namespace: 6695 type: string 6696 version: 6697 type: string 6698 type: object 6699 type: object 6700 type: array 6701 replicas: 6702 items: 6703 properties: 6704 count: 6705 anyOf: 6706 - type: integer 6707 - type: string 6708 x-kubernetes-int-or-string: true 6709 name: 6710 type: string 6711 required: 6712 - count 6713 - name 6714 type: object 6715 type: array 6716 version: 6717 type: string 6718 type: object 6719 path: 6720 type: string 6721 plugin: 6722 properties: 6723 env: 6724 items: 6725 properties: 6726 name: 6727 type: string 6728 value: 6729 type: string 6730 required: 6731 - name 6732 - value 6733 type: object 6734 type: array 6735 name: 6736 type: string 6737 parameters: 6738 items: 6739 properties: 6740 array: 6741 items: 6742 type: string 6743 type: array 6744 map: 6745 additionalProperties: 6746 type: string 6747 type: object 6748 name: 6749 type: string 6750 string: 6751 type: string 6752 type: object 6753 type: array 6754 type: object 6755 ref: 6756 type: string 6757 repoURL: 6758 type: string 6759 targetRevision: 6760 type: string 6761 required: 6762 - repoURL 6763 type: object 6764 type: array 6765 syncPolicy: 6766 properties: 6767 automated: 6768 properties: 6769 allowEmpty: 6770 type: boolean 6771 prune: 6772 type: boolean 6773 selfHeal: 6774 type: boolean 6775 type: object 6776 managedNamespaceMetadata: 6777 properties: 6778 annotations: 6779 additionalProperties: 6780 type: string 6781 type: object 6782 labels: 6783 additionalProperties: 6784 type: string 6785 type: object 6786 type: object 6787 retry: 6788 properties: 6789 backoff: 6790 properties: 6791 duration: 6792 type: string 6793 factor: 6794 format: int64 6795 type: integer 6796 maxDuration: 6797 type: string 6798 type: object 6799 limit: 6800 format: int64 6801 type: integer 6802 type: object 6803 syncOptions: 6804 items: 6805 type: string 6806 type: array 6807 type: object 6808 required: 6809 - destination 6810 - project 6811 type: object 6812 required: 6813 - metadata 6814 - spec 6815 type: object 6816 values: 6817 additionalProperties: 6818 type: string 6819 type: object 6820 type: object 6821 selector: 6822 properties: 6823 matchExpressions: 6824 items: 6825 properties: 6826 key: 6827 type: string 6828 operator: 6829 type: string 6830 values: 6831 items: 6832 type: string 6833 type: array 6834 required: 6835 - key 6836 - operator 6837 type: object 6838 type: array 6839 matchLabels: 6840 additionalProperties: 6841 type: string 6842 type: object 6843 type: object 6844 type: object 6845 type: array 6846 template: 6847 properties: 6848 metadata: 6849 properties: 6850 annotations: 6851 additionalProperties: 6852 type: string 6853 type: object 6854 finalizers: 6855 items: 6856 type: string 6857 type: array 6858 labels: 6859 additionalProperties: 6860 type: string 6861 type: object 6862 name: 6863 type: string 6864 namespace: 6865 type: string 6866 type: object 6867 spec: 6868 properties: 6869 destination: 6870 properties: 6871 name: 6872 type: string 6873 namespace: 6874 type: string 6875 server: 6876 type: string 6877 type: object 6878 ignoreDifferences: 6879 items: 6880 properties: 6881 group: 6882 type: string 6883 jqPathExpressions: 6884 items: 6885 type: string 6886 type: array 6887 jsonPointers: 6888 items: 6889 type: string 6890 type: array 6891 kind: 6892 type: string 6893 managedFieldsManagers: 6894 items: 6895 type: string 6896 type: array 6897 name: 6898 type: string 6899 namespace: 6900 type: string 6901 required: 6902 - kind 6903 type: object 6904 type: array 6905 info: 6906 items: 6907 properties: 6908 name: 6909 type: string 6910 value: 6911 type: string 6912 required: 6913 - name 6914 - value 6915 type: object 6916 type: array 6917 project: 6918 type: string 6919 revisionHistoryLimit: 6920 format: int64 6921 type: integer 6922 source: 6923 properties: 6924 chart: 6925 type: string 6926 directory: 6927 properties: 6928 exclude: 6929 type: string 6930 include: 6931 type: string 6932 jsonnet: 6933 properties: 6934 extVars: 6935 items: 6936 properties: 6937 code: 6938 type: boolean 6939 name: 6940 type: string 6941 value: 6942 type: string 6943 required: 6944 - name 6945 - value 6946 type: object 6947 type: array 6948 libs: 6949 items: 6950 type: string 6951 type: array 6952 tlas: 6953 items: 6954 properties: 6955 code: 6956 type: boolean 6957 name: 6958 type: string 6959 value: 6960 type: string 6961 required: 6962 - name 6963 - value 6964 type: object 6965 type: array 6966 type: object 6967 recurse: 6968 type: boolean 6969 type: object 6970 helm: 6971 properties: 6972 fileParameters: 6973 items: 6974 properties: 6975 name: 6976 type: string 6977 path: 6978 type: string 6979 type: object 6980 type: array 6981 ignoreMissingValueFiles: 6982 type: boolean 6983 parameters: 6984 items: 6985 properties: 6986 forceString: 6987 type: boolean 6988 name: 6989 type: string 6990 value: 6991 type: string 6992 type: object 6993 type: array 6994 passCredentials: 6995 type: boolean 6996 releaseName: 6997 type: string 6998 skipCrds: 6999 type: boolean 7000 valueFiles: 7001 items: 7002 type: string 7003 type: array 7004 values: 7005 type: string 7006 valuesObject: 7007 type: object 7008 x-kubernetes-preserve-unknown-fields: true 7009 version: 7010 type: string 7011 type: object 7012 kustomize: 7013 properties: 7014 commonAnnotations: 7015 additionalProperties: 7016 type: string 7017 type: object 7018 commonAnnotationsEnvsubst: 7019 type: boolean 7020 commonLabels: 7021 additionalProperties: 7022 type: string 7023 type: object 7024 components: 7025 items: 7026 type: string 7027 type: array 7028 forceCommonAnnotations: 7029 type: boolean 7030 forceCommonLabels: 7031 type: boolean 7032 images: 7033 items: 7034 type: string 7035 type: array 7036 namePrefix: 7037 type: string 7038 nameSuffix: 7039 type: string 7040 namespace: 7041 type: string 7042 patches: 7043 items: 7044 properties: 7045 options: 7046 additionalProperties: 7047 type: boolean 7048 type: object 7049 patch: 7050 type: string 7051 path: 7052 type: string 7053 target: 7054 properties: 7055 annotationSelector: 7056 type: string 7057 group: 7058 type: string 7059 kind: 7060 type: string 7061 labelSelector: 7062 type: string 7063 name: 7064 type: string 7065 namespace: 7066 type: string 7067 version: 7068 type: string 7069 type: object 7070 type: object 7071 type: array 7072 replicas: 7073 items: 7074 properties: 7075 count: 7076 anyOf: 7077 - type: integer 7078 - type: string 7079 x-kubernetes-int-or-string: true 7080 name: 7081 type: string 7082 required: 7083 - count 7084 - name 7085 type: object 7086 type: array 7087 version: 7088 type: string 7089 type: object 7090 path: 7091 type: string 7092 plugin: 7093 properties: 7094 env: 7095 items: 7096 properties: 7097 name: 7098 type: string 7099 value: 7100 type: string 7101 required: 7102 - name 7103 - value 7104 type: object 7105 type: array 7106 name: 7107 type: string 7108 parameters: 7109 items: 7110 properties: 7111 array: 7112 items: 7113 type: string 7114 type: array 7115 map: 7116 additionalProperties: 7117 type: string 7118 type: object 7119 name: 7120 type: string 7121 string: 7122 type: string 7123 type: object 7124 type: array 7125 type: object 7126 ref: 7127 type: string 7128 repoURL: 7129 type: string 7130 targetRevision: 7131 type: string 7132 required: 7133 - repoURL 7134 type: object 7135 sources: 7136 items: 7137 properties: 7138 chart: 7139 type: string 7140 directory: 7141 properties: 7142 exclude: 7143 type: string 7144 include: 7145 type: string 7146 jsonnet: 7147 properties: 7148 extVars: 7149 items: 7150 properties: 7151 code: 7152 type: boolean 7153 name: 7154 type: string 7155 value: 7156 type: string 7157 required: 7158 - name 7159 - value 7160 type: object 7161 type: array 7162 libs: 7163 items: 7164 type: string 7165 type: array 7166 tlas: 7167 items: 7168 properties: 7169 code: 7170 type: boolean 7171 name: 7172 type: string 7173 value: 7174 type: string 7175 required: 7176 - name 7177 - value 7178 type: object 7179 type: array 7180 type: object 7181 recurse: 7182 type: boolean 7183 type: object 7184 helm: 7185 properties: 7186 fileParameters: 7187 items: 7188 properties: 7189 name: 7190 type: string 7191 path: 7192 type: string 7193 type: object 7194 type: array 7195 ignoreMissingValueFiles: 7196 type: boolean 7197 parameters: 7198 items: 7199 properties: 7200 forceString: 7201 type: boolean 7202 name: 7203 type: string 7204 value: 7205 type: string 7206 type: object 7207 type: array 7208 passCredentials: 7209 type: boolean 7210 releaseName: 7211 type: string 7212 skipCrds: 7213 type: boolean 7214 valueFiles: 7215 items: 7216 type: string 7217 type: array 7218 values: 7219 type: string 7220 valuesObject: 7221 type: object 7222 x-kubernetes-preserve-unknown-fields: true 7223 version: 7224 type: string 7225 type: object 7226 kustomize: 7227 properties: 7228 commonAnnotations: 7229 additionalProperties: 7230 type: string 7231 type: object 7232 commonAnnotationsEnvsubst: 7233 type: boolean 7234 commonLabels: 7235 additionalProperties: 7236 type: string 7237 type: object 7238 components: 7239 items: 7240 type: string 7241 type: array 7242 forceCommonAnnotations: 7243 type: boolean 7244 forceCommonLabels: 7245 type: boolean 7246 images: 7247 items: 7248 type: string 7249 type: array 7250 namePrefix: 7251 type: string 7252 nameSuffix: 7253 type: string 7254 namespace: 7255 type: string 7256 patches: 7257 items: 7258 properties: 7259 options: 7260 additionalProperties: 7261 type: boolean 7262 type: object 7263 patch: 7264 type: string 7265 path: 7266 type: string 7267 target: 7268 properties: 7269 annotationSelector: 7270 type: string 7271 group: 7272 type: string 7273 kind: 7274 type: string 7275 labelSelector: 7276 type: string 7277 name: 7278 type: string 7279 namespace: 7280 type: string 7281 version: 7282 type: string 7283 type: object 7284 type: object 7285 type: array 7286 replicas: 7287 items: 7288 properties: 7289 count: 7290 anyOf: 7291 - type: integer 7292 - type: string 7293 x-kubernetes-int-or-string: true 7294 name: 7295 type: string 7296 required: 7297 - count 7298 - name 7299 type: object 7300 type: array 7301 version: 7302 type: string 7303 type: object 7304 path: 7305 type: string 7306 plugin: 7307 properties: 7308 env: 7309 items: 7310 properties: 7311 name: 7312 type: string 7313 value: 7314 type: string 7315 required: 7316 - name 7317 - value 7318 type: object 7319 type: array 7320 name: 7321 type: string 7322 parameters: 7323 items: 7324 properties: 7325 array: 7326 items: 7327 type: string 7328 type: array 7329 map: 7330 additionalProperties: 7331 type: string 7332 type: object 7333 name: 7334 type: string 7335 string: 7336 type: string 7337 type: object 7338 type: array 7339 type: object 7340 ref: 7341 type: string 7342 repoURL: 7343 type: string 7344 targetRevision: 7345 type: string 7346 required: 7347 - repoURL 7348 type: object 7349 type: array 7350 syncPolicy: 7351 properties: 7352 automated: 7353 properties: 7354 allowEmpty: 7355 type: boolean 7356 prune: 7357 type: boolean 7358 selfHeal: 7359 type: boolean 7360 type: object 7361 managedNamespaceMetadata: 7362 properties: 7363 annotations: 7364 additionalProperties: 7365 type: string 7366 type: object 7367 labels: 7368 additionalProperties: 7369 type: string 7370 type: object 7371 type: object 7372 retry: 7373 properties: 7374 backoff: 7375 properties: 7376 duration: 7377 type: string 7378 factor: 7379 format: int64 7380 type: integer 7381 maxDuration: 7382 type: string 7383 type: object 7384 limit: 7385 format: int64 7386 type: integer 7387 type: object 7388 syncOptions: 7389 items: 7390 type: string 7391 type: array 7392 type: object 7393 required: 7394 - destination 7395 - project 7396 type: object 7397 required: 7398 - metadata 7399 - spec 7400 type: object 7401 required: 7402 - generators 7403 type: object 7404 merge: 7405 properties: 7406 generators: 7407 items: 7408 properties: 7409 clusterDecisionResource: 7410 properties: 7411 configMapRef: 7412 type: string 7413 labelSelector: 7414 properties: 7415 matchExpressions: 7416 items: 7417 properties: 7418 key: 7419 type: string 7420 operator: 7421 type: string 7422 values: 7423 items: 7424 type: string 7425 type: array 7426 required: 7427 - key 7428 - operator 7429 type: object 7430 type: array 7431 matchLabels: 7432 additionalProperties: 7433 type: string 7434 type: object 7435 type: object 7436 name: 7437 type: string 7438 requeueAfterSeconds: 7439 format: int64 7440 type: integer 7441 template: 7442 properties: 7443 metadata: 7444 properties: 7445 annotations: 7446 additionalProperties: 7447 type: string 7448 type: object 7449 finalizers: 7450 items: 7451 type: string 7452 type: array 7453 labels: 7454 additionalProperties: 7455 type: string 7456 type: object 7457 name: 7458 type: string 7459 namespace: 7460 type: string 7461 type: object 7462 spec: 7463 properties: 7464 destination: 7465 properties: 7466 name: 7467 type: string 7468 namespace: 7469 type: string 7470 server: 7471 type: string 7472 type: object 7473 ignoreDifferences: 7474 items: 7475 properties: 7476 group: 7477 type: string 7478 jqPathExpressions: 7479 items: 7480 type: string 7481 type: array 7482 jsonPointers: 7483 items: 7484 type: string 7485 type: array 7486 kind: 7487 type: string 7488 managedFieldsManagers: 7489 items: 7490 type: string 7491 type: array 7492 name: 7493 type: string 7494 namespace: 7495 type: string 7496 required: 7497 - kind 7498 type: object 7499 type: array 7500 info: 7501 items: 7502 properties: 7503 name: 7504 type: string 7505 value: 7506 type: string 7507 required: 7508 - name 7509 - value 7510 type: object 7511 type: array 7512 project: 7513 type: string 7514 revisionHistoryLimit: 7515 format: int64 7516 type: integer 7517 source: 7518 properties: 7519 chart: 7520 type: string 7521 directory: 7522 properties: 7523 exclude: 7524 type: string 7525 include: 7526 type: string 7527 jsonnet: 7528 properties: 7529 extVars: 7530 items: 7531 properties: 7532 code: 7533 type: boolean 7534 name: 7535 type: string 7536 value: 7537 type: string 7538 required: 7539 - name 7540 - value 7541 type: object 7542 type: array 7543 libs: 7544 items: 7545 type: string 7546 type: array 7547 tlas: 7548 items: 7549 properties: 7550 code: 7551 type: boolean 7552 name: 7553 type: string 7554 value: 7555 type: string 7556 required: 7557 - name 7558 - value 7559 type: object 7560 type: array 7561 type: object 7562 recurse: 7563 type: boolean 7564 type: object 7565 helm: 7566 properties: 7567 fileParameters: 7568 items: 7569 properties: 7570 name: 7571 type: string 7572 path: 7573 type: string 7574 type: object 7575 type: array 7576 ignoreMissingValueFiles: 7577 type: boolean 7578 parameters: 7579 items: 7580 properties: 7581 forceString: 7582 type: boolean 7583 name: 7584 type: string 7585 value: 7586 type: string 7587 type: object 7588 type: array 7589 passCredentials: 7590 type: boolean 7591 releaseName: 7592 type: string 7593 skipCrds: 7594 type: boolean 7595 valueFiles: 7596 items: 7597 type: string 7598 type: array 7599 values: 7600 type: string 7601 valuesObject: 7602 type: object 7603 x-kubernetes-preserve-unknown-fields: true 7604 version: 7605 type: string 7606 type: object 7607 kustomize: 7608 properties: 7609 commonAnnotations: 7610 additionalProperties: 7611 type: string 7612 type: object 7613 commonAnnotationsEnvsubst: 7614 type: boolean 7615 commonLabels: 7616 additionalProperties: 7617 type: string 7618 type: object 7619 components: 7620 items: 7621 type: string 7622 type: array 7623 forceCommonAnnotations: 7624 type: boolean 7625 forceCommonLabels: 7626 type: boolean 7627 images: 7628 items: 7629 type: string 7630 type: array 7631 namePrefix: 7632 type: string 7633 nameSuffix: 7634 type: string 7635 namespace: 7636 type: string 7637 patches: 7638 items: 7639 properties: 7640 options: 7641 additionalProperties: 7642 type: boolean 7643 type: object 7644 patch: 7645 type: string 7646 path: 7647 type: string 7648 target: 7649 properties: 7650 annotationSelector: 7651 type: string 7652 group: 7653 type: string 7654 kind: 7655 type: string 7656 labelSelector: 7657 type: string 7658 name: 7659 type: string 7660 namespace: 7661 type: string 7662 version: 7663 type: string 7664 type: object 7665 type: object 7666 type: array 7667 replicas: 7668 items: 7669 properties: 7670 count: 7671 anyOf: 7672 - type: integer 7673 - type: string 7674 x-kubernetes-int-or-string: true 7675 name: 7676 type: string 7677 required: 7678 - count 7679 - name 7680 type: object 7681 type: array 7682 version: 7683 type: string 7684 type: object 7685 path: 7686 type: string 7687 plugin: 7688 properties: 7689 env: 7690 items: 7691 properties: 7692 name: 7693 type: string 7694 value: 7695 type: string 7696 required: 7697 - name 7698 - value 7699 type: object 7700 type: array 7701 name: 7702 type: string 7703 parameters: 7704 items: 7705 properties: 7706 array: 7707 items: 7708 type: string 7709 type: array 7710 map: 7711 additionalProperties: 7712 type: string 7713 type: object 7714 name: 7715 type: string 7716 string: 7717 type: string 7718 type: object 7719 type: array 7720 type: object 7721 ref: 7722 type: string 7723 repoURL: 7724 type: string 7725 targetRevision: 7726 type: string 7727 required: 7728 - repoURL 7729 type: object 7730 sources: 7731 items: 7732 properties: 7733 chart: 7734 type: string 7735 directory: 7736 properties: 7737 exclude: 7738 type: string 7739 include: 7740 type: string 7741 jsonnet: 7742 properties: 7743 extVars: 7744 items: 7745 properties: 7746 code: 7747 type: boolean 7748 name: 7749 type: string 7750 value: 7751 type: string 7752 required: 7753 - name 7754 - value 7755 type: object 7756 type: array 7757 libs: 7758 items: 7759 type: string 7760 type: array 7761 tlas: 7762 items: 7763 properties: 7764 code: 7765 type: boolean 7766 name: 7767 type: string 7768 value: 7769 type: string 7770 required: 7771 - name 7772 - value 7773 type: object 7774 type: array 7775 type: object 7776 recurse: 7777 type: boolean 7778 type: object 7779 helm: 7780 properties: 7781 fileParameters: 7782 items: 7783 properties: 7784 name: 7785 type: string 7786 path: 7787 type: string 7788 type: object 7789 type: array 7790 ignoreMissingValueFiles: 7791 type: boolean 7792 parameters: 7793 items: 7794 properties: 7795 forceString: 7796 type: boolean 7797 name: 7798 type: string 7799 value: 7800 type: string 7801 type: object 7802 type: array 7803 passCredentials: 7804 type: boolean 7805 releaseName: 7806 type: string 7807 skipCrds: 7808 type: boolean 7809 valueFiles: 7810 items: 7811 type: string 7812 type: array 7813 values: 7814 type: string 7815 valuesObject: 7816 type: object 7817 x-kubernetes-preserve-unknown-fields: true 7818 version: 7819 type: string 7820 type: object 7821 kustomize: 7822 properties: 7823 commonAnnotations: 7824 additionalProperties: 7825 type: string 7826 type: object 7827 commonAnnotationsEnvsubst: 7828 type: boolean 7829 commonLabels: 7830 additionalProperties: 7831 type: string 7832 type: object 7833 components: 7834 items: 7835 type: string 7836 type: array 7837 forceCommonAnnotations: 7838 type: boolean 7839 forceCommonLabels: 7840 type: boolean 7841 images: 7842 items: 7843 type: string 7844 type: array 7845 namePrefix: 7846 type: string 7847 nameSuffix: 7848 type: string 7849 namespace: 7850 type: string 7851 patches: 7852 items: 7853 properties: 7854 options: 7855 additionalProperties: 7856 type: boolean 7857 type: object 7858 patch: 7859 type: string 7860 path: 7861 type: string 7862 target: 7863 properties: 7864 annotationSelector: 7865 type: string 7866 group: 7867 type: string 7868 kind: 7869 type: string 7870 labelSelector: 7871 type: string 7872 name: 7873 type: string 7874 namespace: 7875 type: string 7876 version: 7877 type: string 7878 type: object 7879 type: object 7880 type: array 7881 replicas: 7882 items: 7883 properties: 7884 count: 7885 anyOf: 7886 - type: integer 7887 - type: string 7888 x-kubernetes-int-or-string: true 7889 name: 7890 type: string 7891 required: 7892 - count 7893 - name 7894 type: object 7895 type: array 7896 version: 7897 type: string 7898 type: object 7899 path: 7900 type: string 7901 plugin: 7902 properties: 7903 env: 7904 items: 7905 properties: 7906 name: 7907 type: string 7908 value: 7909 type: string 7910 required: 7911 - name 7912 - value 7913 type: object 7914 type: array 7915 name: 7916 type: string 7917 parameters: 7918 items: 7919 properties: 7920 array: 7921 items: 7922 type: string 7923 type: array 7924 map: 7925 additionalProperties: 7926 type: string 7927 type: object 7928 name: 7929 type: string 7930 string: 7931 type: string 7932 type: object 7933 type: array 7934 type: object 7935 ref: 7936 type: string 7937 repoURL: 7938 type: string 7939 targetRevision: 7940 type: string 7941 required: 7942 - repoURL 7943 type: object 7944 type: array 7945 syncPolicy: 7946 properties: 7947 automated: 7948 properties: 7949 allowEmpty: 7950 type: boolean 7951 prune: 7952 type: boolean 7953 selfHeal: 7954 type: boolean 7955 type: object 7956 managedNamespaceMetadata: 7957 properties: 7958 annotations: 7959 additionalProperties: 7960 type: string 7961 type: object 7962 labels: 7963 additionalProperties: 7964 type: string 7965 type: object 7966 type: object 7967 retry: 7968 properties: 7969 backoff: 7970 properties: 7971 duration: 7972 type: string 7973 factor: 7974 format: int64 7975 type: integer 7976 maxDuration: 7977 type: string 7978 type: object 7979 limit: 7980 format: int64 7981 type: integer 7982 type: object 7983 syncOptions: 7984 items: 7985 type: string 7986 type: array 7987 type: object 7988 required: 7989 - destination 7990 - project 7991 type: object 7992 required: 7993 - metadata 7994 - spec 7995 type: object 7996 values: 7997 additionalProperties: 7998 type: string 7999 type: object 8000 required: 8001 - configMapRef 8002 type: object 8003 clusters: 8004 properties: 8005 selector: 8006 properties: 8007 matchExpressions: 8008 items: 8009 properties: 8010 key: 8011 type: string 8012 operator: 8013 type: string 8014 values: 8015 items: 8016 type: string 8017 type: array 8018 required: 8019 - key 8020 - operator 8021 type: object 8022 type: array 8023 matchLabels: 8024 additionalProperties: 8025 type: string 8026 type: object 8027 type: object 8028 template: 8029 properties: 8030 metadata: 8031 properties: 8032 annotations: 8033 additionalProperties: 8034 type: string 8035 type: object 8036 finalizers: 8037 items: 8038 type: string 8039 type: array 8040 labels: 8041 additionalProperties: 8042 type: string 8043 type: object 8044 name: 8045 type: string 8046 namespace: 8047 type: string 8048 type: object 8049 spec: 8050 properties: 8051 destination: 8052 properties: 8053 name: 8054 type: string 8055 namespace: 8056 type: string 8057 server: 8058 type: string 8059 type: object 8060 ignoreDifferences: 8061 items: 8062 properties: 8063 group: 8064 type: string 8065 jqPathExpressions: 8066 items: 8067 type: string 8068 type: array 8069 jsonPointers: 8070 items: 8071 type: string 8072 type: array 8073 kind: 8074 type: string 8075 managedFieldsManagers: 8076 items: 8077 type: string 8078 type: array 8079 name: 8080 type: string 8081 namespace: 8082 type: string 8083 required: 8084 - kind 8085 type: object 8086 type: array 8087 info: 8088 items: 8089 properties: 8090 name: 8091 type: string 8092 value: 8093 type: string 8094 required: 8095 - name 8096 - value 8097 type: object 8098 type: array 8099 project: 8100 type: string 8101 revisionHistoryLimit: 8102 format: int64 8103 type: integer 8104 source: 8105 properties: 8106 chart: 8107 type: string 8108 directory: 8109 properties: 8110 exclude: 8111 type: string 8112 include: 8113 type: string 8114 jsonnet: 8115 properties: 8116 extVars: 8117 items: 8118 properties: 8119 code: 8120 type: boolean 8121 name: 8122 type: string 8123 value: 8124 type: string 8125 required: 8126 - name 8127 - value 8128 type: object 8129 type: array 8130 libs: 8131 items: 8132 type: string 8133 type: array 8134 tlas: 8135 items: 8136 properties: 8137 code: 8138 type: boolean 8139 name: 8140 type: string 8141 value: 8142 type: string 8143 required: 8144 - name 8145 - value 8146 type: object 8147 type: array 8148 type: object 8149 recurse: 8150 type: boolean 8151 type: object 8152 helm: 8153 properties: 8154 fileParameters: 8155 items: 8156 properties: 8157 name: 8158 type: string 8159 path: 8160 type: string 8161 type: object 8162 type: array 8163 ignoreMissingValueFiles: 8164 type: boolean 8165 parameters: 8166 items: 8167 properties: 8168 forceString: 8169 type: boolean 8170 name: 8171 type: string 8172 value: 8173 type: string 8174 type: object 8175 type: array 8176 passCredentials: 8177 type: boolean 8178 releaseName: 8179 type: string 8180 skipCrds: 8181 type: boolean 8182 valueFiles: 8183 items: 8184 type: string 8185 type: array 8186 values: 8187 type: string 8188 valuesObject: 8189 type: object 8190 x-kubernetes-preserve-unknown-fields: true 8191 version: 8192 type: string 8193 type: object 8194 kustomize: 8195 properties: 8196 commonAnnotations: 8197 additionalProperties: 8198 type: string 8199 type: object 8200 commonAnnotationsEnvsubst: 8201 type: boolean 8202 commonLabels: 8203 additionalProperties: 8204 type: string 8205 type: object 8206 components: 8207 items: 8208 type: string 8209 type: array 8210 forceCommonAnnotations: 8211 type: boolean 8212 forceCommonLabels: 8213 type: boolean 8214 images: 8215 items: 8216 type: string 8217 type: array 8218 namePrefix: 8219 type: string 8220 nameSuffix: 8221 type: string 8222 namespace: 8223 type: string 8224 patches: 8225 items: 8226 properties: 8227 options: 8228 additionalProperties: 8229 type: boolean 8230 type: object 8231 patch: 8232 type: string 8233 path: 8234 type: string 8235 target: 8236 properties: 8237 annotationSelector: 8238 type: string 8239 group: 8240 type: string 8241 kind: 8242 type: string 8243 labelSelector: 8244 type: string 8245 name: 8246 type: string 8247 namespace: 8248 type: string 8249 version: 8250 type: string 8251 type: object 8252 type: object 8253 type: array 8254 replicas: 8255 items: 8256 properties: 8257 count: 8258 anyOf: 8259 - type: integer 8260 - type: string 8261 x-kubernetes-int-or-string: true 8262 name: 8263 type: string 8264 required: 8265 - count 8266 - name 8267 type: object 8268 type: array 8269 version: 8270 type: string 8271 type: object 8272 path: 8273 type: string 8274 plugin: 8275 properties: 8276 env: 8277 items: 8278 properties: 8279 name: 8280 type: string 8281 value: 8282 type: string 8283 required: 8284 - name 8285 - value 8286 type: object 8287 type: array 8288 name: 8289 type: string 8290 parameters: 8291 items: 8292 properties: 8293 array: 8294 items: 8295 type: string 8296 type: array 8297 map: 8298 additionalProperties: 8299 type: string 8300 type: object 8301 name: 8302 type: string 8303 string: 8304 type: string 8305 type: object 8306 type: array 8307 type: object 8308 ref: 8309 type: string 8310 repoURL: 8311 type: string 8312 targetRevision: 8313 type: string 8314 required: 8315 - repoURL 8316 type: object 8317 sources: 8318 items: 8319 properties: 8320 chart: 8321 type: string 8322 directory: 8323 properties: 8324 exclude: 8325 type: string 8326 include: 8327 type: string 8328 jsonnet: 8329 properties: 8330 extVars: 8331 items: 8332 properties: 8333 code: 8334 type: boolean 8335 name: 8336 type: string 8337 value: 8338 type: string 8339 required: 8340 - name 8341 - value 8342 type: object 8343 type: array 8344 libs: 8345 items: 8346 type: string 8347 type: array 8348 tlas: 8349 items: 8350 properties: 8351 code: 8352 type: boolean 8353 name: 8354 type: string 8355 value: 8356 type: string 8357 required: 8358 - name 8359 - value 8360 type: object 8361 type: array 8362 type: object 8363 recurse: 8364 type: boolean 8365 type: object 8366 helm: 8367 properties: 8368 fileParameters: 8369 items: 8370 properties: 8371 name: 8372 type: string 8373 path: 8374 type: string 8375 type: object 8376 type: array 8377 ignoreMissingValueFiles: 8378 type: boolean 8379 parameters: 8380 items: 8381 properties: 8382 forceString: 8383 type: boolean 8384 name: 8385 type: string 8386 value: 8387 type: string 8388 type: object 8389 type: array 8390 passCredentials: 8391 type: boolean 8392 releaseName: 8393 type: string 8394 skipCrds: 8395 type: boolean 8396 valueFiles: 8397 items: 8398 type: string 8399 type: array 8400 values: 8401 type: string 8402 valuesObject: 8403 type: object 8404 x-kubernetes-preserve-unknown-fields: true 8405 version: 8406 type: string 8407 type: object 8408 kustomize: 8409 properties: 8410 commonAnnotations: 8411 additionalProperties: 8412 type: string 8413 type: object 8414 commonAnnotationsEnvsubst: 8415 type: boolean 8416 commonLabels: 8417 additionalProperties: 8418 type: string 8419 type: object 8420 components: 8421 items: 8422 type: string 8423 type: array 8424 forceCommonAnnotations: 8425 type: boolean 8426 forceCommonLabels: 8427 type: boolean 8428 images: 8429 items: 8430 type: string 8431 type: array 8432 namePrefix: 8433 type: string 8434 nameSuffix: 8435 type: string 8436 namespace: 8437 type: string 8438 patches: 8439 items: 8440 properties: 8441 options: 8442 additionalProperties: 8443 type: boolean 8444 type: object 8445 patch: 8446 type: string 8447 path: 8448 type: string 8449 target: 8450 properties: 8451 annotationSelector: 8452 type: string 8453 group: 8454 type: string 8455 kind: 8456 type: string 8457 labelSelector: 8458 type: string 8459 name: 8460 type: string 8461 namespace: 8462 type: string 8463 version: 8464 type: string 8465 type: object 8466 type: object 8467 type: array 8468 replicas: 8469 items: 8470 properties: 8471 count: 8472 anyOf: 8473 - type: integer 8474 - type: string 8475 x-kubernetes-int-or-string: true 8476 name: 8477 type: string 8478 required: 8479 - count 8480 - name 8481 type: object 8482 type: array 8483 version: 8484 type: string 8485 type: object 8486 path: 8487 type: string 8488 plugin: 8489 properties: 8490 env: 8491 items: 8492 properties: 8493 name: 8494 type: string 8495 value: 8496 type: string 8497 required: 8498 - name 8499 - value 8500 type: object 8501 type: array 8502 name: 8503 type: string 8504 parameters: 8505 items: 8506 properties: 8507 array: 8508 items: 8509 type: string 8510 type: array 8511 map: 8512 additionalProperties: 8513 type: string 8514 type: object 8515 name: 8516 type: string 8517 string: 8518 type: string 8519 type: object 8520 type: array 8521 type: object 8522 ref: 8523 type: string 8524 repoURL: 8525 type: string 8526 targetRevision: 8527 type: string 8528 required: 8529 - repoURL 8530 type: object 8531 type: array 8532 syncPolicy: 8533 properties: 8534 automated: 8535 properties: 8536 allowEmpty: 8537 type: boolean 8538 prune: 8539 type: boolean 8540 selfHeal: 8541 type: boolean 8542 type: object 8543 managedNamespaceMetadata: 8544 properties: 8545 annotations: 8546 additionalProperties: 8547 type: string 8548 type: object 8549 labels: 8550 additionalProperties: 8551 type: string 8552 type: object 8553 type: object 8554 retry: 8555 properties: 8556 backoff: 8557 properties: 8558 duration: 8559 type: string 8560 factor: 8561 format: int64 8562 type: integer 8563 maxDuration: 8564 type: string 8565 type: object 8566 limit: 8567 format: int64 8568 type: integer 8569 type: object 8570 syncOptions: 8571 items: 8572 type: string 8573 type: array 8574 type: object 8575 required: 8576 - destination 8577 - project 8578 type: object 8579 required: 8580 - metadata 8581 - spec 8582 type: object 8583 values: 8584 additionalProperties: 8585 type: string 8586 type: object 8587 type: object 8588 git: 8589 properties: 8590 directories: 8591 items: 8592 properties: 8593 exclude: 8594 type: boolean 8595 path: 8596 type: string 8597 required: 8598 - path 8599 type: object 8600 type: array 8601 files: 8602 items: 8603 properties: 8604 path: 8605 type: string 8606 required: 8607 - path 8608 type: object 8609 type: array 8610 pathParamPrefix: 8611 type: string 8612 repoURL: 8613 type: string 8614 requeueAfterSeconds: 8615 format: int64 8616 type: integer 8617 revision: 8618 type: string 8619 template: 8620 properties: 8621 metadata: 8622 properties: 8623 annotations: 8624 additionalProperties: 8625 type: string 8626 type: object 8627 finalizers: 8628 items: 8629 type: string 8630 type: array 8631 labels: 8632 additionalProperties: 8633 type: string 8634 type: object 8635 name: 8636 type: string 8637 namespace: 8638 type: string 8639 type: object 8640 spec: 8641 properties: 8642 destination: 8643 properties: 8644 name: 8645 type: string 8646 namespace: 8647 type: string 8648 server: 8649 type: string 8650 type: object 8651 ignoreDifferences: 8652 items: 8653 properties: 8654 group: 8655 type: string 8656 jqPathExpressions: 8657 items: 8658 type: string 8659 type: array 8660 jsonPointers: 8661 items: 8662 type: string 8663 type: array 8664 kind: 8665 type: string 8666 managedFieldsManagers: 8667 items: 8668 type: string 8669 type: array 8670 name: 8671 type: string 8672 namespace: 8673 type: string 8674 required: 8675 - kind 8676 type: object 8677 type: array 8678 info: 8679 items: 8680 properties: 8681 name: 8682 type: string 8683 value: 8684 type: string 8685 required: 8686 - name 8687 - value 8688 type: object 8689 type: array 8690 project: 8691 type: string 8692 revisionHistoryLimit: 8693 format: int64 8694 type: integer 8695 source: 8696 properties: 8697 chart: 8698 type: string 8699 directory: 8700 properties: 8701 exclude: 8702 type: string 8703 include: 8704 type: string 8705 jsonnet: 8706 properties: 8707 extVars: 8708 items: 8709 properties: 8710 code: 8711 type: boolean 8712 name: 8713 type: string 8714 value: 8715 type: string 8716 required: 8717 - name 8718 - value 8719 type: object 8720 type: array 8721 libs: 8722 items: 8723 type: string 8724 type: array 8725 tlas: 8726 items: 8727 properties: 8728 code: 8729 type: boolean 8730 name: 8731 type: string 8732 value: 8733 type: string 8734 required: 8735 - name 8736 - value 8737 type: object 8738 type: array 8739 type: object 8740 recurse: 8741 type: boolean 8742 type: object 8743 helm: 8744 properties: 8745 fileParameters: 8746 items: 8747 properties: 8748 name: 8749 type: string 8750 path: 8751 type: string 8752 type: object 8753 type: array 8754 ignoreMissingValueFiles: 8755 type: boolean 8756 parameters: 8757 items: 8758 properties: 8759 forceString: 8760 type: boolean 8761 name: 8762 type: string 8763 value: 8764 type: string 8765 type: object 8766 type: array 8767 passCredentials: 8768 type: boolean 8769 releaseName: 8770 type: string 8771 skipCrds: 8772 type: boolean 8773 valueFiles: 8774 items: 8775 type: string 8776 type: array 8777 values: 8778 type: string 8779 valuesObject: 8780 type: object 8781 x-kubernetes-preserve-unknown-fields: true 8782 version: 8783 type: string 8784 type: object 8785 kustomize: 8786 properties: 8787 commonAnnotations: 8788 additionalProperties: 8789 type: string 8790 type: object 8791 commonAnnotationsEnvsubst: 8792 type: boolean 8793 commonLabels: 8794 additionalProperties: 8795 type: string 8796 type: object 8797 components: 8798 items: 8799 type: string 8800 type: array 8801 forceCommonAnnotations: 8802 type: boolean 8803 forceCommonLabels: 8804 type: boolean 8805 images: 8806 items: 8807 type: string 8808 type: array 8809 namePrefix: 8810 type: string 8811 nameSuffix: 8812 type: string 8813 namespace: 8814 type: string 8815 patches: 8816 items: 8817 properties: 8818 options: 8819 additionalProperties: 8820 type: boolean 8821 type: object 8822 patch: 8823 type: string 8824 path: 8825 type: string 8826 target: 8827 properties: 8828 annotationSelector: 8829 type: string 8830 group: 8831 type: string 8832 kind: 8833 type: string 8834 labelSelector: 8835 type: string 8836 name: 8837 type: string 8838 namespace: 8839 type: string 8840 version: 8841 type: string 8842 type: object 8843 type: object 8844 type: array 8845 replicas: 8846 items: 8847 properties: 8848 count: 8849 anyOf: 8850 - type: integer 8851 - type: string 8852 x-kubernetes-int-or-string: true 8853 name: 8854 type: string 8855 required: 8856 - count 8857 - name 8858 type: object 8859 type: array 8860 version: 8861 type: string 8862 type: object 8863 path: 8864 type: string 8865 plugin: 8866 properties: 8867 env: 8868 items: 8869 properties: 8870 name: 8871 type: string 8872 value: 8873 type: string 8874 required: 8875 - name 8876 - value 8877 type: object 8878 type: array 8879 name: 8880 type: string 8881 parameters: 8882 items: 8883 properties: 8884 array: 8885 items: 8886 type: string 8887 type: array 8888 map: 8889 additionalProperties: 8890 type: string 8891 type: object 8892 name: 8893 type: string 8894 string: 8895 type: string 8896 type: object 8897 type: array 8898 type: object 8899 ref: 8900 type: string 8901 repoURL: 8902 type: string 8903 targetRevision: 8904 type: string 8905 required: 8906 - repoURL 8907 type: object 8908 sources: 8909 items: 8910 properties: 8911 chart: 8912 type: string 8913 directory: 8914 properties: 8915 exclude: 8916 type: string 8917 include: 8918 type: string 8919 jsonnet: 8920 properties: 8921 extVars: 8922 items: 8923 properties: 8924 code: 8925 type: boolean 8926 name: 8927 type: string 8928 value: 8929 type: string 8930 required: 8931 - name 8932 - value 8933 type: object 8934 type: array 8935 libs: 8936 items: 8937 type: string 8938 type: array 8939 tlas: 8940 items: 8941 properties: 8942 code: 8943 type: boolean 8944 name: 8945 type: string 8946 value: 8947 type: string 8948 required: 8949 - name 8950 - value 8951 type: object 8952 type: array 8953 type: object 8954 recurse: 8955 type: boolean 8956 type: object 8957 helm: 8958 properties: 8959 fileParameters: 8960 items: 8961 properties: 8962 name: 8963 type: string 8964 path: 8965 type: string 8966 type: object 8967 type: array 8968 ignoreMissingValueFiles: 8969 type: boolean 8970 parameters: 8971 items: 8972 properties: 8973 forceString: 8974 type: boolean 8975 name: 8976 type: string 8977 value: 8978 type: string 8979 type: object 8980 type: array 8981 passCredentials: 8982 type: boolean 8983 releaseName: 8984 type: string 8985 skipCrds: 8986 type: boolean 8987 valueFiles: 8988 items: 8989 type: string 8990 type: array 8991 values: 8992 type: string 8993 valuesObject: 8994 type: object 8995 x-kubernetes-preserve-unknown-fields: true 8996 version: 8997 type: string 8998 type: object 8999 kustomize: 9000 properties: 9001 commonAnnotations: 9002 additionalProperties: 9003 type: string 9004 type: object 9005 commonAnnotationsEnvsubst: 9006 type: boolean 9007 commonLabels: 9008 additionalProperties: 9009 type: string 9010 type: object 9011 components: 9012 items: 9013 type: string 9014 type: array 9015 forceCommonAnnotations: 9016 type: boolean 9017 forceCommonLabels: 9018 type: boolean 9019 images: 9020 items: 9021 type: string 9022 type: array 9023 namePrefix: 9024 type: string 9025 nameSuffix: 9026 type: string 9027 namespace: 9028 type: string 9029 patches: 9030 items: 9031 properties: 9032 options: 9033 additionalProperties: 9034 type: boolean 9035 type: object 9036 patch: 9037 type: string 9038 path: 9039 type: string 9040 target: 9041 properties: 9042 annotationSelector: 9043 type: string 9044 group: 9045 type: string 9046 kind: 9047 type: string 9048 labelSelector: 9049 type: string 9050 name: 9051 type: string 9052 namespace: 9053 type: string 9054 version: 9055 type: string 9056 type: object 9057 type: object 9058 type: array 9059 replicas: 9060 items: 9061 properties: 9062 count: 9063 anyOf: 9064 - type: integer 9065 - type: string 9066 x-kubernetes-int-or-string: true 9067 name: 9068 type: string 9069 required: 9070 - count 9071 - name 9072 type: object 9073 type: array 9074 version: 9075 type: string 9076 type: object 9077 path: 9078 type: string 9079 plugin: 9080 properties: 9081 env: 9082 items: 9083 properties: 9084 name: 9085 type: string 9086 value: 9087 type: string 9088 required: 9089 - name 9090 - value 9091 type: object 9092 type: array 9093 name: 9094 type: string 9095 parameters: 9096 items: 9097 properties: 9098 array: 9099 items: 9100 type: string 9101 type: array 9102 map: 9103 additionalProperties: 9104 type: string 9105 type: object 9106 name: 9107 type: string 9108 string: 9109 type: string 9110 type: object 9111 type: array 9112 type: object 9113 ref: 9114 type: string 9115 repoURL: 9116 type: string 9117 targetRevision: 9118 type: string 9119 required: 9120 - repoURL 9121 type: object 9122 type: array 9123 syncPolicy: 9124 properties: 9125 automated: 9126 properties: 9127 allowEmpty: 9128 type: boolean 9129 prune: 9130 type: boolean 9131 selfHeal: 9132 type: boolean 9133 type: object 9134 managedNamespaceMetadata: 9135 properties: 9136 annotations: 9137 additionalProperties: 9138 type: string 9139 type: object 9140 labels: 9141 additionalProperties: 9142 type: string 9143 type: object 9144 type: object 9145 retry: 9146 properties: 9147 backoff: 9148 properties: 9149 duration: 9150 type: string 9151 factor: 9152 format: int64 9153 type: integer 9154 maxDuration: 9155 type: string 9156 type: object 9157 limit: 9158 format: int64 9159 type: integer 9160 type: object 9161 syncOptions: 9162 items: 9163 type: string 9164 type: array 9165 type: object 9166 required: 9167 - destination 9168 - project 9169 type: object 9170 required: 9171 - metadata 9172 - spec 9173 type: object 9174 values: 9175 additionalProperties: 9176 type: string 9177 type: object 9178 required: 9179 - repoURL 9180 - revision 9181 type: object 9182 list: 9183 properties: 9184 elements: 9185 items: 9186 x-kubernetes-preserve-unknown-fields: true 9187 type: array 9188 elementsYaml: 9189 type: string 9190 template: 9191 properties: 9192 metadata: 9193 properties: 9194 annotations: 9195 additionalProperties: 9196 type: string 9197 type: object 9198 finalizers: 9199 items: 9200 type: string 9201 type: array 9202 labels: 9203 additionalProperties: 9204 type: string 9205 type: object 9206 name: 9207 type: string 9208 namespace: 9209 type: string 9210 type: object 9211 spec: 9212 properties: 9213 destination: 9214 properties: 9215 name: 9216 type: string 9217 namespace: 9218 type: string 9219 server: 9220 type: string 9221 type: object 9222 ignoreDifferences: 9223 items: 9224 properties: 9225 group: 9226 type: string 9227 jqPathExpressions: 9228 items: 9229 type: string 9230 type: array 9231 jsonPointers: 9232 items: 9233 type: string 9234 type: array 9235 kind: 9236 type: string 9237 managedFieldsManagers: 9238 items: 9239 type: string 9240 type: array 9241 name: 9242 type: string 9243 namespace: 9244 type: string 9245 required: 9246 - kind 9247 type: object 9248 type: array 9249 info: 9250 items: 9251 properties: 9252 name: 9253 type: string 9254 value: 9255 type: string 9256 required: 9257 - name 9258 - value 9259 type: object 9260 type: array 9261 project: 9262 type: string 9263 revisionHistoryLimit: 9264 format: int64 9265 type: integer 9266 source: 9267 properties: 9268 chart: 9269 type: string 9270 directory: 9271 properties: 9272 exclude: 9273 type: string 9274 include: 9275 type: string 9276 jsonnet: 9277 properties: 9278 extVars: 9279 items: 9280 properties: 9281 code: 9282 type: boolean 9283 name: 9284 type: string 9285 value: 9286 type: string 9287 required: 9288 - name 9289 - value 9290 type: object 9291 type: array 9292 libs: 9293 items: 9294 type: string 9295 type: array 9296 tlas: 9297 items: 9298 properties: 9299 code: 9300 type: boolean 9301 name: 9302 type: string 9303 value: 9304 type: string 9305 required: 9306 - name 9307 - value 9308 type: object 9309 type: array 9310 type: object 9311 recurse: 9312 type: boolean 9313 type: object 9314 helm: 9315 properties: 9316 fileParameters: 9317 items: 9318 properties: 9319 name: 9320 type: string 9321 path: 9322 type: string 9323 type: object 9324 type: array 9325 ignoreMissingValueFiles: 9326 type: boolean 9327 parameters: 9328 items: 9329 properties: 9330 forceString: 9331 type: boolean 9332 name: 9333 type: string 9334 value: 9335 type: string 9336 type: object 9337 type: array 9338 passCredentials: 9339 type: boolean 9340 releaseName: 9341 type: string 9342 skipCrds: 9343 type: boolean 9344 valueFiles: 9345 items: 9346 type: string 9347 type: array 9348 values: 9349 type: string 9350 valuesObject: 9351 type: object 9352 x-kubernetes-preserve-unknown-fields: true 9353 version: 9354 type: string 9355 type: object 9356 kustomize: 9357 properties: 9358 commonAnnotations: 9359 additionalProperties: 9360 type: string 9361 type: object 9362 commonAnnotationsEnvsubst: 9363 type: boolean 9364 commonLabels: 9365 additionalProperties: 9366 type: string 9367 type: object 9368 components: 9369 items: 9370 type: string 9371 type: array 9372 forceCommonAnnotations: 9373 type: boolean 9374 forceCommonLabels: 9375 type: boolean 9376 images: 9377 items: 9378 type: string 9379 type: array 9380 namePrefix: 9381 type: string 9382 nameSuffix: 9383 type: string 9384 namespace: 9385 type: string 9386 patches: 9387 items: 9388 properties: 9389 options: 9390 additionalProperties: 9391 type: boolean 9392 type: object 9393 patch: 9394 type: string 9395 path: 9396 type: string 9397 target: 9398 properties: 9399 annotationSelector: 9400 type: string 9401 group: 9402 type: string 9403 kind: 9404 type: string 9405 labelSelector: 9406 type: string 9407 name: 9408 type: string 9409 namespace: 9410 type: string 9411 version: 9412 type: string 9413 type: object 9414 type: object 9415 type: array 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 valuesObject: 9565 type: object 9566 x-kubernetes-preserve-unknown-fields: true 9567 version: 9568 type: string 9569 type: object 9570 kustomize: 9571 properties: 9572 commonAnnotations: 9573 additionalProperties: 9574 type: string 9575 type: object 9576 commonAnnotationsEnvsubst: 9577 type: boolean 9578 commonLabels: 9579 additionalProperties: 9580 type: string 9581 type: object 9582 components: 9583 items: 9584 type: string 9585 type: array 9586 forceCommonAnnotations: 9587 type: boolean 9588 forceCommonLabels: 9589 type: boolean 9590 images: 9591 items: 9592 type: string 9593 type: array 9594 namePrefix: 9595 type: string 9596 nameSuffix: 9597 type: string 9598 namespace: 9599 type: string 9600 patches: 9601 items: 9602 properties: 9603 options: 9604 additionalProperties: 9605 type: boolean 9606 type: object 9607 patch: 9608 type: string 9609 path: 9610 type: string 9611 target: 9612 properties: 9613 annotationSelector: 9614 type: string 9615 group: 9616 type: string 9617 kind: 9618 type: string 9619 labelSelector: 9620 type: string 9621 name: 9622 type: string 9623 namespace: 9624 type: string 9625 version: 9626 type: string 9627 type: object 9628 type: object 9629 type: array 9630 replicas: 9631 items: 9632 properties: 9633 count: 9634 anyOf: 9635 - type: integer 9636 - type: string 9637 x-kubernetes-int-or-string: true 9638 name: 9639 type: string 9640 required: 9641 - count 9642 - name 9643 type: object 9644 type: array 9645 version: 9646 type: string 9647 type: object 9648 path: 9649 type: string 9650 plugin: 9651 properties: 9652 env: 9653 items: 9654 properties: 9655 name: 9656 type: string 9657 value: 9658 type: string 9659 required: 9660 - name 9661 - value 9662 type: object 9663 type: array 9664 name: 9665 type: string 9666 parameters: 9667 items: 9668 properties: 9669 array: 9670 items: 9671 type: string 9672 type: array 9673 map: 9674 additionalProperties: 9675 type: string 9676 type: object 9677 name: 9678 type: string 9679 string: 9680 type: string 9681 type: object 9682 type: array 9683 type: object 9684 ref: 9685 type: string 9686 repoURL: 9687 type: string 9688 targetRevision: 9689 type: string 9690 required: 9691 - repoURL 9692 type: object 9693 type: array 9694 syncPolicy: 9695 properties: 9696 automated: 9697 properties: 9698 allowEmpty: 9699 type: boolean 9700 prune: 9701 type: boolean 9702 selfHeal: 9703 type: boolean 9704 type: object 9705 managedNamespaceMetadata: 9706 properties: 9707 annotations: 9708 additionalProperties: 9709 type: string 9710 type: object 9711 labels: 9712 additionalProperties: 9713 type: string 9714 type: object 9715 type: object 9716 retry: 9717 properties: 9718 backoff: 9719 properties: 9720 duration: 9721 type: string 9722 factor: 9723 format: int64 9724 type: integer 9725 maxDuration: 9726 type: string 9727 type: object 9728 limit: 9729 format: int64 9730 type: integer 9731 type: object 9732 syncOptions: 9733 items: 9734 type: string 9735 type: array 9736 type: object 9737 required: 9738 - destination 9739 - project 9740 type: object 9741 required: 9742 - metadata 9743 - spec 9744 type: object 9745 required: 9746 - elements 9747 type: object 9748 matrix: 9749 x-kubernetes-preserve-unknown-fields: true 9750 merge: 9751 x-kubernetes-preserve-unknown-fields: true 9752 plugin: 9753 properties: 9754 configMapRef: 9755 properties: 9756 name: 9757 type: string 9758 required: 9759 - name 9760 type: object 9761 input: 9762 properties: 9763 parameters: 9764 additionalProperties: 9765 x-kubernetes-preserve-unknown-fields: true 9766 type: object 9767 type: object 9768 requeueAfterSeconds: 9769 format: int64 9770 type: integer 9771 template: 9772 properties: 9773 metadata: 9774 properties: 9775 annotations: 9776 additionalProperties: 9777 type: string 9778 type: object 9779 finalizers: 9780 items: 9781 type: string 9782 type: array 9783 labels: 9784 additionalProperties: 9785 type: string 9786 type: object 9787 name: 9788 type: string 9789 namespace: 9790 type: string 9791 type: object 9792 spec: 9793 properties: 9794 destination: 9795 properties: 9796 name: 9797 type: string 9798 namespace: 9799 type: string 9800 server: 9801 type: string 9802 type: object 9803 ignoreDifferences: 9804 items: 9805 properties: 9806 group: 9807 type: string 9808 jqPathExpressions: 9809 items: 9810 type: string 9811 type: array 9812 jsonPointers: 9813 items: 9814 type: string 9815 type: array 9816 kind: 9817 type: string 9818 managedFieldsManagers: 9819 items: 9820 type: string 9821 type: array 9822 name: 9823 type: string 9824 namespace: 9825 type: string 9826 required: 9827 - kind 9828 type: object 9829 type: array 9830 info: 9831 items: 9832 properties: 9833 name: 9834 type: string 9835 value: 9836 type: string 9837 required: 9838 - name 9839 - value 9840 type: object 9841 type: array 9842 project: 9843 type: string 9844 revisionHistoryLimit: 9845 format: int64 9846 type: integer 9847 source: 9848 properties: 9849 chart: 9850 type: string 9851 directory: 9852 properties: 9853 exclude: 9854 type: string 9855 include: 9856 type: string 9857 jsonnet: 9858 properties: 9859 extVars: 9860 items: 9861 properties: 9862 code: 9863 type: boolean 9864 name: 9865 type: string 9866 value: 9867 type: string 9868 required: 9869 - name 9870 - value 9871 type: object 9872 type: array 9873 libs: 9874 items: 9875 type: string 9876 type: array 9877 tlas: 9878 items: 9879 properties: 9880 code: 9881 type: boolean 9882 name: 9883 type: string 9884 value: 9885 type: string 9886 required: 9887 - name 9888 - value 9889 type: object 9890 type: array 9891 type: object 9892 recurse: 9893 type: boolean 9894 type: object 9895 helm: 9896 properties: 9897 fileParameters: 9898 items: 9899 properties: 9900 name: 9901 type: string 9902 path: 9903 type: string 9904 type: object 9905 type: array 9906 ignoreMissingValueFiles: 9907 type: boolean 9908 parameters: 9909 items: 9910 properties: 9911 forceString: 9912 type: boolean 9913 name: 9914 type: string 9915 value: 9916 type: string 9917 type: object 9918 type: array 9919 passCredentials: 9920 type: boolean 9921 releaseName: 9922 type: string 9923 skipCrds: 9924 type: boolean 9925 valueFiles: 9926 items: 9927 type: string 9928 type: array 9929 values: 9930 type: string 9931 valuesObject: 9932 type: object 9933 x-kubernetes-preserve-unknown-fields: true 9934 version: 9935 type: string 9936 type: object 9937 kustomize: 9938 properties: 9939 commonAnnotations: 9940 additionalProperties: 9941 type: string 9942 type: object 9943 commonAnnotationsEnvsubst: 9944 type: boolean 9945 commonLabels: 9946 additionalProperties: 9947 type: string 9948 type: object 9949 components: 9950 items: 9951 type: string 9952 type: array 9953 forceCommonAnnotations: 9954 type: boolean 9955 forceCommonLabels: 9956 type: boolean 9957 images: 9958 items: 9959 type: string 9960 type: array 9961 namePrefix: 9962 type: string 9963 nameSuffix: 9964 type: string 9965 namespace: 9966 type: string 9967 patches: 9968 items: 9969 properties: 9970 options: 9971 additionalProperties: 9972 type: boolean 9973 type: object 9974 patch: 9975 type: string 9976 path: 9977 type: string 9978 target: 9979 properties: 9980 annotationSelector: 9981 type: string 9982 group: 9983 type: string 9984 kind: 9985 type: string 9986 labelSelector: 9987 type: string 9988 name: 9989 type: string 9990 namespace: 9991 type: string 9992 version: 9993 type: string 9994 type: object 9995 type: object 9996 type: array 9997 replicas: 9998 items: 9999 properties: 10000 count: 10001 anyOf: 10002 - type: integer 10003 - type: string 10004 x-kubernetes-int-or-string: true 10005 name: 10006 type: string 10007 required: 10008 - count 10009 - name 10010 type: object 10011 type: array 10012 version: 10013 type: string 10014 type: object 10015 path: 10016 type: string 10017 plugin: 10018 properties: 10019 env: 10020 items: 10021 properties: 10022 name: 10023 type: string 10024 value: 10025 type: string 10026 required: 10027 - name 10028 - value 10029 type: object 10030 type: array 10031 name: 10032 type: string 10033 parameters: 10034 items: 10035 properties: 10036 array: 10037 items: 10038 type: string 10039 type: array 10040 map: 10041 additionalProperties: 10042 type: string 10043 type: object 10044 name: 10045 type: string 10046 string: 10047 type: string 10048 type: object 10049 type: array 10050 type: object 10051 ref: 10052 type: string 10053 repoURL: 10054 type: string 10055 targetRevision: 10056 type: string 10057 required: 10058 - repoURL 10059 type: object 10060 sources: 10061 items: 10062 properties: 10063 chart: 10064 type: string 10065 directory: 10066 properties: 10067 exclude: 10068 type: string 10069 include: 10070 type: string 10071 jsonnet: 10072 properties: 10073 extVars: 10074 items: 10075 properties: 10076 code: 10077 type: boolean 10078 name: 10079 type: string 10080 value: 10081 type: string 10082 required: 10083 - name 10084 - value 10085 type: object 10086 type: array 10087 libs: 10088 items: 10089 type: string 10090 type: array 10091 tlas: 10092 items: 10093 properties: 10094 code: 10095 type: boolean 10096 name: 10097 type: string 10098 value: 10099 type: string 10100 required: 10101 - name 10102 - value 10103 type: object 10104 type: array 10105 type: object 10106 recurse: 10107 type: boolean 10108 type: object 10109 helm: 10110 properties: 10111 fileParameters: 10112 items: 10113 properties: 10114 name: 10115 type: string 10116 path: 10117 type: string 10118 type: object 10119 type: array 10120 ignoreMissingValueFiles: 10121 type: boolean 10122 parameters: 10123 items: 10124 properties: 10125 forceString: 10126 type: boolean 10127 name: 10128 type: string 10129 value: 10130 type: string 10131 type: object 10132 type: array 10133 passCredentials: 10134 type: boolean 10135 releaseName: 10136 type: string 10137 skipCrds: 10138 type: boolean 10139 valueFiles: 10140 items: 10141 type: string 10142 type: array 10143 values: 10144 type: string 10145 valuesObject: 10146 type: object 10147 x-kubernetes-preserve-unknown-fields: true 10148 version: 10149 type: string 10150 type: object 10151 kustomize: 10152 properties: 10153 commonAnnotations: 10154 additionalProperties: 10155 type: string 10156 type: object 10157 commonAnnotationsEnvsubst: 10158 type: boolean 10159 commonLabels: 10160 additionalProperties: 10161 type: string 10162 type: object 10163 components: 10164 items: 10165 type: string 10166 type: array 10167 forceCommonAnnotations: 10168 type: boolean 10169 forceCommonLabels: 10170 type: boolean 10171 images: 10172 items: 10173 type: string 10174 type: array 10175 namePrefix: 10176 type: string 10177 nameSuffix: 10178 type: string 10179 namespace: 10180 type: string 10181 patches: 10182 items: 10183 properties: 10184 options: 10185 additionalProperties: 10186 type: boolean 10187 type: object 10188 patch: 10189 type: string 10190 path: 10191 type: string 10192 target: 10193 properties: 10194 annotationSelector: 10195 type: string 10196 group: 10197 type: string 10198 kind: 10199 type: string 10200 labelSelector: 10201 type: string 10202 name: 10203 type: string 10204 namespace: 10205 type: string 10206 version: 10207 type: string 10208 type: object 10209 type: object 10210 type: array 10211 replicas: 10212 items: 10213 properties: 10214 count: 10215 anyOf: 10216 - type: integer 10217 - type: string 10218 x-kubernetes-int-or-string: true 10219 name: 10220 type: string 10221 required: 10222 - count 10223 - name 10224 type: object 10225 type: array 10226 version: 10227 type: string 10228 type: object 10229 path: 10230 type: string 10231 plugin: 10232 properties: 10233 env: 10234 items: 10235 properties: 10236 name: 10237 type: string 10238 value: 10239 type: string 10240 required: 10241 - name 10242 - value 10243 type: object 10244 type: array 10245 name: 10246 type: string 10247 parameters: 10248 items: 10249 properties: 10250 array: 10251 items: 10252 type: string 10253 type: array 10254 map: 10255 additionalProperties: 10256 type: string 10257 type: object 10258 name: 10259 type: string 10260 string: 10261 type: string 10262 type: object 10263 type: array 10264 type: object 10265 ref: 10266 type: string 10267 repoURL: 10268 type: string 10269 targetRevision: 10270 type: string 10271 required: 10272 - repoURL 10273 type: object 10274 type: array 10275 syncPolicy: 10276 properties: 10277 automated: 10278 properties: 10279 allowEmpty: 10280 type: boolean 10281 prune: 10282 type: boolean 10283 selfHeal: 10284 type: boolean 10285 type: object 10286 managedNamespaceMetadata: 10287 properties: 10288 annotations: 10289 additionalProperties: 10290 type: string 10291 type: object 10292 labels: 10293 additionalProperties: 10294 type: string 10295 type: object 10296 type: object 10297 retry: 10298 properties: 10299 backoff: 10300 properties: 10301 duration: 10302 type: string 10303 factor: 10304 format: int64 10305 type: integer 10306 maxDuration: 10307 type: string 10308 type: object 10309 limit: 10310 format: int64 10311 type: integer 10312 type: object 10313 syncOptions: 10314 items: 10315 type: string 10316 type: array 10317 type: object 10318 required: 10319 - destination 10320 - project 10321 type: object 10322 required: 10323 - metadata 10324 - spec 10325 type: object 10326 values: 10327 additionalProperties: 10328 type: string 10329 type: object 10330 required: 10331 - configMapRef 10332 type: object 10333 pullRequest: 10334 properties: 10335 azuredevops: 10336 properties: 10337 api: 10338 type: string 10339 labels: 10340 items: 10341 type: string 10342 type: array 10343 organization: 10344 type: string 10345 project: 10346 type: string 10347 repo: 10348 type: string 10349 tokenRef: 10350 properties: 10351 key: 10352 type: string 10353 secretName: 10354 type: string 10355 required: 10356 - key 10357 - secretName 10358 type: object 10359 required: 10360 - organization 10361 - project 10362 - repo 10363 type: object 10364 bitbucket: 10365 properties: 10366 api: 10367 type: string 10368 basicAuth: 10369 properties: 10370 passwordRef: 10371 properties: 10372 key: 10373 type: string 10374 secretName: 10375 type: string 10376 required: 10377 - key 10378 - secretName 10379 type: object 10380 username: 10381 type: string 10382 required: 10383 - passwordRef 10384 - username 10385 type: object 10386 bearerToken: 10387 properties: 10388 tokenRef: 10389 properties: 10390 key: 10391 type: string 10392 secretName: 10393 type: string 10394 required: 10395 - key 10396 - secretName 10397 type: object 10398 required: 10399 - tokenRef 10400 type: object 10401 owner: 10402 type: string 10403 repo: 10404 type: string 10405 required: 10406 - owner 10407 - repo 10408 type: object 10409 bitbucketServer: 10410 properties: 10411 api: 10412 type: string 10413 basicAuth: 10414 properties: 10415 passwordRef: 10416 properties: 10417 key: 10418 type: string 10419 secretName: 10420 type: string 10421 required: 10422 - key 10423 - secretName 10424 type: object 10425 username: 10426 type: string 10427 required: 10428 - passwordRef 10429 - username 10430 type: object 10431 project: 10432 type: string 10433 repo: 10434 type: string 10435 required: 10436 - api 10437 - project 10438 - repo 10439 type: object 10440 filters: 10441 items: 10442 properties: 10443 branchMatch: 10444 type: string 10445 targetBranchMatch: 10446 type: string 10447 type: object 10448 type: array 10449 gitea: 10450 properties: 10451 api: 10452 type: string 10453 insecure: 10454 type: boolean 10455 owner: 10456 type: string 10457 repo: 10458 type: string 10459 tokenRef: 10460 properties: 10461 key: 10462 type: string 10463 secretName: 10464 type: string 10465 required: 10466 - key 10467 - secretName 10468 type: object 10469 required: 10470 - api 10471 - owner 10472 - repo 10473 type: object 10474 github: 10475 properties: 10476 api: 10477 type: string 10478 appSecretName: 10479 type: string 10480 labels: 10481 items: 10482 type: string 10483 type: array 10484 owner: 10485 type: string 10486 repo: 10487 type: string 10488 tokenRef: 10489 properties: 10490 key: 10491 type: string 10492 secretName: 10493 type: string 10494 required: 10495 - key 10496 - secretName 10497 type: object 10498 required: 10499 - owner 10500 - repo 10501 type: object 10502 gitlab: 10503 properties: 10504 api: 10505 type: string 10506 insecure: 10507 type: boolean 10508 labels: 10509 items: 10510 type: string 10511 type: array 10512 project: 10513 type: string 10514 pullRequestState: 10515 type: string 10516 tokenRef: 10517 properties: 10518 key: 10519 type: string 10520 secretName: 10521 type: string 10522 required: 10523 - key 10524 - secretName 10525 type: object 10526 required: 10527 - project 10528 type: object 10529 requeueAfterSeconds: 10530 format: int64 10531 type: integer 10532 template: 10533 properties: 10534 metadata: 10535 properties: 10536 annotations: 10537 additionalProperties: 10538 type: string 10539 type: object 10540 finalizers: 10541 items: 10542 type: string 10543 type: array 10544 labels: 10545 additionalProperties: 10546 type: string 10547 type: object 10548 name: 10549 type: string 10550 namespace: 10551 type: string 10552 type: object 10553 spec: 10554 properties: 10555 destination: 10556 properties: 10557 name: 10558 type: string 10559 namespace: 10560 type: string 10561 server: 10562 type: string 10563 type: object 10564 ignoreDifferences: 10565 items: 10566 properties: 10567 group: 10568 type: string 10569 jqPathExpressions: 10570 items: 10571 type: string 10572 type: array 10573 jsonPointers: 10574 items: 10575 type: string 10576 type: array 10577 kind: 10578 type: string 10579 managedFieldsManagers: 10580 items: 10581 type: string 10582 type: array 10583 name: 10584 type: string 10585 namespace: 10586 type: string 10587 required: 10588 - kind 10589 type: object 10590 type: array 10591 info: 10592 items: 10593 properties: 10594 name: 10595 type: string 10596 value: 10597 type: string 10598 required: 10599 - name 10600 - value 10601 type: object 10602 type: array 10603 project: 10604 type: string 10605 revisionHistoryLimit: 10606 format: int64 10607 type: integer 10608 source: 10609 properties: 10610 chart: 10611 type: string 10612 directory: 10613 properties: 10614 exclude: 10615 type: string 10616 include: 10617 type: string 10618 jsonnet: 10619 properties: 10620 extVars: 10621 items: 10622 properties: 10623 code: 10624 type: boolean 10625 name: 10626 type: string 10627 value: 10628 type: string 10629 required: 10630 - name 10631 - value 10632 type: object 10633 type: array 10634 libs: 10635 items: 10636 type: string 10637 type: array 10638 tlas: 10639 items: 10640 properties: 10641 code: 10642 type: boolean 10643 name: 10644 type: string 10645 value: 10646 type: string 10647 required: 10648 - name 10649 - value 10650 type: object 10651 type: array 10652 type: object 10653 recurse: 10654 type: boolean 10655 type: object 10656 helm: 10657 properties: 10658 fileParameters: 10659 items: 10660 properties: 10661 name: 10662 type: string 10663 path: 10664 type: string 10665 type: object 10666 type: array 10667 ignoreMissingValueFiles: 10668 type: boolean 10669 parameters: 10670 items: 10671 properties: 10672 forceString: 10673 type: boolean 10674 name: 10675 type: string 10676 value: 10677 type: string 10678 type: object 10679 type: array 10680 passCredentials: 10681 type: boolean 10682 releaseName: 10683 type: string 10684 skipCrds: 10685 type: boolean 10686 valueFiles: 10687 items: 10688 type: string 10689 type: array 10690 values: 10691 type: string 10692 valuesObject: 10693 type: object 10694 x-kubernetes-preserve-unknown-fields: true 10695 version: 10696 type: string 10697 type: object 10698 kustomize: 10699 properties: 10700 commonAnnotations: 10701 additionalProperties: 10702 type: string 10703 type: object 10704 commonAnnotationsEnvsubst: 10705 type: boolean 10706 commonLabels: 10707 additionalProperties: 10708 type: string 10709 type: object 10710 components: 10711 items: 10712 type: string 10713 type: array 10714 forceCommonAnnotations: 10715 type: boolean 10716 forceCommonLabels: 10717 type: boolean 10718 images: 10719 items: 10720 type: string 10721 type: array 10722 namePrefix: 10723 type: string 10724 nameSuffix: 10725 type: string 10726 namespace: 10727 type: string 10728 patches: 10729 items: 10730 properties: 10731 options: 10732 additionalProperties: 10733 type: boolean 10734 type: object 10735 patch: 10736 type: string 10737 path: 10738 type: string 10739 target: 10740 properties: 10741 annotationSelector: 10742 type: string 10743 group: 10744 type: string 10745 kind: 10746 type: string 10747 labelSelector: 10748 type: string 10749 name: 10750 type: string 10751 namespace: 10752 type: string 10753 version: 10754 type: string 10755 type: object 10756 type: object 10757 type: array 10758 replicas: 10759 items: 10760 properties: 10761 count: 10762 anyOf: 10763 - type: integer 10764 - type: string 10765 x-kubernetes-int-or-string: true 10766 name: 10767 type: string 10768 required: 10769 - count 10770 - name 10771 type: object 10772 type: array 10773 version: 10774 type: string 10775 type: object 10776 path: 10777 type: string 10778 plugin: 10779 properties: 10780 env: 10781 items: 10782 properties: 10783 name: 10784 type: string 10785 value: 10786 type: string 10787 required: 10788 - name 10789 - value 10790 type: object 10791 type: array 10792 name: 10793 type: string 10794 parameters: 10795 items: 10796 properties: 10797 array: 10798 items: 10799 type: string 10800 type: array 10801 map: 10802 additionalProperties: 10803 type: string 10804 type: object 10805 name: 10806 type: string 10807 string: 10808 type: string 10809 type: object 10810 type: array 10811 type: object 10812 ref: 10813 type: string 10814 repoURL: 10815 type: string 10816 targetRevision: 10817 type: string 10818 required: 10819 - repoURL 10820 type: object 10821 sources: 10822 items: 10823 properties: 10824 chart: 10825 type: string 10826 directory: 10827 properties: 10828 exclude: 10829 type: string 10830 include: 10831 type: string 10832 jsonnet: 10833 properties: 10834 extVars: 10835 items: 10836 properties: 10837 code: 10838 type: boolean 10839 name: 10840 type: string 10841 value: 10842 type: string 10843 required: 10844 - name 10845 - value 10846 type: object 10847 type: array 10848 libs: 10849 items: 10850 type: string 10851 type: array 10852 tlas: 10853 items: 10854 properties: 10855 code: 10856 type: boolean 10857 name: 10858 type: string 10859 value: 10860 type: string 10861 required: 10862 - name 10863 - value 10864 type: object 10865 type: array 10866 type: object 10867 recurse: 10868 type: boolean 10869 type: object 10870 helm: 10871 properties: 10872 fileParameters: 10873 items: 10874 properties: 10875 name: 10876 type: string 10877 path: 10878 type: string 10879 type: object 10880 type: array 10881 ignoreMissingValueFiles: 10882 type: boolean 10883 parameters: 10884 items: 10885 properties: 10886 forceString: 10887 type: boolean 10888 name: 10889 type: string 10890 value: 10891 type: string 10892 type: object 10893 type: array 10894 passCredentials: 10895 type: boolean 10896 releaseName: 10897 type: string 10898 skipCrds: 10899 type: boolean 10900 valueFiles: 10901 items: 10902 type: string 10903 type: array 10904 values: 10905 type: string 10906 valuesObject: 10907 type: object 10908 x-kubernetes-preserve-unknown-fields: true 10909 version: 10910 type: string 10911 type: object 10912 kustomize: 10913 properties: 10914 commonAnnotations: 10915 additionalProperties: 10916 type: string 10917 type: object 10918 commonAnnotationsEnvsubst: 10919 type: boolean 10920 commonLabels: 10921 additionalProperties: 10922 type: string 10923 type: object 10924 components: 10925 items: 10926 type: string 10927 type: array 10928 forceCommonAnnotations: 10929 type: boolean 10930 forceCommonLabels: 10931 type: boolean 10932 images: 10933 items: 10934 type: string 10935 type: array 10936 namePrefix: 10937 type: string 10938 nameSuffix: 10939 type: string 10940 namespace: 10941 type: string 10942 patches: 10943 items: 10944 properties: 10945 options: 10946 additionalProperties: 10947 type: boolean 10948 type: object 10949 patch: 10950 type: string 10951 path: 10952 type: string 10953 target: 10954 properties: 10955 annotationSelector: 10956 type: string 10957 group: 10958 type: string 10959 kind: 10960 type: string 10961 labelSelector: 10962 type: string 10963 name: 10964 type: string 10965 namespace: 10966 type: string 10967 version: 10968 type: string 10969 type: object 10970 type: object 10971 type: array 10972 replicas: 10973 items: 10974 properties: 10975 count: 10976 anyOf: 10977 - type: integer 10978 - type: string 10979 x-kubernetes-int-or-string: true 10980 name: 10981 type: string 10982 required: 10983 - count 10984 - name 10985 type: object 10986 type: array 10987 version: 10988 type: string 10989 type: object 10990 path: 10991 type: string 10992 plugin: 10993 properties: 10994 env: 10995 items: 10996 properties: 10997 name: 10998 type: string 10999 value: 11000 type: string 11001 required: 11002 - name 11003 - value 11004 type: object 11005 type: array 11006 name: 11007 type: string 11008 parameters: 11009 items: 11010 properties: 11011 array: 11012 items: 11013 type: string 11014 type: array 11015 map: 11016 additionalProperties: 11017 type: string 11018 type: object 11019 name: 11020 type: string 11021 string: 11022 type: string 11023 type: object 11024 type: array 11025 type: object 11026 ref: 11027 type: string 11028 repoURL: 11029 type: string 11030 targetRevision: 11031 type: string 11032 required: 11033 - repoURL 11034 type: object 11035 type: array 11036 syncPolicy: 11037 properties: 11038 automated: 11039 properties: 11040 allowEmpty: 11041 type: boolean 11042 prune: 11043 type: boolean 11044 selfHeal: 11045 type: boolean 11046 type: object 11047 managedNamespaceMetadata: 11048 properties: 11049 annotations: 11050 additionalProperties: 11051 type: string 11052 type: object 11053 labels: 11054 additionalProperties: 11055 type: string 11056 type: object 11057 type: object 11058 retry: 11059 properties: 11060 backoff: 11061 properties: 11062 duration: 11063 type: string 11064 factor: 11065 format: int64 11066 type: integer 11067 maxDuration: 11068 type: string 11069 type: object 11070 limit: 11071 format: int64 11072 type: integer 11073 type: object 11074 syncOptions: 11075 items: 11076 type: string 11077 type: array 11078 type: object 11079 required: 11080 - destination 11081 - project 11082 type: object 11083 required: 11084 - metadata 11085 - spec 11086 type: object 11087 type: object 11088 scmProvider: 11089 properties: 11090 awsCodeCommit: 11091 properties: 11092 allBranches: 11093 type: boolean 11094 region: 11095 type: string 11096 role: 11097 type: string 11098 tagFilters: 11099 items: 11100 properties: 11101 key: 11102 type: string 11103 value: 11104 type: string 11105 required: 11106 - key 11107 type: object 11108 type: array 11109 type: object 11110 azureDevOps: 11111 properties: 11112 accessTokenRef: 11113 properties: 11114 key: 11115 type: string 11116 secretName: 11117 type: string 11118 required: 11119 - key 11120 - secretName 11121 type: object 11122 allBranches: 11123 type: boolean 11124 api: 11125 type: string 11126 organization: 11127 type: string 11128 teamProject: 11129 type: string 11130 required: 11131 - accessTokenRef 11132 - organization 11133 - teamProject 11134 type: object 11135 bitbucket: 11136 properties: 11137 allBranches: 11138 type: boolean 11139 appPasswordRef: 11140 properties: 11141 key: 11142 type: string 11143 secretName: 11144 type: string 11145 required: 11146 - key 11147 - secretName 11148 type: object 11149 owner: 11150 type: string 11151 user: 11152 type: string 11153 required: 11154 - appPasswordRef 11155 - owner 11156 - user 11157 type: object 11158 bitbucketServer: 11159 properties: 11160 allBranches: 11161 type: boolean 11162 api: 11163 type: string 11164 basicAuth: 11165 properties: 11166 passwordRef: 11167 properties: 11168 key: 11169 type: string 11170 secretName: 11171 type: string 11172 required: 11173 - key 11174 - secretName 11175 type: object 11176 username: 11177 type: string 11178 required: 11179 - passwordRef 11180 - username 11181 type: object 11182 project: 11183 type: string 11184 required: 11185 - api 11186 - project 11187 type: object 11188 cloneProtocol: 11189 type: string 11190 filters: 11191 items: 11192 properties: 11193 branchMatch: 11194 type: string 11195 labelMatch: 11196 type: string 11197 pathsDoNotExist: 11198 items: 11199 type: string 11200 type: array 11201 pathsExist: 11202 items: 11203 type: string 11204 type: array 11205 repositoryMatch: 11206 type: string 11207 type: object 11208 type: array 11209 gitea: 11210 properties: 11211 allBranches: 11212 type: boolean 11213 api: 11214 type: string 11215 insecure: 11216 type: boolean 11217 owner: 11218 type: string 11219 tokenRef: 11220 properties: 11221 key: 11222 type: string 11223 secretName: 11224 type: string 11225 required: 11226 - key 11227 - secretName 11228 type: object 11229 required: 11230 - api 11231 - owner 11232 type: object 11233 github: 11234 properties: 11235 allBranches: 11236 type: boolean 11237 api: 11238 type: string 11239 appSecretName: 11240 type: string 11241 organization: 11242 type: string 11243 tokenRef: 11244 properties: 11245 key: 11246 type: string 11247 secretName: 11248 type: string 11249 required: 11250 - key 11251 - secretName 11252 type: object 11253 required: 11254 - organization 11255 type: object 11256 gitlab: 11257 properties: 11258 allBranches: 11259 type: boolean 11260 api: 11261 type: string 11262 group: 11263 type: string 11264 includeSharedProjects: 11265 type: boolean 11266 includeSubgroups: 11267 type: boolean 11268 insecure: 11269 type: boolean 11270 tokenRef: 11271 properties: 11272 key: 11273 type: string 11274 secretName: 11275 type: string 11276 required: 11277 - key 11278 - secretName 11279 type: object 11280 topic: 11281 type: string 11282 required: 11283 - group 11284 type: object 11285 requeueAfterSeconds: 11286 format: int64 11287 type: integer 11288 template: 11289 properties: 11290 metadata: 11291 properties: 11292 annotations: 11293 additionalProperties: 11294 type: string 11295 type: object 11296 finalizers: 11297 items: 11298 type: string 11299 type: array 11300 labels: 11301 additionalProperties: 11302 type: string 11303 type: object 11304 name: 11305 type: string 11306 namespace: 11307 type: string 11308 type: object 11309 spec: 11310 properties: 11311 destination: 11312 properties: 11313 name: 11314 type: string 11315 namespace: 11316 type: string 11317 server: 11318 type: string 11319 type: object 11320 ignoreDifferences: 11321 items: 11322 properties: 11323 group: 11324 type: string 11325 jqPathExpressions: 11326 items: 11327 type: string 11328 type: array 11329 jsonPointers: 11330 items: 11331 type: string 11332 type: array 11333 kind: 11334 type: string 11335 managedFieldsManagers: 11336 items: 11337 type: string 11338 type: array 11339 name: 11340 type: string 11341 namespace: 11342 type: string 11343 required: 11344 - kind 11345 type: object 11346 type: array 11347 info: 11348 items: 11349 properties: 11350 name: 11351 type: string 11352 value: 11353 type: string 11354 required: 11355 - name 11356 - value 11357 type: object 11358 type: array 11359 project: 11360 type: string 11361 revisionHistoryLimit: 11362 format: int64 11363 type: integer 11364 source: 11365 properties: 11366 chart: 11367 type: string 11368 directory: 11369 properties: 11370 exclude: 11371 type: string 11372 include: 11373 type: string 11374 jsonnet: 11375 properties: 11376 extVars: 11377 items: 11378 properties: 11379 code: 11380 type: boolean 11381 name: 11382 type: string 11383 value: 11384 type: string 11385 required: 11386 - name 11387 - value 11388 type: object 11389 type: array 11390 libs: 11391 items: 11392 type: string 11393 type: array 11394 tlas: 11395 items: 11396 properties: 11397 code: 11398 type: boolean 11399 name: 11400 type: string 11401 value: 11402 type: string 11403 required: 11404 - name 11405 - value 11406 type: object 11407 type: array 11408 type: object 11409 recurse: 11410 type: boolean 11411 type: object 11412 helm: 11413 properties: 11414 fileParameters: 11415 items: 11416 properties: 11417 name: 11418 type: string 11419 path: 11420 type: string 11421 type: object 11422 type: array 11423 ignoreMissingValueFiles: 11424 type: boolean 11425 parameters: 11426 items: 11427 properties: 11428 forceString: 11429 type: boolean 11430 name: 11431 type: string 11432 value: 11433 type: string 11434 type: object 11435 type: array 11436 passCredentials: 11437 type: boolean 11438 releaseName: 11439 type: string 11440 skipCrds: 11441 type: boolean 11442 valueFiles: 11443 items: 11444 type: string 11445 type: array 11446 values: 11447 type: string 11448 valuesObject: 11449 type: object 11450 x-kubernetes-preserve-unknown-fields: true 11451 version: 11452 type: string 11453 type: object 11454 kustomize: 11455 properties: 11456 commonAnnotations: 11457 additionalProperties: 11458 type: string 11459 type: object 11460 commonAnnotationsEnvsubst: 11461 type: boolean 11462 commonLabels: 11463 additionalProperties: 11464 type: string 11465 type: object 11466 components: 11467 items: 11468 type: string 11469 type: array 11470 forceCommonAnnotations: 11471 type: boolean 11472 forceCommonLabels: 11473 type: boolean 11474 images: 11475 items: 11476 type: string 11477 type: array 11478 namePrefix: 11479 type: string 11480 nameSuffix: 11481 type: string 11482 namespace: 11483 type: string 11484 patches: 11485 items: 11486 properties: 11487 options: 11488 additionalProperties: 11489 type: boolean 11490 type: object 11491 patch: 11492 type: string 11493 path: 11494 type: string 11495 target: 11496 properties: 11497 annotationSelector: 11498 type: string 11499 group: 11500 type: string 11501 kind: 11502 type: string 11503 labelSelector: 11504 type: string 11505 name: 11506 type: string 11507 namespace: 11508 type: string 11509 version: 11510 type: string 11511 type: object 11512 type: object 11513 type: array 11514 replicas: 11515 items: 11516 properties: 11517 count: 11518 anyOf: 11519 - type: integer 11520 - type: string 11521 x-kubernetes-int-or-string: true 11522 name: 11523 type: string 11524 required: 11525 - count 11526 - name 11527 type: object 11528 type: array 11529 version: 11530 type: string 11531 type: object 11532 path: 11533 type: string 11534 plugin: 11535 properties: 11536 env: 11537 items: 11538 properties: 11539 name: 11540 type: string 11541 value: 11542 type: string 11543 required: 11544 - name 11545 - value 11546 type: object 11547 type: array 11548 name: 11549 type: string 11550 parameters: 11551 items: 11552 properties: 11553 array: 11554 items: 11555 type: string 11556 type: array 11557 map: 11558 additionalProperties: 11559 type: string 11560 type: object 11561 name: 11562 type: string 11563 string: 11564 type: string 11565 type: object 11566 type: array 11567 type: object 11568 ref: 11569 type: string 11570 repoURL: 11571 type: string 11572 targetRevision: 11573 type: string 11574 required: 11575 - repoURL 11576 type: object 11577 sources: 11578 items: 11579 properties: 11580 chart: 11581 type: string 11582 directory: 11583 properties: 11584 exclude: 11585 type: string 11586 include: 11587 type: string 11588 jsonnet: 11589 properties: 11590 extVars: 11591 items: 11592 properties: 11593 code: 11594 type: boolean 11595 name: 11596 type: string 11597 value: 11598 type: string 11599 required: 11600 - name 11601 - value 11602 type: object 11603 type: array 11604 libs: 11605 items: 11606 type: string 11607 type: array 11608 tlas: 11609 items: 11610 properties: 11611 code: 11612 type: boolean 11613 name: 11614 type: string 11615 value: 11616 type: string 11617 required: 11618 - name 11619 - value 11620 type: object 11621 type: array 11622 type: object 11623 recurse: 11624 type: boolean 11625 type: object 11626 helm: 11627 properties: 11628 fileParameters: 11629 items: 11630 properties: 11631 name: 11632 type: string 11633 path: 11634 type: string 11635 type: object 11636 type: array 11637 ignoreMissingValueFiles: 11638 type: boolean 11639 parameters: 11640 items: 11641 properties: 11642 forceString: 11643 type: boolean 11644 name: 11645 type: string 11646 value: 11647 type: string 11648 type: object 11649 type: array 11650 passCredentials: 11651 type: boolean 11652 releaseName: 11653 type: string 11654 skipCrds: 11655 type: boolean 11656 valueFiles: 11657 items: 11658 type: string 11659 type: array 11660 values: 11661 type: string 11662 valuesObject: 11663 type: object 11664 x-kubernetes-preserve-unknown-fields: true 11665 version: 11666 type: string 11667 type: object 11668 kustomize: 11669 properties: 11670 commonAnnotations: 11671 additionalProperties: 11672 type: string 11673 type: object 11674 commonAnnotationsEnvsubst: 11675 type: boolean 11676 commonLabels: 11677 additionalProperties: 11678 type: string 11679 type: object 11680 components: 11681 items: 11682 type: string 11683 type: array 11684 forceCommonAnnotations: 11685 type: boolean 11686 forceCommonLabels: 11687 type: boolean 11688 images: 11689 items: 11690 type: string 11691 type: array 11692 namePrefix: 11693 type: string 11694 nameSuffix: 11695 type: string 11696 namespace: 11697 type: string 11698 patches: 11699 items: 11700 properties: 11701 options: 11702 additionalProperties: 11703 type: boolean 11704 type: object 11705 patch: 11706 type: string 11707 path: 11708 type: string 11709 target: 11710 properties: 11711 annotationSelector: 11712 type: string 11713 group: 11714 type: string 11715 kind: 11716 type: string 11717 labelSelector: 11718 type: string 11719 name: 11720 type: string 11721 namespace: 11722 type: string 11723 version: 11724 type: string 11725 type: object 11726 type: object 11727 type: array 11728 replicas: 11729 items: 11730 properties: 11731 count: 11732 anyOf: 11733 - type: integer 11734 - type: string 11735 x-kubernetes-int-or-string: true 11736 name: 11737 type: string 11738 required: 11739 - count 11740 - name 11741 type: object 11742 type: array 11743 version: 11744 type: string 11745 type: object 11746 path: 11747 type: string 11748 plugin: 11749 properties: 11750 env: 11751 items: 11752 properties: 11753 name: 11754 type: string 11755 value: 11756 type: string 11757 required: 11758 - name 11759 - value 11760 type: object 11761 type: array 11762 name: 11763 type: string 11764 parameters: 11765 items: 11766 properties: 11767 array: 11768 items: 11769 type: string 11770 type: array 11771 map: 11772 additionalProperties: 11773 type: string 11774 type: object 11775 name: 11776 type: string 11777 string: 11778 type: string 11779 type: object 11780 type: array 11781 type: object 11782 ref: 11783 type: string 11784 repoURL: 11785 type: string 11786 targetRevision: 11787 type: string 11788 required: 11789 - repoURL 11790 type: object 11791 type: array 11792 syncPolicy: 11793 properties: 11794 automated: 11795 properties: 11796 allowEmpty: 11797 type: boolean 11798 prune: 11799 type: boolean 11800 selfHeal: 11801 type: boolean 11802 type: object 11803 managedNamespaceMetadata: 11804 properties: 11805 annotations: 11806 additionalProperties: 11807 type: string 11808 type: object 11809 labels: 11810 additionalProperties: 11811 type: string 11812 type: object 11813 type: object 11814 retry: 11815 properties: 11816 backoff: 11817 properties: 11818 duration: 11819 type: string 11820 factor: 11821 format: int64 11822 type: integer 11823 maxDuration: 11824 type: string 11825 type: object 11826 limit: 11827 format: int64 11828 type: integer 11829 type: object 11830 syncOptions: 11831 items: 11832 type: string 11833 type: array 11834 type: object 11835 required: 11836 - destination 11837 - project 11838 type: object 11839 required: 11840 - metadata 11841 - spec 11842 type: object 11843 values: 11844 additionalProperties: 11845 type: string 11846 type: object 11847 type: object 11848 selector: 11849 properties: 11850 matchExpressions: 11851 items: 11852 properties: 11853 key: 11854 type: string 11855 operator: 11856 type: string 11857 values: 11858 items: 11859 type: string 11860 type: array 11861 required: 11862 - key 11863 - operator 11864 type: object 11865 type: array 11866 matchLabels: 11867 additionalProperties: 11868 type: string 11869 type: object 11870 type: object 11871 type: object 11872 type: array 11873 mergeKeys: 11874 items: 11875 type: string 11876 type: array 11877 template: 11878 properties: 11879 metadata: 11880 properties: 11881 annotations: 11882 additionalProperties: 11883 type: string 11884 type: object 11885 finalizers: 11886 items: 11887 type: string 11888 type: array 11889 labels: 11890 additionalProperties: 11891 type: string 11892 type: object 11893 name: 11894 type: string 11895 namespace: 11896 type: string 11897 type: object 11898 spec: 11899 properties: 11900 destination: 11901 properties: 11902 name: 11903 type: string 11904 namespace: 11905 type: string 11906 server: 11907 type: string 11908 type: object 11909 ignoreDifferences: 11910 items: 11911 properties: 11912 group: 11913 type: string 11914 jqPathExpressions: 11915 items: 11916 type: string 11917 type: array 11918 jsonPointers: 11919 items: 11920 type: string 11921 type: array 11922 kind: 11923 type: string 11924 managedFieldsManagers: 11925 items: 11926 type: string 11927 type: array 11928 name: 11929 type: string 11930 namespace: 11931 type: string 11932 required: 11933 - kind 11934 type: object 11935 type: array 11936 info: 11937 items: 11938 properties: 11939 name: 11940 type: string 11941 value: 11942 type: string 11943 required: 11944 - name 11945 - value 11946 type: object 11947 type: array 11948 project: 11949 type: string 11950 revisionHistoryLimit: 11951 format: int64 11952 type: integer 11953 source: 11954 properties: 11955 chart: 11956 type: string 11957 directory: 11958 properties: 11959 exclude: 11960 type: string 11961 include: 11962 type: string 11963 jsonnet: 11964 properties: 11965 extVars: 11966 items: 11967 properties: 11968 code: 11969 type: boolean 11970 name: 11971 type: string 11972 value: 11973 type: string 11974 required: 11975 - name 11976 - value 11977 type: object 11978 type: array 11979 libs: 11980 items: 11981 type: string 11982 type: array 11983 tlas: 11984 items: 11985 properties: 11986 code: 11987 type: boolean 11988 name: 11989 type: string 11990 value: 11991 type: string 11992 required: 11993 - name 11994 - value 11995 type: object 11996 type: array 11997 type: object 11998 recurse: 11999 type: boolean 12000 type: object 12001 helm: 12002 properties: 12003 fileParameters: 12004 items: 12005 properties: 12006 name: 12007 type: string 12008 path: 12009 type: string 12010 type: object 12011 type: array 12012 ignoreMissingValueFiles: 12013 type: boolean 12014 parameters: 12015 items: 12016 properties: 12017 forceString: 12018 type: boolean 12019 name: 12020 type: string 12021 value: 12022 type: string 12023 type: object 12024 type: array 12025 passCredentials: 12026 type: boolean 12027 releaseName: 12028 type: string 12029 skipCrds: 12030 type: boolean 12031 valueFiles: 12032 items: 12033 type: string 12034 type: array 12035 values: 12036 type: string 12037 valuesObject: 12038 type: object 12039 x-kubernetes-preserve-unknown-fields: true 12040 version: 12041 type: string 12042 type: object 12043 kustomize: 12044 properties: 12045 commonAnnotations: 12046 additionalProperties: 12047 type: string 12048 type: object 12049 commonAnnotationsEnvsubst: 12050 type: boolean 12051 commonLabels: 12052 additionalProperties: 12053 type: string 12054 type: object 12055 components: 12056 items: 12057 type: string 12058 type: array 12059 forceCommonAnnotations: 12060 type: boolean 12061 forceCommonLabels: 12062 type: boolean 12063 images: 12064 items: 12065 type: string 12066 type: array 12067 namePrefix: 12068 type: string 12069 nameSuffix: 12070 type: string 12071 namespace: 12072 type: string 12073 patches: 12074 items: 12075 properties: 12076 options: 12077 additionalProperties: 12078 type: boolean 12079 type: object 12080 patch: 12081 type: string 12082 path: 12083 type: string 12084 target: 12085 properties: 12086 annotationSelector: 12087 type: string 12088 group: 12089 type: string 12090 kind: 12091 type: string 12092 labelSelector: 12093 type: string 12094 name: 12095 type: string 12096 namespace: 12097 type: string 12098 version: 12099 type: string 12100 type: object 12101 type: object 12102 type: array 12103 replicas: 12104 items: 12105 properties: 12106 count: 12107 anyOf: 12108 - type: integer 12109 - type: string 12110 x-kubernetes-int-or-string: true 12111 name: 12112 type: string 12113 required: 12114 - count 12115 - name 12116 type: object 12117 type: array 12118 version: 12119 type: string 12120 type: object 12121 path: 12122 type: string 12123 plugin: 12124 properties: 12125 env: 12126 items: 12127 properties: 12128 name: 12129 type: string 12130 value: 12131 type: string 12132 required: 12133 - name 12134 - value 12135 type: object 12136 type: array 12137 name: 12138 type: string 12139 parameters: 12140 items: 12141 properties: 12142 array: 12143 items: 12144 type: string 12145 type: array 12146 map: 12147 additionalProperties: 12148 type: string 12149 type: object 12150 name: 12151 type: string 12152 string: 12153 type: string 12154 type: object 12155 type: array 12156 type: object 12157 ref: 12158 type: string 12159 repoURL: 12160 type: string 12161 targetRevision: 12162 type: string 12163 required: 12164 - repoURL 12165 type: object 12166 sources: 12167 items: 12168 properties: 12169 chart: 12170 type: string 12171 directory: 12172 properties: 12173 exclude: 12174 type: string 12175 include: 12176 type: string 12177 jsonnet: 12178 properties: 12179 extVars: 12180 items: 12181 properties: 12182 code: 12183 type: boolean 12184 name: 12185 type: string 12186 value: 12187 type: string 12188 required: 12189 - name 12190 - value 12191 type: object 12192 type: array 12193 libs: 12194 items: 12195 type: string 12196 type: array 12197 tlas: 12198 items: 12199 properties: 12200 code: 12201 type: boolean 12202 name: 12203 type: string 12204 value: 12205 type: string 12206 required: 12207 - name 12208 - value 12209 type: object 12210 type: array 12211 type: object 12212 recurse: 12213 type: boolean 12214 type: object 12215 helm: 12216 properties: 12217 fileParameters: 12218 items: 12219 properties: 12220 name: 12221 type: string 12222 path: 12223 type: string 12224 type: object 12225 type: array 12226 ignoreMissingValueFiles: 12227 type: boolean 12228 parameters: 12229 items: 12230 properties: 12231 forceString: 12232 type: boolean 12233 name: 12234 type: string 12235 value: 12236 type: string 12237 type: object 12238 type: array 12239 passCredentials: 12240 type: boolean 12241 releaseName: 12242 type: string 12243 skipCrds: 12244 type: boolean 12245 valueFiles: 12246 items: 12247 type: string 12248 type: array 12249 values: 12250 type: string 12251 valuesObject: 12252 type: object 12253 x-kubernetes-preserve-unknown-fields: true 12254 version: 12255 type: string 12256 type: object 12257 kustomize: 12258 properties: 12259 commonAnnotations: 12260 additionalProperties: 12261 type: string 12262 type: object 12263 commonAnnotationsEnvsubst: 12264 type: boolean 12265 commonLabels: 12266 additionalProperties: 12267 type: string 12268 type: object 12269 components: 12270 items: 12271 type: string 12272 type: array 12273 forceCommonAnnotations: 12274 type: boolean 12275 forceCommonLabels: 12276 type: boolean 12277 images: 12278 items: 12279 type: string 12280 type: array 12281 namePrefix: 12282 type: string 12283 nameSuffix: 12284 type: string 12285 namespace: 12286 type: string 12287 patches: 12288 items: 12289 properties: 12290 options: 12291 additionalProperties: 12292 type: boolean 12293 type: object 12294 patch: 12295 type: string 12296 path: 12297 type: string 12298 target: 12299 properties: 12300 annotationSelector: 12301 type: string 12302 group: 12303 type: string 12304 kind: 12305 type: string 12306 labelSelector: 12307 type: string 12308 name: 12309 type: string 12310 namespace: 12311 type: string 12312 version: 12313 type: string 12314 type: object 12315 type: object 12316 type: array 12317 replicas: 12318 items: 12319 properties: 12320 count: 12321 anyOf: 12322 - type: integer 12323 - type: string 12324 x-kubernetes-int-or-string: true 12325 name: 12326 type: string 12327 required: 12328 - count 12329 - name 12330 type: object 12331 type: array 12332 version: 12333 type: string 12334 type: object 12335 path: 12336 type: string 12337 plugin: 12338 properties: 12339 env: 12340 items: 12341 properties: 12342 name: 12343 type: string 12344 value: 12345 type: string 12346 required: 12347 - name 12348 - value 12349 type: object 12350 type: array 12351 name: 12352 type: string 12353 parameters: 12354 items: 12355 properties: 12356 array: 12357 items: 12358 type: string 12359 type: array 12360 map: 12361 additionalProperties: 12362 type: string 12363 type: object 12364 name: 12365 type: string 12366 string: 12367 type: string 12368 type: object 12369 type: array 12370 type: object 12371 ref: 12372 type: string 12373 repoURL: 12374 type: string 12375 targetRevision: 12376 type: string 12377 required: 12378 - repoURL 12379 type: object 12380 type: array 12381 syncPolicy: 12382 properties: 12383 automated: 12384 properties: 12385 allowEmpty: 12386 type: boolean 12387 prune: 12388 type: boolean 12389 selfHeal: 12390 type: boolean 12391 type: object 12392 managedNamespaceMetadata: 12393 properties: 12394 annotations: 12395 additionalProperties: 12396 type: string 12397 type: object 12398 labels: 12399 additionalProperties: 12400 type: string 12401 type: object 12402 type: object 12403 retry: 12404 properties: 12405 backoff: 12406 properties: 12407 duration: 12408 type: string 12409 factor: 12410 format: int64 12411 type: integer 12412 maxDuration: 12413 type: string 12414 type: object 12415 limit: 12416 format: int64 12417 type: integer 12418 type: object 12419 syncOptions: 12420 items: 12421 type: string 12422 type: array 12423 type: object 12424 required: 12425 - destination 12426 - project 12427 type: object 12428 required: 12429 - metadata 12430 - spec 12431 type: object 12432 required: 12433 - generators 12434 - mergeKeys 12435 type: object 12436 plugin: 12437 properties: 12438 configMapRef: 12439 properties: 12440 name: 12441 type: string 12442 required: 12443 - name 12444 type: object 12445 input: 12446 properties: 12447 parameters: 12448 additionalProperties: 12449 x-kubernetes-preserve-unknown-fields: true 12450 type: object 12451 type: object 12452 requeueAfterSeconds: 12453 format: int64 12454 type: integer 12455 template: 12456 properties: 12457 metadata: 12458 properties: 12459 annotations: 12460 additionalProperties: 12461 type: string 12462 type: object 12463 finalizers: 12464 items: 12465 type: string 12466 type: array 12467 labels: 12468 additionalProperties: 12469 type: string 12470 type: object 12471 name: 12472 type: string 12473 namespace: 12474 type: string 12475 type: object 12476 spec: 12477 properties: 12478 destination: 12479 properties: 12480 name: 12481 type: string 12482 namespace: 12483 type: string 12484 server: 12485 type: string 12486 type: object 12487 ignoreDifferences: 12488 items: 12489 properties: 12490 group: 12491 type: string 12492 jqPathExpressions: 12493 items: 12494 type: string 12495 type: array 12496 jsonPointers: 12497 items: 12498 type: string 12499 type: array 12500 kind: 12501 type: string 12502 managedFieldsManagers: 12503 items: 12504 type: string 12505 type: array 12506 name: 12507 type: string 12508 namespace: 12509 type: string 12510 required: 12511 - kind 12512 type: object 12513 type: array 12514 info: 12515 items: 12516 properties: 12517 name: 12518 type: string 12519 value: 12520 type: string 12521 required: 12522 - name 12523 - value 12524 type: object 12525 type: array 12526 project: 12527 type: string 12528 revisionHistoryLimit: 12529 format: int64 12530 type: integer 12531 source: 12532 properties: 12533 chart: 12534 type: string 12535 directory: 12536 properties: 12537 exclude: 12538 type: string 12539 include: 12540 type: string 12541 jsonnet: 12542 properties: 12543 extVars: 12544 items: 12545 properties: 12546 code: 12547 type: boolean 12548 name: 12549 type: string 12550 value: 12551 type: string 12552 required: 12553 - name 12554 - value 12555 type: object 12556 type: array 12557 libs: 12558 items: 12559 type: string 12560 type: array 12561 tlas: 12562 items: 12563 properties: 12564 code: 12565 type: boolean 12566 name: 12567 type: string 12568 value: 12569 type: string 12570 required: 12571 - name 12572 - value 12573 type: object 12574 type: array 12575 type: object 12576 recurse: 12577 type: boolean 12578 type: object 12579 helm: 12580 properties: 12581 fileParameters: 12582 items: 12583 properties: 12584 name: 12585 type: string 12586 path: 12587 type: string 12588 type: object 12589 type: array 12590 ignoreMissingValueFiles: 12591 type: boolean 12592 parameters: 12593 items: 12594 properties: 12595 forceString: 12596 type: boolean 12597 name: 12598 type: string 12599 value: 12600 type: string 12601 type: object 12602 type: array 12603 passCredentials: 12604 type: boolean 12605 releaseName: 12606 type: string 12607 skipCrds: 12608 type: boolean 12609 valueFiles: 12610 items: 12611 type: string 12612 type: array 12613 values: 12614 type: string 12615 valuesObject: 12616 type: object 12617 x-kubernetes-preserve-unknown-fields: true 12618 version: 12619 type: string 12620 type: object 12621 kustomize: 12622 properties: 12623 commonAnnotations: 12624 additionalProperties: 12625 type: string 12626 type: object 12627 commonAnnotationsEnvsubst: 12628 type: boolean 12629 commonLabels: 12630 additionalProperties: 12631 type: string 12632 type: object 12633 components: 12634 items: 12635 type: string 12636 type: array 12637 forceCommonAnnotations: 12638 type: boolean 12639 forceCommonLabels: 12640 type: boolean 12641 images: 12642 items: 12643 type: string 12644 type: array 12645 namePrefix: 12646 type: string 12647 nameSuffix: 12648 type: string 12649 namespace: 12650 type: string 12651 patches: 12652 items: 12653 properties: 12654 options: 12655 additionalProperties: 12656 type: boolean 12657 type: object 12658 patch: 12659 type: string 12660 path: 12661 type: string 12662 target: 12663 properties: 12664 annotationSelector: 12665 type: string 12666 group: 12667 type: string 12668 kind: 12669 type: string 12670 labelSelector: 12671 type: string 12672 name: 12673 type: string 12674 namespace: 12675 type: string 12676 version: 12677 type: string 12678 type: object 12679 type: object 12680 type: array 12681 replicas: 12682 items: 12683 properties: 12684 count: 12685 anyOf: 12686 - type: integer 12687 - type: string 12688 x-kubernetes-int-or-string: true 12689 name: 12690 type: string 12691 required: 12692 - count 12693 - name 12694 type: object 12695 type: array 12696 version: 12697 type: string 12698 type: object 12699 path: 12700 type: string 12701 plugin: 12702 properties: 12703 env: 12704 items: 12705 properties: 12706 name: 12707 type: string 12708 value: 12709 type: string 12710 required: 12711 - name 12712 - value 12713 type: object 12714 type: array 12715 name: 12716 type: string 12717 parameters: 12718 items: 12719 properties: 12720 array: 12721 items: 12722 type: string 12723 type: array 12724 map: 12725 additionalProperties: 12726 type: string 12727 type: object 12728 name: 12729 type: string 12730 string: 12731 type: string 12732 type: object 12733 type: array 12734 type: object 12735 ref: 12736 type: string 12737 repoURL: 12738 type: string 12739 targetRevision: 12740 type: string 12741 required: 12742 - repoURL 12743 type: object 12744 sources: 12745 items: 12746 properties: 12747 chart: 12748 type: string 12749 directory: 12750 properties: 12751 exclude: 12752 type: string 12753 include: 12754 type: string 12755 jsonnet: 12756 properties: 12757 extVars: 12758 items: 12759 properties: 12760 code: 12761 type: boolean 12762 name: 12763 type: string 12764 value: 12765 type: string 12766 required: 12767 - name 12768 - value 12769 type: object 12770 type: array 12771 libs: 12772 items: 12773 type: string 12774 type: array 12775 tlas: 12776 items: 12777 properties: 12778 code: 12779 type: boolean 12780 name: 12781 type: string 12782 value: 12783 type: string 12784 required: 12785 - name 12786 - value 12787 type: object 12788 type: array 12789 type: object 12790 recurse: 12791 type: boolean 12792 type: object 12793 helm: 12794 properties: 12795 fileParameters: 12796 items: 12797 properties: 12798 name: 12799 type: string 12800 path: 12801 type: string 12802 type: object 12803 type: array 12804 ignoreMissingValueFiles: 12805 type: boolean 12806 parameters: 12807 items: 12808 properties: 12809 forceString: 12810 type: boolean 12811 name: 12812 type: string 12813 value: 12814 type: string 12815 type: object 12816 type: array 12817 passCredentials: 12818 type: boolean 12819 releaseName: 12820 type: string 12821 skipCrds: 12822 type: boolean 12823 valueFiles: 12824 items: 12825 type: string 12826 type: array 12827 values: 12828 type: string 12829 valuesObject: 12830 type: object 12831 x-kubernetes-preserve-unknown-fields: true 12832 version: 12833 type: string 12834 type: object 12835 kustomize: 12836 properties: 12837 commonAnnotations: 12838 additionalProperties: 12839 type: string 12840 type: object 12841 commonAnnotationsEnvsubst: 12842 type: boolean 12843 commonLabels: 12844 additionalProperties: 12845 type: string 12846 type: object 12847 components: 12848 items: 12849 type: string 12850 type: array 12851 forceCommonAnnotations: 12852 type: boolean 12853 forceCommonLabels: 12854 type: boolean 12855 images: 12856 items: 12857 type: string 12858 type: array 12859 namePrefix: 12860 type: string 12861 nameSuffix: 12862 type: string 12863 namespace: 12864 type: string 12865 patches: 12866 items: 12867 properties: 12868 options: 12869 additionalProperties: 12870 type: boolean 12871 type: object 12872 patch: 12873 type: string 12874 path: 12875 type: string 12876 target: 12877 properties: 12878 annotationSelector: 12879 type: string 12880 group: 12881 type: string 12882 kind: 12883 type: string 12884 labelSelector: 12885 type: string 12886 name: 12887 type: string 12888 namespace: 12889 type: string 12890 version: 12891 type: string 12892 type: object 12893 type: object 12894 type: array 12895 replicas: 12896 items: 12897 properties: 12898 count: 12899 anyOf: 12900 - type: integer 12901 - type: string 12902 x-kubernetes-int-or-string: true 12903 name: 12904 type: string 12905 required: 12906 - count 12907 - name 12908 type: object 12909 type: array 12910 version: 12911 type: string 12912 type: object 12913 path: 12914 type: string 12915 plugin: 12916 properties: 12917 env: 12918 items: 12919 properties: 12920 name: 12921 type: string 12922 value: 12923 type: string 12924 required: 12925 - name 12926 - value 12927 type: object 12928 type: array 12929 name: 12930 type: string 12931 parameters: 12932 items: 12933 properties: 12934 array: 12935 items: 12936 type: string 12937 type: array 12938 map: 12939 additionalProperties: 12940 type: string 12941 type: object 12942 name: 12943 type: string 12944 string: 12945 type: string 12946 type: object 12947 type: array 12948 type: object 12949 ref: 12950 type: string 12951 repoURL: 12952 type: string 12953 targetRevision: 12954 type: string 12955 required: 12956 - repoURL 12957 type: object 12958 type: array 12959 syncPolicy: 12960 properties: 12961 automated: 12962 properties: 12963 allowEmpty: 12964 type: boolean 12965 prune: 12966 type: boolean 12967 selfHeal: 12968 type: boolean 12969 type: object 12970 managedNamespaceMetadata: 12971 properties: 12972 annotations: 12973 additionalProperties: 12974 type: string 12975 type: object 12976 labels: 12977 additionalProperties: 12978 type: string 12979 type: object 12980 type: object 12981 retry: 12982 properties: 12983 backoff: 12984 properties: 12985 duration: 12986 type: string 12987 factor: 12988 format: int64 12989 type: integer 12990 maxDuration: 12991 type: string 12992 type: object 12993 limit: 12994 format: int64 12995 type: integer 12996 type: object 12997 syncOptions: 12998 items: 12999 type: string 13000 type: array 13001 type: object 13002 required: 13003 - destination 13004 - project 13005 type: object 13006 required: 13007 - metadata 13008 - spec 13009 type: object 13010 values: 13011 additionalProperties: 13012 type: string 13013 type: object 13014 required: 13015 - configMapRef 13016 type: object 13017 pullRequest: 13018 properties: 13019 azuredevops: 13020 properties: 13021 api: 13022 type: string 13023 labels: 13024 items: 13025 type: string 13026 type: array 13027 organization: 13028 type: string 13029 project: 13030 type: string 13031 repo: 13032 type: string 13033 tokenRef: 13034 properties: 13035 key: 13036 type: string 13037 secretName: 13038 type: string 13039 required: 13040 - key 13041 - secretName 13042 type: object 13043 required: 13044 - organization 13045 - project 13046 - repo 13047 type: object 13048 bitbucket: 13049 properties: 13050 api: 13051 type: string 13052 basicAuth: 13053 properties: 13054 passwordRef: 13055 properties: 13056 key: 13057 type: string 13058 secretName: 13059 type: string 13060 required: 13061 - key 13062 - secretName 13063 type: object 13064 username: 13065 type: string 13066 required: 13067 - passwordRef 13068 - username 13069 type: object 13070 bearerToken: 13071 properties: 13072 tokenRef: 13073 properties: 13074 key: 13075 type: string 13076 secretName: 13077 type: string 13078 required: 13079 - key 13080 - secretName 13081 type: object 13082 required: 13083 - tokenRef 13084 type: object 13085 owner: 13086 type: string 13087 repo: 13088 type: string 13089 required: 13090 - owner 13091 - repo 13092 type: object 13093 bitbucketServer: 13094 properties: 13095 api: 13096 type: string 13097 basicAuth: 13098 properties: 13099 passwordRef: 13100 properties: 13101 key: 13102 type: string 13103 secretName: 13104 type: string 13105 required: 13106 - key 13107 - secretName 13108 type: object 13109 username: 13110 type: string 13111 required: 13112 - passwordRef 13113 - username 13114 type: object 13115 project: 13116 type: string 13117 repo: 13118 type: string 13119 required: 13120 - api 13121 - project 13122 - repo 13123 type: object 13124 filters: 13125 items: 13126 properties: 13127 branchMatch: 13128 type: string 13129 targetBranchMatch: 13130 type: string 13131 type: object 13132 type: array 13133 gitea: 13134 properties: 13135 api: 13136 type: string 13137 insecure: 13138 type: boolean 13139 owner: 13140 type: string 13141 repo: 13142 type: string 13143 tokenRef: 13144 properties: 13145 key: 13146 type: string 13147 secretName: 13148 type: string 13149 required: 13150 - key 13151 - secretName 13152 type: object 13153 required: 13154 - api 13155 - owner 13156 - repo 13157 type: object 13158 github: 13159 properties: 13160 api: 13161 type: string 13162 appSecretName: 13163 type: string 13164 labels: 13165 items: 13166 type: string 13167 type: array 13168 owner: 13169 type: string 13170 repo: 13171 type: string 13172 tokenRef: 13173 properties: 13174 key: 13175 type: string 13176 secretName: 13177 type: string 13178 required: 13179 - key 13180 - secretName 13181 type: object 13182 required: 13183 - owner 13184 - repo 13185 type: object 13186 gitlab: 13187 properties: 13188 api: 13189 type: string 13190 insecure: 13191 type: boolean 13192 labels: 13193 items: 13194 type: string 13195 type: array 13196 project: 13197 type: string 13198 pullRequestState: 13199 type: string 13200 tokenRef: 13201 properties: 13202 key: 13203 type: string 13204 secretName: 13205 type: string 13206 required: 13207 - key 13208 - secretName 13209 type: object 13210 required: 13211 - project 13212 type: object 13213 requeueAfterSeconds: 13214 format: int64 13215 type: integer 13216 template: 13217 properties: 13218 metadata: 13219 properties: 13220 annotations: 13221 additionalProperties: 13222 type: string 13223 type: object 13224 finalizers: 13225 items: 13226 type: string 13227 type: array 13228 labels: 13229 additionalProperties: 13230 type: string 13231 type: object 13232 name: 13233 type: string 13234 namespace: 13235 type: string 13236 type: object 13237 spec: 13238 properties: 13239 destination: 13240 properties: 13241 name: 13242 type: string 13243 namespace: 13244 type: string 13245 server: 13246 type: string 13247 type: object 13248 ignoreDifferences: 13249 items: 13250 properties: 13251 group: 13252 type: string 13253 jqPathExpressions: 13254 items: 13255 type: string 13256 type: array 13257 jsonPointers: 13258 items: 13259 type: string 13260 type: array 13261 kind: 13262 type: string 13263 managedFieldsManagers: 13264 items: 13265 type: string 13266 type: array 13267 name: 13268 type: string 13269 namespace: 13270 type: string 13271 required: 13272 - kind 13273 type: object 13274 type: array 13275 info: 13276 items: 13277 properties: 13278 name: 13279 type: string 13280 value: 13281 type: string 13282 required: 13283 - name 13284 - value 13285 type: object 13286 type: array 13287 project: 13288 type: string 13289 revisionHistoryLimit: 13290 format: int64 13291 type: integer 13292 source: 13293 properties: 13294 chart: 13295 type: string 13296 directory: 13297 properties: 13298 exclude: 13299 type: string 13300 include: 13301 type: string 13302 jsonnet: 13303 properties: 13304 extVars: 13305 items: 13306 properties: 13307 code: 13308 type: boolean 13309 name: 13310 type: string 13311 value: 13312 type: string 13313 required: 13314 - name 13315 - value 13316 type: object 13317 type: array 13318 libs: 13319 items: 13320 type: string 13321 type: array 13322 tlas: 13323 items: 13324 properties: 13325 code: 13326 type: boolean 13327 name: 13328 type: string 13329 value: 13330 type: string 13331 required: 13332 - name 13333 - value 13334 type: object 13335 type: array 13336 type: object 13337 recurse: 13338 type: boolean 13339 type: object 13340 helm: 13341 properties: 13342 fileParameters: 13343 items: 13344 properties: 13345 name: 13346 type: string 13347 path: 13348 type: string 13349 type: object 13350 type: array 13351 ignoreMissingValueFiles: 13352 type: boolean 13353 parameters: 13354 items: 13355 properties: 13356 forceString: 13357 type: boolean 13358 name: 13359 type: string 13360 value: 13361 type: string 13362 type: object 13363 type: array 13364 passCredentials: 13365 type: boolean 13366 releaseName: 13367 type: string 13368 skipCrds: 13369 type: boolean 13370 valueFiles: 13371 items: 13372 type: string 13373 type: array 13374 values: 13375 type: string 13376 valuesObject: 13377 type: object 13378 x-kubernetes-preserve-unknown-fields: true 13379 version: 13380 type: string 13381 type: object 13382 kustomize: 13383 properties: 13384 commonAnnotations: 13385 additionalProperties: 13386 type: string 13387 type: object 13388 commonAnnotationsEnvsubst: 13389 type: boolean 13390 commonLabels: 13391 additionalProperties: 13392 type: string 13393 type: object 13394 components: 13395 items: 13396 type: string 13397 type: array 13398 forceCommonAnnotations: 13399 type: boolean 13400 forceCommonLabels: 13401 type: boolean 13402 images: 13403 items: 13404 type: string 13405 type: array 13406 namePrefix: 13407 type: string 13408 nameSuffix: 13409 type: string 13410 namespace: 13411 type: string 13412 patches: 13413 items: 13414 properties: 13415 options: 13416 additionalProperties: 13417 type: boolean 13418 type: object 13419 patch: 13420 type: string 13421 path: 13422 type: string 13423 target: 13424 properties: 13425 annotationSelector: 13426 type: string 13427 group: 13428 type: string 13429 kind: 13430 type: string 13431 labelSelector: 13432 type: string 13433 name: 13434 type: string 13435 namespace: 13436 type: string 13437 version: 13438 type: string 13439 type: object 13440 type: object 13441 type: array 13442 replicas: 13443 items: 13444 properties: 13445 count: 13446 anyOf: 13447 - type: integer 13448 - type: string 13449 x-kubernetes-int-or-string: true 13450 name: 13451 type: string 13452 required: 13453 - count 13454 - name 13455 type: object 13456 type: array 13457 version: 13458 type: string 13459 type: object 13460 path: 13461 type: string 13462 plugin: 13463 properties: 13464 env: 13465 items: 13466 properties: 13467 name: 13468 type: string 13469 value: 13470 type: string 13471 required: 13472 - name 13473 - value 13474 type: object 13475 type: array 13476 name: 13477 type: string 13478 parameters: 13479 items: 13480 properties: 13481 array: 13482 items: 13483 type: string 13484 type: array 13485 map: 13486 additionalProperties: 13487 type: string 13488 type: object 13489 name: 13490 type: string 13491 string: 13492 type: string 13493 type: object 13494 type: array 13495 type: object 13496 ref: 13497 type: string 13498 repoURL: 13499 type: string 13500 targetRevision: 13501 type: string 13502 required: 13503 - repoURL 13504 type: object 13505 sources: 13506 items: 13507 properties: 13508 chart: 13509 type: string 13510 directory: 13511 properties: 13512 exclude: 13513 type: string 13514 include: 13515 type: string 13516 jsonnet: 13517 properties: 13518 extVars: 13519 items: 13520 properties: 13521 code: 13522 type: boolean 13523 name: 13524 type: string 13525 value: 13526 type: string 13527 required: 13528 - name 13529 - value 13530 type: object 13531 type: array 13532 libs: 13533 items: 13534 type: string 13535 type: array 13536 tlas: 13537 items: 13538 properties: 13539 code: 13540 type: boolean 13541 name: 13542 type: string 13543 value: 13544 type: string 13545 required: 13546 - name 13547 - value 13548 type: object 13549 type: array 13550 type: object 13551 recurse: 13552 type: boolean 13553 type: object 13554 helm: 13555 properties: 13556 fileParameters: 13557 items: 13558 properties: 13559 name: 13560 type: string 13561 path: 13562 type: string 13563 type: object 13564 type: array 13565 ignoreMissingValueFiles: 13566 type: boolean 13567 parameters: 13568 items: 13569 properties: 13570 forceString: 13571 type: boolean 13572 name: 13573 type: string 13574 value: 13575 type: string 13576 type: object 13577 type: array 13578 passCredentials: 13579 type: boolean 13580 releaseName: 13581 type: string 13582 skipCrds: 13583 type: boolean 13584 valueFiles: 13585 items: 13586 type: string 13587 type: array 13588 values: 13589 type: string 13590 valuesObject: 13591 type: object 13592 x-kubernetes-preserve-unknown-fields: true 13593 version: 13594 type: string 13595 type: object 13596 kustomize: 13597 properties: 13598 commonAnnotations: 13599 additionalProperties: 13600 type: string 13601 type: object 13602 commonAnnotationsEnvsubst: 13603 type: boolean 13604 commonLabels: 13605 additionalProperties: 13606 type: string 13607 type: object 13608 components: 13609 items: 13610 type: string 13611 type: array 13612 forceCommonAnnotations: 13613 type: boolean 13614 forceCommonLabels: 13615 type: boolean 13616 images: 13617 items: 13618 type: string 13619 type: array 13620 namePrefix: 13621 type: string 13622 nameSuffix: 13623 type: string 13624 namespace: 13625 type: string 13626 patches: 13627 items: 13628 properties: 13629 options: 13630 additionalProperties: 13631 type: boolean 13632 type: object 13633 patch: 13634 type: string 13635 path: 13636 type: string 13637 target: 13638 properties: 13639 annotationSelector: 13640 type: string 13641 group: 13642 type: string 13643 kind: 13644 type: string 13645 labelSelector: 13646 type: string 13647 name: 13648 type: string 13649 namespace: 13650 type: string 13651 version: 13652 type: string 13653 type: object 13654 type: object 13655 type: array 13656 replicas: 13657 items: 13658 properties: 13659 count: 13660 anyOf: 13661 - type: integer 13662 - type: string 13663 x-kubernetes-int-or-string: true 13664 name: 13665 type: string 13666 required: 13667 - count 13668 - name 13669 type: object 13670 type: array 13671 version: 13672 type: string 13673 type: object 13674 path: 13675 type: string 13676 plugin: 13677 properties: 13678 env: 13679 items: 13680 properties: 13681 name: 13682 type: string 13683 value: 13684 type: string 13685 required: 13686 - name 13687 - value 13688 type: object 13689 type: array 13690 name: 13691 type: string 13692 parameters: 13693 items: 13694 properties: 13695 array: 13696 items: 13697 type: string 13698 type: array 13699 map: 13700 additionalProperties: 13701 type: string 13702 type: object 13703 name: 13704 type: string 13705 string: 13706 type: string 13707 type: object 13708 type: array 13709 type: object 13710 ref: 13711 type: string 13712 repoURL: 13713 type: string 13714 targetRevision: 13715 type: string 13716 required: 13717 - repoURL 13718 type: object 13719 type: array 13720 syncPolicy: 13721 properties: 13722 automated: 13723 properties: 13724 allowEmpty: 13725 type: boolean 13726 prune: 13727 type: boolean 13728 selfHeal: 13729 type: boolean 13730 type: object 13731 managedNamespaceMetadata: 13732 properties: 13733 annotations: 13734 additionalProperties: 13735 type: string 13736 type: object 13737 labels: 13738 additionalProperties: 13739 type: string 13740 type: object 13741 type: object 13742 retry: 13743 properties: 13744 backoff: 13745 properties: 13746 duration: 13747 type: string 13748 factor: 13749 format: int64 13750 type: integer 13751 maxDuration: 13752 type: string 13753 type: object 13754 limit: 13755 format: int64 13756 type: integer 13757 type: object 13758 syncOptions: 13759 items: 13760 type: string 13761 type: array 13762 type: object 13763 required: 13764 - destination 13765 - project 13766 type: object 13767 required: 13768 - metadata 13769 - spec 13770 type: object 13771 type: object 13772 scmProvider: 13773 properties: 13774 awsCodeCommit: 13775 properties: 13776 allBranches: 13777 type: boolean 13778 region: 13779 type: string 13780 role: 13781 type: string 13782 tagFilters: 13783 items: 13784 properties: 13785 key: 13786 type: string 13787 value: 13788 type: string 13789 required: 13790 - key 13791 type: object 13792 type: array 13793 type: object 13794 azureDevOps: 13795 properties: 13796 accessTokenRef: 13797 properties: 13798 key: 13799 type: string 13800 secretName: 13801 type: string 13802 required: 13803 - key 13804 - secretName 13805 type: object 13806 allBranches: 13807 type: boolean 13808 api: 13809 type: string 13810 organization: 13811 type: string 13812 teamProject: 13813 type: string 13814 required: 13815 - accessTokenRef 13816 - organization 13817 - teamProject 13818 type: object 13819 bitbucket: 13820 properties: 13821 allBranches: 13822 type: boolean 13823 appPasswordRef: 13824 properties: 13825 key: 13826 type: string 13827 secretName: 13828 type: string 13829 required: 13830 - key 13831 - secretName 13832 type: object 13833 owner: 13834 type: string 13835 user: 13836 type: string 13837 required: 13838 - appPasswordRef 13839 - owner 13840 - user 13841 type: object 13842 bitbucketServer: 13843 properties: 13844 allBranches: 13845 type: boolean 13846 api: 13847 type: string 13848 basicAuth: 13849 properties: 13850 passwordRef: 13851 properties: 13852 key: 13853 type: string 13854 secretName: 13855 type: string 13856 required: 13857 - key 13858 - secretName 13859 type: object 13860 username: 13861 type: string 13862 required: 13863 - passwordRef 13864 - username 13865 type: object 13866 project: 13867 type: string 13868 required: 13869 - api 13870 - project 13871 type: object 13872 cloneProtocol: 13873 type: string 13874 filters: 13875 items: 13876 properties: 13877 branchMatch: 13878 type: string 13879 labelMatch: 13880 type: string 13881 pathsDoNotExist: 13882 items: 13883 type: string 13884 type: array 13885 pathsExist: 13886 items: 13887 type: string 13888 type: array 13889 repositoryMatch: 13890 type: string 13891 type: object 13892 type: array 13893 gitea: 13894 properties: 13895 allBranches: 13896 type: boolean 13897 api: 13898 type: string 13899 insecure: 13900 type: boolean 13901 owner: 13902 type: string 13903 tokenRef: 13904 properties: 13905 key: 13906 type: string 13907 secretName: 13908 type: string 13909 required: 13910 - key 13911 - secretName 13912 type: object 13913 required: 13914 - api 13915 - owner 13916 type: object 13917 github: 13918 properties: 13919 allBranches: 13920 type: boolean 13921 api: 13922 type: string 13923 appSecretName: 13924 type: string 13925 organization: 13926 type: string 13927 tokenRef: 13928 properties: 13929 key: 13930 type: string 13931 secretName: 13932 type: string 13933 required: 13934 - key 13935 - secretName 13936 type: object 13937 required: 13938 - organization 13939 type: object 13940 gitlab: 13941 properties: 13942 allBranches: 13943 type: boolean 13944 api: 13945 type: string 13946 group: 13947 type: string 13948 includeSharedProjects: 13949 type: boolean 13950 includeSubgroups: 13951 type: boolean 13952 insecure: 13953 type: boolean 13954 tokenRef: 13955 properties: 13956 key: 13957 type: string 13958 secretName: 13959 type: string 13960 required: 13961 - key 13962 - secretName 13963 type: object 13964 topic: 13965 type: string 13966 required: 13967 - group 13968 type: object 13969 requeueAfterSeconds: 13970 format: int64 13971 type: integer 13972 template: 13973 properties: 13974 metadata: 13975 properties: 13976 annotations: 13977 additionalProperties: 13978 type: string 13979 type: object 13980 finalizers: 13981 items: 13982 type: string 13983 type: array 13984 labels: 13985 additionalProperties: 13986 type: string 13987 type: object 13988 name: 13989 type: string 13990 namespace: 13991 type: string 13992 type: object 13993 spec: 13994 properties: 13995 destination: 13996 properties: 13997 name: 13998 type: string 13999 namespace: 14000 type: string 14001 server: 14002 type: string 14003 type: object 14004 ignoreDifferences: 14005 items: 14006 properties: 14007 group: 14008 type: string 14009 jqPathExpressions: 14010 items: 14011 type: string 14012 type: array 14013 jsonPointers: 14014 items: 14015 type: string 14016 type: array 14017 kind: 14018 type: string 14019 managedFieldsManagers: 14020 items: 14021 type: string 14022 type: array 14023 name: 14024 type: string 14025 namespace: 14026 type: string 14027 required: 14028 - kind 14029 type: object 14030 type: array 14031 info: 14032 items: 14033 properties: 14034 name: 14035 type: string 14036 value: 14037 type: string 14038 required: 14039 - name 14040 - value 14041 type: object 14042 type: array 14043 project: 14044 type: string 14045 revisionHistoryLimit: 14046 format: int64 14047 type: integer 14048 source: 14049 properties: 14050 chart: 14051 type: string 14052 directory: 14053 properties: 14054 exclude: 14055 type: string 14056 include: 14057 type: string 14058 jsonnet: 14059 properties: 14060 extVars: 14061 items: 14062 properties: 14063 code: 14064 type: boolean 14065 name: 14066 type: string 14067 value: 14068 type: string 14069 required: 14070 - name 14071 - value 14072 type: object 14073 type: array 14074 libs: 14075 items: 14076 type: string 14077 type: array 14078 tlas: 14079 items: 14080 properties: 14081 code: 14082 type: boolean 14083 name: 14084 type: string 14085 value: 14086 type: string 14087 required: 14088 - name 14089 - value 14090 type: object 14091 type: array 14092 type: object 14093 recurse: 14094 type: boolean 14095 type: object 14096 helm: 14097 properties: 14098 fileParameters: 14099 items: 14100 properties: 14101 name: 14102 type: string 14103 path: 14104 type: string 14105 type: object 14106 type: array 14107 ignoreMissingValueFiles: 14108 type: boolean 14109 parameters: 14110 items: 14111 properties: 14112 forceString: 14113 type: boolean 14114 name: 14115 type: string 14116 value: 14117 type: string 14118 type: object 14119 type: array 14120 passCredentials: 14121 type: boolean 14122 releaseName: 14123 type: string 14124 skipCrds: 14125 type: boolean 14126 valueFiles: 14127 items: 14128 type: string 14129 type: array 14130 values: 14131 type: string 14132 valuesObject: 14133 type: object 14134 x-kubernetes-preserve-unknown-fields: true 14135 version: 14136 type: string 14137 type: object 14138 kustomize: 14139 properties: 14140 commonAnnotations: 14141 additionalProperties: 14142 type: string 14143 type: object 14144 commonAnnotationsEnvsubst: 14145 type: boolean 14146 commonLabels: 14147 additionalProperties: 14148 type: string 14149 type: object 14150 components: 14151 items: 14152 type: string 14153 type: array 14154 forceCommonAnnotations: 14155 type: boolean 14156 forceCommonLabels: 14157 type: boolean 14158 images: 14159 items: 14160 type: string 14161 type: array 14162 namePrefix: 14163 type: string 14164 nameSuffix: 14165 type: string 14166 namespace: 14167 type: string 14168 patches: 14169 items: 14170 properties: 14171 options: 14172 additionalProperties: 14173 type: boolean 14174 type: object 14175 patch: 14176 type: string 14177 path: 14178 type: string 14179 target: 14180 properties: 14181 annotationSelector: 14182 type: string 14183 group: 14184 type: string 14185 kind: 14186 type: string 14187 labelSelector: 14188 type: string 14189 name: 14190 type: string 14191 namespace: 14192 type: string 14193 version: 14194 type: string 14195 type: object 14196 type: object 14197 type: array 14198 replicas: 14199 items: 14200 properties: 14201 count: 14202 anyOf: 14203 - type: integer 14204 - type: string 14205 x-kubernetes-int-or-string: true 14206 name: 14207 type: string 14208 required: 14209 - count 14210 - name 14211 type: object 14212 type: array 14213 version: 14214 type: string 14215 type: object 14216 path: 14217 type: string 14218 plugin: 14219 properties: 14220 env: 14221 items: 14222 properties: 14223 name: 14224 type: string 14225 value: 14226 type: string 14227 required: 14228 - name 14229 - value 14230 type: object 14231 type: array 14232 name: 14233 type: string 14234 parameters: 14235 items: 14236 properties: 14237 array: 14238 items: 14239 type: string 14240 type: array 14241 map: 14242 additionalProperties: 14243 type: string 14244 type: object 14245 name: 14246 type: string 14247 string: 14248 type: string 14249 type: object 14250 type: array 14251 type: object 14252 ref: 14253 type: string 14254 repoURL: 14255 type: string 14256 targetRevision: 14257 type: string 14258 required: 14259 - repoURL 14260 type: object 14261 sources: 14262 items: 14263 properties: 14264 chart: 14265 type: string 14266 directory: 14267 properties: 14268 exclude: 14269 type: string 14270 include: 14271 type: string 14272 jsonnet: 14273 properties: 14274 extVars: 14275 items: 14276 properties: 14277 code: 14278 type: boolean 14279 name: 14280 type: string 14281 value: 14282 type: string 14283 required: 14284 - name 14285 - value 14286 type: object 14287 type: array 14288 libs: 14289 items: 14290 type: string 14291 type: array 14292 tlas: 14293 items: 14294 properties: 14295 code: 14296 type: boolean 14297 name: 14298 type: string 14299 value: 14300 type: string 14301 required: 14302 - name 14303 - value 14304 type: object 14305 type: array 14306 type: object 14307 recurse: 14308 type: boolean 14309 type: object 14310 helm: 14311 properties: 14312 fileParameters: 14313 items: 14314 properties: 14315 name: 14316 type: string 14317 path: 14318 type: string 14319 type: object 14320 type: array 14321 ignoreMissingValueFiles: 14322 type: boolean 14323 parameters: 14324 items: 14325 properties: 14326 forceString: 14327 type: boolean 14328 name: 14329 type: string 14330 value: 14331 type: string 14332 type: object 14333 type: array 14334 passCredentials: 14335 type: boolean 14336 releaseName: 14337 type: string 14338 skipCrds: 14339 type: boolean 14340 valueFiles: 14341 items: 14342 type: string 14343 type: array 14344 values: 14345 type: string 14346 valuesObject: 14347 type: object 14348 x-kubernetes-preserve-unknown-fields: true 14349 version: 14350 type: string 14351 type: object 14352 kustomize: 14353 properties: 14354 commonAnnotations: 14355 additionalProperties: 14356 type: string 14357 type: object 14358 commonAnnotationsEnvsubst: 14359 type: boolean 14360 commonLabels: 14361 additionalProperties: 14362 type: string 14363 type: object 14364 components: 14365 items: 14366 type: string 14367 type: array 14368 forceCommonAnnotations: 14369 type: boolean 14370 forceCommonLabels: 14371 type: boolean 14372 images: 14373 items: 14374 type: string 14375 type: array 14376 namePrefix: 14377 type: string 14378 nameSuffix: 14379 type: string 14380 namespace: 14381 type: string 14382 patches: 14383 items: 14384 properties: 14385 options: 14386 additionalProperties: 14387 type: boolean 14388 type: object 14389 patch: 14390 type: string 14391 path: 14392 type: string 14393 target: 14394 properties: 14395 annotationSelector: 14396 type: string 14397 group: 14398 type: string 14399 kind: 14400 type: string 14401 labelSelector: 14402 type: string 14403 name: 14404 type: string 14405 namespace: 14406 type: string 14407 version: 14408 type: string 14409 type: object 14410 type: object 14411 type: array 14412 replicas: 14413 items: 14414 properties: 14415 count: 14416 anyOf: 14417 - type: integer 14418 - type: string 14419 x-kubernetes-int-or-string: true 14420 name: 14421 type: string 14422 required: 14423 - count 14424 - name 14425 type: object 14426 type: array 14427 version: 14428 type: string 14429 type: object 14430 path: 14431 type: string 14432 plugin: 14433 properties: 14434 env: 14435 items: 14436 properties: 14437 name: 14438 type: string 14439 value: 14440 type: string 14441 required: 14442 - name 14443 - value 14444 type: object 14445 type: array 14446 name: 14447 type: string 14448 parameters: 14449 items: 14450 properties: 14451 array: 14452 items: 14453 type: string 14454 type: array 14455 map: 14456 additionalProperties: 14457 type: string 14458 type: object 14459 name: 14460 type: string 14461 string: 14462 type: string 14463 type: object 14464 type: array 14465 type: object 14466 ref: 14467 type: string 14468 repoURL: 14469 type: string 14470 targetRevision: 14471 type: string 14472 required: 14473 - repoURL 14474 type: object 14475 type: array 14476 syncPolicy: 14477 properties: 14478 automated: 14479 properties: 14480 allowEmpty: 14481 type: boolean 14482 prune: 14483 type: boolean 14484 selfHeal: 14485 type: boolean 14486 type: object 14487 managedNamespaceMetadata: 14488 properties: 14489 annotations: 14490 additionalProperties: 14491 type: string 14492 type: object 14493 labels: 14494 additionalProperties: 14495 type: string 14496 type: object 14497 type: object 14498 retry: 14499 properties: 14500 backoff: 14501 properties: 14502 duration: 14503 type: string 14504 factor: 14505 format: int64 14506 type: integer 14507 maxDuration: 14508 type: string 14509 type: object 14510 limit: 14511 format: int64 14512 type: integer 14513 type: object 14514 syncOptions: 14515 items: 14516 type: string 14517 type: array 14518 type: object 14519 required: 14520 - destination 14521 - project 14522 type: object 14523 required: 14524 - metadata 14525 - spec 14526 type: object 14527 values: 14528 additionalProperties: 14529 type: string 14530 type: object 14531 type: object 14532 selector: 14533 properties: 14534 matchExpressions: 14535 items: 14536 properties: 14537 key: 14538 type: string 14539 operator: 14540 type: string 14541 values: 14542 items: 14543 type: string 14544 type: array 14545 required: 14546 - key 14547 - operator 14548 type: object 14549 type: array 14550 matchLabels: 14551 additionalProperties: 14552 type: string 14553 type: object 14554 type: object 14555 type: object 14556 type: array 14557 goTemplate: 14558 type: boolean 14559 goTemplateOptions: 14560 items: 14561 type: string 14562 type: array 14563 ignoreApplicationDifferences: 14564 items: 14565 properties: 14566 jqPathExpressions: 14567 items: 14568 type: string 14569 type: array 14570 jsonPointers: 14571 items: 14572 type: string 14573 type: array 14574 name: 14575 type: string 14576 type: object 14577 type: array 14578 preservedFields: 14579 properties: 14580 annotations: 14581 items: 14582 type: string 14583 type: array 14584 labels: 14585 items: 14586 type: string 14587 type: array 14588 type: object 14589 strategy: 14590 properties: 14591 rollingSync: 14592 properties: 14593 steps: 14594 items: 14595 properties: 14596 matchExpressions: 14597 items: 14598 properties: 14599 key: 14600 type: string 14601 operator: 14602 type: string 14603 values: 14604 items: 14605 type: string 14606 type: array 14607 type: object 14608 type: array 14609 maxUpdate: 14610 anyOf: 14611 - type: integer 14612 - type: string 14613 x-kubernetes-int-or-string: true 14614 type: object 14615 type: array 14616 type: object 14617 type: 14618 type: string 14619 type: object 14620 syncPolicy: 14621 properties: 14622 applicationsSync: 14623 enum: 14624 - create-only 14625 - create-update 14626 - create-delete 14627 - sync 14628 type: string 14629 preserveResourcesOnDeletion: 14630 type: boolean 14631 type: object 14632 template: 14633 properties: 14634 metadata: 14635 properties: 14636 annotations: 14637 additionalProperties: 14638 type: string 14639 type: object 14640 finalizers: 14641 items: 14642 type: string 14643 type: array 14644 labels: 14645 additionalProperties: 14646 type: string 14647 type: object 14648 name: 14649 type: string 14650 namespace: 14651 type: string 14652 type: object 14653 spec: 14654 properties: 14655 destination: 14656 properties: 14657 name: 14658 type: string 14659 namespace: 14660 type: string 14661 server: 14662 type: string 14663 type: object 14664 ignoreDifferences: 14665 items: 14666 properties: 14667 group: 14668 type: string 14669 jqPathExpressions: 14670 items: 14671 type: string 14672 type: array 14673 jsonPointers: 14674 items: 14675 type: string 14676 type: array 14677 kind: 14678 type: string 14679 managedFieldsManagers: 14680 items: 14681 type: string 14682 type: array 14683 name: 14684 type: string 14685 namespace: 14686 type: string 14687 required: 14688 - kind 14689 type: object 14690 type: array 14691 info: 14692 items: 14693 properties: 14694 name: 14695 type: string 14696 value: 14697 type: string 14698 required: 14699 - name 14700 - value 14701 type: object 14702 type: array 14703 project: 14704 type: string 14705 revisionHistoryLimit: 14706 format: int64 14707 type: integer 14708 source: 14709 properties: 14710 chart: 14711 type: string 14712 directory: 14713 properties: 14714 exclude: 14715 type: string 14716 include: 14717 type: string 14718 jsonnet: 14719 properties: 14720 extVars: 14721 items: 14722 properties: 14723 code: 14724 type: boolean 14725 name: 14726 type: string 14727 value: 14728 type: string 14729 required: 14730 - name 14731 - value 14732 type: object 14733 type: array 14734 libs: 14735 items: 14736 type: string 14737 type: array 14738 tlas: 14739 items: 14740 properties: 14741 code: 14742 type: boolean 14743 name: 14744 type: string 14745 value: 14746 type: string 14747 required: 14748 - name 14749 - value 14750 type: object 14751 type: array 14752 type: object 14753 recurse: 14754 type: boolean 14755 type: object 14756 helm: 14757 properties: 14758 fileParameters: 14759 items: 14760 properties: 14761 name: 14762 type: string 14763 path: 14764 type: string 14765 type: object 14766 type: array 14767 ignoreMissingValueFiles: 14768 type: boolean 14769 parameters: 14770 items: 14771 properties: 14772 forceString: 14773 type: boolean 14774 name: 14775 type: string 14776 value: 14777 type: string 14778 type: object 14779 type: array 14780 passCredentials: 14781 type: boolean 14782 releaseName: 14783 type: string 14784 skipCrds: 14785 type: boolean 14786 valueFiles: 14787 items: 14788 type: string 14789 type: array 14790 values: 14791 type: string 14792 valuesObject: 14793 type: object 14794 x-kubernetes-preserve-unknown-fields: true 14795 version: 14796 type: string 14797 type: object 14798 kustomize: 14799 properties: 14800 commonAnnotations: 14801 additionalProperties: 14802 type: string 14803 type: object 14804 commonAnnotationsEnvsubst: 14805 type: boolean 14806 commonLabels: 14807 additionalProperties: 14808 type: string 14809 type: object 14810 components: 14811 items: 14812 type: string 14813 type: array 14814 forceCommonAnnotations: 14815 type: boolean 14816 forceCommonLabels: 14817 type: boolean 14818 images: 14819 items: 14820 type: string 14821 type: array 14822 namePrefix: 14823 type: string 14824 nameSuffix: 14825 type: string 14826 namespace: 14827 type: string 14828 patches: 14829 items: 14830 properties: 14831 options: 14832 additionalProperties: 14833 type: boolean 14834 type: object 14835 patch: 14836 type: string 14837 path: 14838 type: string 14839 target: 14840 properties: 14841 annotationSelector: 14842 type: string 14843 group: 14844 type: string 14845 kind: 14846 type: string 14847 labelSelector: 14848 type: string 14849 name: 14850 type: string 14851 namespace: 14852 type: string 14853 version: 14854 type: string 14855 type: object 14856 type: object 14857 type: array 14858 replicas: 14859 items: 14860 properties: 14861 count: 14862 anyOf: 14863 - type: integer 14864 - type: string 14865 x-kubernetes-int-or-string: true 14866 name: 14867 type: string 14868 required: 14869 - count 14870 - name 14871 type: object 14872 type: array 14873 version: 14874 type: string 14875 type: object 14876 path: 14877 type: string 14878 plugin: 14879 properties: 14880 env: 14881 items: 14882 properties: 14883 name: 14884 type: string 14885 value: 14886 type: string 14887 required: 14888 - name 14889 - value 14890 type: object 14891 type: array 14892 name: 14893 type: string 14894 parameters: 14895 items: 14896 properties: 14897 array: 14898 items: 14899 type: string 14900 type: array 14901 map: 14902 additionalProperties: 14903 type: string 14904 type: object 14905 name: 14906 type: string 14907 string: 14908 type: string 14909 type: object 14910 type: array 14911 type: object 14912 ref: 14913 type: string 14914 repoURL: 14915 type: string 14916 targetRevision: 14917 type: string 14918 required: 14919 - repoURL 14920 type: object 14921 sources: 14922 items: 14923 properties: 14924 chart: 14925 type: string 14926 directory: 14927 properties: 14928 exclude: 14929 type: string 14930 include: 14931 type: string 14932 jsonnet: 14933 properties: 14934 extVars: 14935 items: 14936 properties: 14937 code: 14938 type: boolean 14939 name: 14940 type: string 14941 value: 14942 type: string 14943 required: 14944 - name 14945 - value 14946 type: object 14947 type: array 14948 libs: 14949 items: 14950 type: string 14951 type: array 14952 tlas: 14953 items: 14954 properties: 14955 code: 14956 type: boolean 14957 name: 14958 type: string 14959 value: 14960 type: string 14961 required: 14962 - name 14963 - value 14964 type: object 14965 type: array 14966 type: object 14967 recurse: 14968 type: boolean 14969 type: object 14970 helm: 14971 properties: 14972 fileParameters: 14973 items: 14974 properties: 14975 name: 14976 type: string 14977 path: 14978 type: string 14979 type: object 14980 type: array 14981 ignoreMissingValueFiles: 14982 type: boolean 14983 parameters: 14984 items: 14985 properties: 14986 forceString: 14987 type: boolean 14988 name: 14989 type: string 14990 value: 14991 type: string 14992 type: object 14993 type: array 14994 passCredentials: 14995 type: boolean 14996 releaseName: 14997 type: string 14998 skipCrds: 14999 type: boolean 15000 valueFiles: 15001 items: 15002 type: string 15003 type: array 15004 values: 15005 type: string 15006 valuesObject: 15007 type: object 15008 x-kubernetes-preserve-unknown-fields: true 15009 version: 15010 type: string 15011 type: object 15012 kustomize: 15013 properties: 15014 commonAnnotations: 15015 additionalProperties: 15016 type: string 15017 type: object 15018 commonAnnotationsEnvsubst: 15019 type: boolean 15020 commonLabels: 15021 additionalProperties: 15022 type: string 15023 type: object 15024 components: 15025 items: 15026 type: string 15027 type: array 15028 forceCommonAnnotations: 15029 type: boolean 15030 forceCommonLabels: 15031 type: boolean 15032 images: 15033 items: 15034 type: string 15035 type: array 15036 namePrefix: 15037 type: string 15038 nameSuffix: 15039 type: string 15040 namespace: 15041 type: string 15042 patches: 15043 items: 15044 properties: 15045 options: 15046 additionalProperties: 15047 type: boolean 15048 type: object 15049 patch: 15050 type: string 15051 path: 15052 type: string 15053 target: 15054 properties: 15055 annotationSelector: 15056 type: string 15057 group: 15058 type: string 15059 kind: 15060 type: string 15061 labelSelector: 15062 type: string 15063 name: 15064 type: string 15065 namespace: 15066 type: string 15067 version: 15068 type: string 15069 type: object 15070 type: object 15071 type: array 15072 replicas: 15073 items: 15074 properties: 15075 count: 15076 anyOf: 15077 - type: integer 15078 - type: string 15079 x-kubernetes-int-or-string: true 15080 name: 15081 type: string 15082 required: 15083 - count 15084 - name 15085 type: object 15086 type: array 15087 version: 15088 type: string 15089 type: object 15090 path: 15091 type: string 15092 plugin: 15093 properties: 15094 env: 15095 items: 15096 properties: 15097 name: 15098 type: string 15099 value: 15100 type: string 15101 required: 15102 - name 15103 - value 15104 type: object 15105 type: array 15106 name: 15107 type: string 15108 parameters: 15109 items: 15110 properties: 15111 array: 15112 items: 15113 type: string 15114 type: array 15115 map: 15116 additionalProperties: 15117 type: string 15118 type: object 15119 name: 15120 type: string 15121 string: 15122 type: string 15123 type: object 15124 type: array 15125 type: object 15126 ref: 15127 type: string 15128 repoURL: 15129 type: string 15130 targetRevision: 15131 type: string 15132 required: 15133 - repoURL 15134 type: object 15135 type: array 15136 syncPolicy: 15137 properties: 15138 automated: 15139 properties: 15140 allowEmpty: 15141 type: boolean 15142 prune: 15143 type: boolean 15144 selfHeal: 15145 type: boolean 15146 type: object 15147 managedNamespaceMetadata: 15148 properties: 15149 annotations: 15150 additionalProperties: 15151 type: string 15152 type: object 15153 labels: 15154 additionalProperties: 15155 type: string 15156 type: object 15157 type: object 15158 retry: 15159 properties: 15160 backoff: 15161 properties: 15162 duration: 15163 type: string 15164 factor: 15165 format: int64 15166 type: integer 15167 maxDuration: 15168 type: string 15169 type: object 15170 limit: 15171 format: int64 15172 type: integer 15173 type: object 15174 syncOptions: 15175 items: 15176 type: string 15177 type: array 15178 type: object 15179 required: 15180 - destination 15181 - project 15182 type: object 15183 required: 15184 - metadata 15185 - spec 15186 type: object 15187 templatePatch: 15188 type: string 15189 required: 15190 - generators 15191 - template 15192 type: object 15193 status: 15194 properties: 15195 applicationStatus: 15196 items: 15197 properties: 15198 application: 15199 type: string 15200 lastTransitionTime: 15201 format: date-time 15202 type: string 15203 message: 15204 type: string 15205 status: 15206 type: string 15207 step: 15208 type: string 15209 required: 15210 - application 15211 - message 15212 - status 15213 - step 15214 type: object 15215 type: array 15216 conditions: 15217 items: 15218 properties: 15219 lastTransitionTime: 15220 format: date-time 15221 type: string 15222 message: 15223 type: string 15224 reason: 15225 type: string 15226 status: 15227 type: string 15228 type: 15229 type: string 15230 required: 15231 - message 15232 - reason 15233 - status 15234 - type 15235 type: object 15236 type: array 15237 type: object 15238 required: 15239 - metadata 15240 - spec 15241 type: object 15242 served: true 15243 storage: true 15244 subresources: 15245 status: {} 15246 status: 15247 acceptedNames: 15248 kind: "" 15249 plural: "" 15250 conditions: null 15251 storedVersions: null