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