{
  "properties": {
    "apiVersion": {
      "type": [
        "string",
        "null"
      ]
    },
    "kind": {
      "type": [
        "string",
        "null"
      ]
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "additionalProperties": false,
      "properties": {
        "applyNestedSelectors": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "generators": {
          "items": {
            "additionalProperties": false,
            "properties": {
              "clusterDecisionResource": {
                "additionalProperties": false,
                "properties": {
                  "configMapRef": {
                    "type": "string"
                  },
                  "labelSelector": {
                    "additionalProperties": false,
                    "properties": {
                      "matchExpressions": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "key": {
                              "type": "string"
                            },
                            "operator": {
                              "type": "string"
                            },
                            "values": {
                              "items": {
                                "type": "string"
                              },
                              "type": [
                                "array",
                                "null"
                              ],
                              "x-kubernetes-list-type": "atomic"
                            }
                          },
                          "required": [
                            "key",
                            "operator"
                          ],
                          "type": "object"
                        },
                        "type": [
                          "array",
                          "null"
                        ],
                        "x-kubernetes-list-type": "atomic"
                      },
                      "matchLabels": {
                        "additionalProperties": {
                          "type": "string"
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ],
                    "x-kubernetes-map-type": "atomic"
                  },
                  "name": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "requeueAfterSeconds": {
                    "format": "int64",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "template": {
                    "additionalProperties": false,
                    "properties": {
                      "metadata": {
                        "additionalProperties": false,
                        "properties": {
                          "annotations": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "finalizers": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "labels": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "spec": {
                        "additionalProperties": false,
                        "properties": {
                          "destination": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "namespace": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "server": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "ignoreDifferences": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "group": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "jqPathExpressions": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "jsonPointers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "kind": {
                                  "type": "string"
                                },
                                "managedFieldsManagers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "namespace": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "kind"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "info": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "project": {
                            "type": "string"
                          },
                          "revisionHistoryLimit": {
                            "format": "int64",
                            "type": [
                              "integer",
                              "null"
                            ]
                          },
                          "source": {
                            "additionalProperties": false,
                            "properties": {
                              "chart": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "directory": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "include": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "jsonnet": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "extVars": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "libs": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "tlas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "recurse": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "helm": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "fileParameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingValueFiles": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "forceString": {
                                          "type": [
                                            "boolean",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "value": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "passCredentials": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "releaseName": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "skipCrds": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipSchemaValidation": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipTests": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "valueFiles": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "values": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "valuesObject": {
                                    "type": [
                                      "object",
                                      "null"
                                    ],
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "kustomize": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotationsEnvsubst": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "commonLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "components": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "forceCommonAnnotations": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "forceCommonLabels": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingComponents": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "images": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelIncludeTemplates": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "labelWithoutSelector": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "namePrefix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "nameSuffix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "patches": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "options": {
                                          "additionalProperties": {
                                            "type": "boolean"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "patch": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "target": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotationSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "group": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "kind": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "replicas": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "count": {
                                          "anyOf": [
                                            {
                                              "type": "integer"
                                            },
                                            {
                                              "type": "string"
                                            }
                                          ],
                                          "x-kubernetes-int-or-string": true
                                        },
                                        "name": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "count",
                                        "name"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "plugin": {
                                "additionalProperties": false,
                                "properties": {
                                  "env": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "name",
                                        "value"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "array": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "map": {
                                          "additionalProperties": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "string": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "ref": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "repoURL": {
                                "type": "string"
                              },
                              "targetRevision": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "repoURL"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sourceHydrator": {
                            "additionalProperties": false,
                            "properties": {
                              "drySource": {
                                "additionalProperties": false,
                                "properties": {
                                  "directory": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "exclude": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "include": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "jsonnet": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "extVars": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "libs": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "tlas": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "recurse": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "helm": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "fileParameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingValueFiles": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "forceString": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "value": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "passCredentials": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "releaseName": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "skipCrds": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipSchemaValidation": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipTests": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "valueFiles": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "values": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "valuesObject": {
                                        "type": [
                                          "object",
                                          "null"
                                        ],
                                        "x-kubernetes-preserve-unknown-fields": true
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "kustomize": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotations": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotationsEnvsubst": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "commonLabels": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "components": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "forceCommonAnnotations": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "forceCommonLabels": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingComponents": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "images": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "labelIncludeTemplates": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "labelWithoutSelector": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "namePrefix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "nameSuffix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "patches": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "options": {
                                              "additionalProperties": {
                                                "type": "boolean"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "patch": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "target": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "annotationSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "group": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "kind": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "replicas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "count": {
                                              "anyOf": [
                                                {
                                                  "type": "integer"
                                                },
                                                {
                                                  "type": "string"
                                                }
                                              ],
                                              "x-kubernetes-int-or-string": true
                                            },
                                            "name": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "count",
                                            "name"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "plugin": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "env": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "array": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "map": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "string": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "repoURL": {
                                    "type": "string"
                                  },
                                  "targetRevision": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "repoURL",
                                  "targetRevision"
                                ],
                                "type": "object"
                              },
                              "hydrateTo": {
                                "additionalProperties": false,
                                "properties": {
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "targetBranch"
                                ],
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncSource": {
                                "additionalProperties": false,
                                "properties": {
                                  "path": {
                                    "minLength": 1,
                                    "pattern": "^.{2,}|[^./]$",
                                    "type": "string"
                                  },
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "targetBranch"
                                ],
                                "type": "object"
                              }
                            },
                            "required": [
                              "drySource",
                              "syncSource"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sources": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "chart": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "directory": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "exclude": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "include": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "jsonnet": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "extVars": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "libs": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "tlas": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "recurse": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "helm": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "fileParameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingValueFiles": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "forceString": {
                                            "type": [
                                              "boolean",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "value": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "passCredentials": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "releaseName": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "skipCrds": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipSchemaValidation": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipTests": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "valueFiles": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "values": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "valuesObject": {
                                      "type": [
                                        "object",
                                        "null"
                                      ],
                                      "x-kubernetes-preserve-unknown-fields": true
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "kustomize": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotationsEnvsubst": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "commonLabels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "components": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "forceCommonAnnotations": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "forceCommonLabels": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingComponents": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "images": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "labelIncludeTemplates": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "labelWithoutSelector": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "namePrefix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "nameSuffix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "patches": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "options": {
                                            "additionalProperties": {
                                              "type": "boolean"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "patch": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "target": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "annotationSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "group": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "kind": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "replicas": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "count": {
                                            "anyOf": [
                                              {
                                                "type": "integer"
                                              },
                                              {
                                                "type": "string"
                                              }
                                            ],
                                            "x-kubernetes-int-or-string": true
                                          },
                                          "name": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "count",
                                          "name"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "plugin": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "env": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "array": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "map": {
                                            "additionalProperties": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "string": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "ref": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "repoURL": {
                                  "type": "string"
                                },
                                "targetRevision": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "repoURL"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "syncPolicy": {
                            "additionalProperties": false,
                            "properties": {
                              "automated": {
                                "additionalProperties": false,
                                "properties": {
                                  "allowEmpty": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "enabled": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "prune": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "selfHeal": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "managedNamespaceMetadata": {
                                "additionalProperties": false,
                                "properties": {
                                  "annotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "labels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "retry": {
                                "additionalProperties": false,
                                "properties": {
                                  "backoff": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "duration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "factor": {
                                        "format": "int64",
                                        "type": [
                                          "integer",
                                          "null"
                                        ]
                                      },
                                      "maxDuration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "limit": {
                                    "format": "int64",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "refresh": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncOptions": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "destination",
                          "project"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "metadata",
                      "spec"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "values": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "required": [
                  "configMapRef"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "clusters": {
                "additionalProperties": false,
                "properties": {
                  "flatList": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "selector": {
                    "additionalProperties": false,
                    "properties": {
                      "matchExpressions": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "key": {
                              "type": "string"
                            },
                            "operator": {
                              "type": "string"
                            },
                            "values": {
                              "items": {
                                "type": "string"
                              },
                              "type": [
                                "array",
                                "null"
                              ],
                              "x-kubernetes-list-type": "atomic"
                            }
                          },
                          "required": [
                            "key",
                            "operator"
                          ],
                          "type": "object"
                        },
                        "type": [
                          "array",
                          "null"
                        ],
                        "x-kubernetes-list-type": "atomic"
                      },
                      "matchLabels": {
                        "additionalProperties": {
                          "type": "string"
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ],
                    "x-kubernetes-map-type": "atomic"
                  },
                  "template": {
                    "additionalProperties": false,
                    "properties": {
                      "metadata": {
                        "additionalProperties": false,
                        "properties": {
                          "annotations": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "finalizers": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "labels": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "spec": {
                        "additionalProperties": false,
                        "properties": {
                          "destination": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "namespace": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "server": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "ignoreDifferences": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "group": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "jqPathExpressions": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "jsonPointers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "kind": {
                                  "type": "string"
                                },
                                "managedFieldsManagers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "namespace": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "kind"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "info": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "project": {
                            "type": "string"
                          },
                          "revisionHistoryLimit": {
                            "format": "int64",
                            "type": [
                              "integer",
                              "null"
                            ]
                          },
                          "source": {
                            "additionalProperties": false,
                            "properties": {
                              "chart": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "directory": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "include": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "jsonnet": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "extVars": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "libs": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "tlas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "recurse": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "helm": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "fileParameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingValueFiles": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "forceString": {
                                          "type": [
                                            "boolean",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "value": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "passCredentials": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "releaseName": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "skipCrds": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipSchemaValidation": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipTests": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "valueFiles": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "values": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "valuesObject": {
                                    "type": [
                                      "object",
                                      "null"
                                    ],
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "kustomize": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotationsEnvsubst": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "commonLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "components": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "forceCommonAnnotations": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "forceCommonLabels": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingComponents": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "images": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelIncludeTemplates": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "labelWithoutSelector": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "namePrefix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "nameSuffix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "patches": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "options": {
                                          "additionalProperties": {
                                            "type": "boolean"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "patch": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "target": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotationSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "group": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "kind": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "replicas": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "count": {
                                          "anyOf": [
                                            {
                                              "type": "integer"
                                            },
                                            {
                                              "type": "string"
                                            }
                                          ],
                                          "x-kubernetes-int-or-string": true
                                        },
                                        "name": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "count",
                                        "name"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "plugin": {
                                "additionalProperties": false,
                                "properties": {
                                  "env": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "name",
                                        "value"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "array": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "map": {
                                          "additionalProperties": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "string": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "ref": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "repoURL": {
                                "type": "string"
                              },
                              "targetRevision": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "repoURL"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sourceHydrator": {
                            "additionalProperties": false,
                            "properties": {
                              "drySource": {
                                "additionalProperties": false,
                                "properties": {
                                  "directory": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "exclude": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "include": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "jsonnet": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "extVars": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "libs": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "tlas": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "recurse": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "helm": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "fileParameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingValueFiles": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "forceString": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "value": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "passCredentials": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "releaseName": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "skipCrds": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipSchemaValidation": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipTests": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "valueFiles": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "values": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "valuesObject": {
                                        "type": [
                                          "object",
                                          "null"
                                        ],
                                        "x-kubernetes-preserve-unknown-fields": true
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "kustomize": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotations": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotationsEnvsubst": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "commonLabels": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "components": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "forceCommonAnnotations": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "forceCommonLabels": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingComponents": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "images": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "labelIncludeTemplates": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "labelWithoutSelector": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "namePrefix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "nameSuffix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "patches": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "options": {
                                              "additionalProperties": {
                                                "type": "boolean"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "patch": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "target": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "annotationSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "group": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "kind": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "replicas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "count": {
                                              "anyOf": [
                                                {
                                                  "type": "integer"
                                                },
                                                {
                                                  "type": "string"
                                                }
                                              ],
                                              "x-kubernetes-int-or-string": true
                                            },
                                            "name": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "count",
                                            "name"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "plugin": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "env": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "array": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "map": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "string": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "repoURL": {
                                    "type": "string"
                                  },
                                  "targetRevision": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "repoURL",
                                  "targetRevision"
                                ],
                                "type": "object"
                              },
                              "hydrateTo": {
                                "additionalProperties": false,
                                "properties": {
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "targetBranch"
                                ],
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncSource": {
                                "additionalProperties": false,
                                "properties": {
                                  "path": {
                                    "minLength": 1,
                                    "pattern": "^.{2,}|[^./]$",
                                    "type": "string"
                                  },
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "targetBranch"
                                ],
                                "type": "object"
                              }
                            },
                            "required": [
                              "drySource",
                              "syncSource"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sources": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "chart": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "directory": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "exclude": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "include": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "jsonnet": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "extVars": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "libs": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "tlas": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "recurse": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "helm": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "fileParameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingValueFiles": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "forceString": {
                                            "type": [
                                              "boolean",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "value": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "passCredentials": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "releaseName": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "skipCrds": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipSchemaValidation": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipTests": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "valueFiles": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "values": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "valuesObject": {
                                      "type": [
                                        "object",
                                        "null"
                                      ],
                                      "x-kubernetes-preserve-unknown-fields": true
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "kustomize": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotationsEnvsubst": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "commonLabels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "components": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "forceCommonAnnotations": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "forceCommonLabels": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingComponents": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "images": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "labelIncludeTemplates": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "labelWithoutSelector": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "namePrefix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "nameSuffix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "patches": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "options": {
                                            "additionalProperties": {
                                              "type": "boolean"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "patch": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "target": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "annotationSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "group": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "kind": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "replicas": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "count": {
                                            "anyOf": [
                                              {
                                                "type": "integer"
                                              },
                                              {
                                                "type": "string"
                                              }
                                            ],
                                            "x-kubernetes-int-or-string": true
                                          },
                                          "name": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "count",
                                          "name"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "plugin": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "env": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "array": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "map": {
                                            "additionalProperties": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "string": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "ref": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "repoURL": {
                                  "type": "string"
                                },
                                "targetRevision": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "repoURL"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "syncPolicy": {
                            "additionalProperties": false,
                            "properties": {
                              "automated": {
                                "additionalProperties": false,
                                "properties": {
                                  "allowEmpty": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "enabled": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "prune": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "selfHeal": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "managedNamespaceMetadata": {
                                "additionalProperties": false,
                                "properties": {
                                  "annotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "labels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "retry": {
                                "additionalProperties": false,
                                "properties": {
                                  "backoff": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "duration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "factor": {
                                        "format": "int64",
                                        "type": [
                                          "integer",
                                          "null"
                                        ]
                                      },
                                      "maxDuration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "limit": {
                                    "format": "int64",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "refresh": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncOptions": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "destination",
                          "project"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "metadata",
                      "spec"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "values": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "git": {
                "additionalProperties": false,
                "properties": {
                  "directories": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "exclude": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "path": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "path"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "files": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "exclude": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "path": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "path"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "pathParamPrefix": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "repoURL": {
                    "type": "string"
                  },
                  "requeueAfterSeconds": {
                    "format": "int64",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "revision": {
                    "type": "string"
                  },
                  "template": {
                    "additionalProperties": false,
                    "properties": {
                      "metadata": {
                        "additionalProperties": false,
                        "properties": {
                          "annotations": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "finalizers": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "labels": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "spec": {
                        "additionalProperties": false,
                        "properties": {
                          "destination": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "namespace": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "server": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "ignoreDifferences": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "group": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "jqPathExpressions": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "jsonPointers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "kind": {
                                  "type": "string"
                                },
                                "managedFieldsManagers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "namespace": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "kind"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "info": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "project": {
                            "type": "string"
                          },
                          "revisionHistoryLimit": {
                            "format": "int64",
                            "type": [
                              "integer",
                              "null"
                            ]
                          },
                          "source": {
                            "additionalProperties": false,
                            "properties": {
                              "chart": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "directory": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "include": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "jsonnet": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "extVars": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "libs": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "tlas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "recurse": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "helm": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "fileParameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingValueFiles": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "forceString": {
                                          "type": [
                                            "boolean",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "value": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "passCredentials": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "releaseName": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "skipCrds": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipSchemaValidation": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipTests": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "valueFiles": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "values": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "valuesObject": {
                                    "type": [
                                      "object",
                                      "null"
                                    ],
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "kustomize": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotationsEnvsubst": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "commonLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "components": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "forceCommonAnnotations": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "forceCommonLabels": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingComponents": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "images": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelIncludeTemplates": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "labelWithoutSelector": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "namePrefix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "nameSuffix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "patches": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "options": {
                                          "additionalProperties": {
                                            "type": "boolean"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "patch": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "target": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotationSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "group": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "kind": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "replicas": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "count": {
                                          "anyOf": [
                                            {
                                              "type": "integer"
                                            },
                                            {
                                              "type": "string"
                                            }
                                          ],
                                          "x-kubernetes-int-or-string": true
                                        },
                                        "name": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "count",
                                        "name"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "plugin": {
                                "additionalProperties": false,
                                "properties": {
                                  "env": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "name",
                                        "value"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "array": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "map": {
                                          "additionalProperties": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "string": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "ref": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "repoURL": {
                                "type": "string"
                              },
                              "targetRevision": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "repoURL"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sourceHydrator": {
                            "additionalProperties": false,
                            "properties": {
                              "drySource": {
                                "additionalProperties": false,
                                "properties": {
                                  "directory": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "exclude": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "include": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "jsonnet": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "extVars": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "libs": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "tlas": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "recurse": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "helm": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "fileParameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingValueFiles": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "forceString": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "value": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "passCredentials": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "releaseName": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "skipCrds": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipSchemaValidation": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipTests": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "valueFiles": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "values": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "valuesObject": {
                                        "type": [
                                          "object",
                                          "null"
                                        ],
                                        "x-kubernetes-preserve-unknown-fields": true
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "kustomize": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotations": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotationsEnvsubst": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "commonLabels": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "components": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "forceCommonAnnotations": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "forceCommonLabels": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingComponents": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "images": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "labelIncludeTemplates": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "labelWithoutSelector": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "namePrefix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "nameSuffix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "patches": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "options": {
                                              "additionalProperties": {
                                                "type": "boolean"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "patch": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "target": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "annotationSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "group": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "kind": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "replicas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "count": {
                                              "anyOf": [
                                                {
                                                  "type": "integer"
                                                },
                                                {
                                                  "type": "string"
                                                }
                                              ],
                                              "x-kubernetes-int-or-string": true
                                            },
                                            "name": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "count",
                                            "name"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "plugin": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "env": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "array": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "map": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "string": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "repoURL": {
                                    "type": "string"
                                  },
                                  "targetRevision": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "repoURL",
                                  "targetRevision"
                                ],
                                "type": "object"
                              },
                              "hydrateTo": {
                                "additionalProperties": false,
                                "properties": {
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "targetBranch"
                                ],
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncSource": {
                                "additionalProperties": false,
                                "properties": {
                                  "path": {
                                    "minLength": 1,
                                    "pattern": "^.{2,}|[^./]$",
                                    "type": "string"
                                  },
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "targetBranch"
                                ],
                                "type": "object"
                              }
                            },
                            "required": [
                              "drySource",
                              "syncSource"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sources": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "chart": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "directory": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "exclude": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "include": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "jsonnet": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "extVars": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "libs": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "tlas": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "recurse": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "helm": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "fileParameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingValueFiles": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "forceString": {
                                            "type": [
                                              "boolean",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "value": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "passCredentials": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "releaseName": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "skipCrds": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipSchemaValidation": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipTests": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "valueFiles": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "values": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "valuesObject": {
                                      "type": [
                                        "object",
                                        "null"
                                      ],
                                      "x-kubernetes-preserve-unknown-fields": true
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "kustomize": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotationsEnvsubst": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "commonLabels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "components": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "forceCommonAnnotations": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "forceCommonLabels": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingComponents": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "images": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "labelIncludeTemplates": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "labelWithoutSelector": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "namePrefix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "nameSuffix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "patches": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "options": {
                                            "additionalProperties": {
                                              "type": "boolean"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "patch": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "target": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "annotationSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "group": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "kind": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "replicas": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "count": {
                                            "anyOf": [
                                              {
                                                "type": "integer"
                                              },
                                              {
                                                "type": "string"
                                              }
                                            ],
                                            "x-kubernetes-int-or-string": true
                                          },
                                          "name": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "count",
                                          "name"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "plugin": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "env": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "array": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "map": {
                                            "additionalProperties": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "string": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "ref": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "repoURL": {
                                  "type": "string"
                                },
                                "targetRevision": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "repoURL"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "syncPolicy": {
                            "additionalProperties": false,
                            "properties": {
                              "automated": {
                                "additionalProperties": false,
                                "properties": {
                                  "allowEmpty": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "enabled": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "prune": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "selfHeal": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "managedNamespaceMetadata": {
                                "additionalProperties": false,
                                "properties": {
                                  "annotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "labels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "retry": {
                                "additionalProperties": false,
                                "properties": {
                                  "backoff": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "duration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "factor": {
                                        "format": "int64",
                                        "type": [
                                          "integer",
                                          "null"
                                        ]
                                      },
                                      "maxDuration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "limit": {
                                    "format": "int64",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "refresh": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncOptions": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "destination",
                          "project"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "metadata",
                      "spec"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "values": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "required": [
                  "repoURL",
                  "revision"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "list": {
                "additionalProperties": false,
                "properties": {
                  "elements": {
                    "items": {
                      "x-kubernetes-preserve-unknown-fields": true
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "elementsYaml": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "template": {
                    "additionalProperties": false,
                    "properties": {
                      "metadata": {
                        "additionalProperties": false,
                        "properties": {
                          "annotations": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "finalizers": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "labels": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "spec": {
                        "additionalProperties": false,
                        "properties": {
                          "destination": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "namespace": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "server": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "ignoreDifferences": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "group": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "jqPathExpressions": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "jsonPointers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "kind": {
                                  "type": "string"
                                },
                                "managedFieldsManagers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "namespace": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "kind"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "info": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "project": {
                            "type": "string"
                          },
                          "revisionHistoryLimit": {
                            "format": "int64",
                            "type": [
                              "integer",
                              "null"
                            ]
                          },
                          "source": {
                            "additionalProperties": false,
                            "properties": {
                              "chart": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "directory": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "include": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "jsonnet": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "extVars": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "libs": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "tlas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "recurse": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "helm": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "fileParameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingValueFiles": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "forceString": {
                                          "type": [
                                            "boolean",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "value": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "passCredentials": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "releaseName": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "skipCrds": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipSchemaValidation": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipTests": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "valueFiles": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "values": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "valuesObject": {
                                    "type": [
                                      "object",
                                      "null"
                                    ],
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "kustomize": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotationsEnvsubst": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "commonLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "components": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "forceCommonAnnotations": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "forceCommonLabels": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingComponents": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "images": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelIncludeTemplates": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "labelWithoutSelector": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "namePrefix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "nameSuffix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "patches": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "options": {
                                          "additionalProperties": {
                                            "type": "boolean"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "patch": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "target": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotationSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "group": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "kind": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "replicas": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "count": {
                                          "anyOf": [
                                            {
                                              "type": "integer"
                                            },
                                            {
                                              "type": "string"
                                            }
                                          ],
                                          "x-kubernetes-int-or-string": true
                                        },
                                        "name": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "count",
                                        "name"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "plugin": {
                                "additionalProperties": false,
                                "properties": {
                                  "env": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "name",
                                        "value"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "array": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "map": {
                                          "additionalProperties": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "string": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "ref": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "repoURL": {
                                "type": "string"
                              },
                              "targetRevision": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "repoURL"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sourceHydrator": {
                            "additionalProperties": false,
                            "properties": {
                              "drySource": {
                                "additionalProperties": false,
                                "properties": {
                                  "directory": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "exclude": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "include": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "jsonnet": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "extVars": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "libs": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "tlas": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "recurse": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "helm": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "fileParameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingValueFiles": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "forceString": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "value": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "passCredentials": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "releaseName": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "skipCrds": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipSchemaValidation": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipTests": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "valueFiles": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "values": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "valuesObject": {
                                        "type": [
                                          "object",
                                          "null"
                                        ],
                                        "x-kubernetes-preserve-unknown-fields": true
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "kustomize": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotations": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotationsEnvsubst": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "commonLabels": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "components": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "forceCommonAnnotations": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "forceCommonLabels": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingComponents": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "images": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "labelIncludeTemplates": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "labelWithoutSelector": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "namePrefix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "nameSuffix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "patches": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "options": {
                                              "additionalProperties": {
                                                "type": "boolean"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "patch": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "target": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "annotationSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "group": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "kind": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "replicas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "count": {
                                              "anyOf": [
                                                {
                                                  "type": "integer"
                                                },
                                                {
                                                  "type": "string"
                                                }
                                              ],
                                              "x-kubernetes-int-or-string": true
                                            },
                                            "name": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "count",
                                            "name"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "plugin": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "env": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "array": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "map": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "string": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "repoURL": {
                                    "type": "string"
                                  },
                                  "targetRevision": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "repoURL",
                                  "targetRevision"
                                ],
                                "type": "object"
                              },
                              "hydrateTo": {
                                "additionalProperties": false,
                                "properties": {
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "targetBranch"
                                ],
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncSource": {
                                "additionalProperties": false,
                                "properties": {
                                  "path": {
                                    "minLength": 1,
                                    "pattern": "^.{2,}|[^./]$",
                                    "type": "string"
                                  },
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "targetBranch"
                                ],
                                "type": "object"
                              }
                            },
                            "required": [
                              "drySource",
                              "syncSource"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sources": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "chart": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "directory": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "exclude": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "include": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "jsonnet": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "extVars": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "libs": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "tlas": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "recurse": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "helm": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "fileParameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingValueFiles": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "forceString": {
                                            "type": [
                                              "boolean",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "value": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "passCredentials": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "releaseName": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "skipCrds": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipSchemaValidation": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipTests": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "valueFiles": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "values": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "valuesObject": {
                                      "type": [
                                        "object",
                                        "null"
                                      ],
                                      "x-kubernetes-preserve-unknown-fields": true
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "kustomize": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotationsEnvsubst": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "commonLabels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "components": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "forceCommonAnnotations": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "forceCommonLabels": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingComponents": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "images": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "labelIncludeTemplates": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "labelWithoutSelector": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "namePrefix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "nameSuffix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "patches": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "options": {
                                            "additionalProperties": {
                                              "type": "boolean"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "patch": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "target": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "annotationSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "group": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "kind": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "replicas": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "count": {
                                            "anyOf": [
                                              {
                                                "type": "integer"
                                              },
                                              {
                                                "type": "string"
                                              }
                                            ],
                                            "x-kubernetes-int-or-string": true
                                          },
                                          "name": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "count",
                                          "name"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "plugin": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "env": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "array": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "map": {
                                            "additionalProperties": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "string": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "ref": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "repoURL": {
                                  "type": "string"
                                },
                                "targetRevision": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "repoURL"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "syncPolicy": {
                            "additionalProperties": false,
                            "properties": {
                              "automated": {
                                "additionalProperties": false,
                                "properties": {
                                  "allowEmpty": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "enabled": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "prune": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "selfHeal": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "managedNamespaceMetadata": {
                                "additionalProperties": false,
                                "properties": {
                                  "annotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "labels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "retry": {
                                "additionalProperties": false,
                                "properties": {
                                  "backoff": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "duration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "factor": {
                                        "format": "int64",
                                        "type": [
                                          "integer",
                                          "null"
                                        ]
                                      },
                                      "maxDuration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "limit": {
                                    "format": "int64",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "refresh": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncOptions": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "destination",
                          "project"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "metadata",
                      "spec"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "matrix": {
                "additionalProperties": false,
                "properties": {
                  "generators": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "clusterDecisionResource": {
                          "additionalProperties": false,
                          "properties": {
                            "configMapRef": {
                              "type": "string"
                            },
                            "labelSelector": {
                              "additionalProperties": false,
                              "properties": {
                                "matchExpressions": {
                                  "items": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "key": {
                                        "type": "string"
                                      },
                                      "operator": {
                                        "type": "string"
                                      },
                                      "values": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ],
                                        "x-kubernetes-list-type": "atomic"
                                      }
                                    },
                                    "required": [
                                      "key",
                                      "operator"
                                    ],
                                    "type": "object"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ],
                                  "x-kubernetes-list-type": "atomic"
                                },
                                "matchLabels": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "type": [
                                "object",
                                "null"
                              ],
                              "x-kubernetes-map-type": "atomic"
                            },
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "requeueAfterSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "required": [
                            "configMapRef"
                          ],
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "clusters": {
                          "additionalProperties": false,
                          "properties": {
                            "flatList": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "selector": {
                              "additionalProperties": false,
                              "properties": {
                                "matchExpressions": {
                                  "items": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "key": {
                                        "type": "string"
                                      },
                                      "operator": {
                                        "type": "string"
                                      },
                                      "values": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ],
                                        "x-kubernetes-list-type": "atomic"
                                      }
                                    },
                                    "required": [
                                      "key",
                                      "operator"
                                    ],
                                    "type": "object"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ],
                                  "x-kubernetes-list-type": "atomic"
                                },
                                "matchLabels": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "type": [
                                "object",
                                "null"
                              ],
                              "x-kubernetes-map-type": "atomic"
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "git": {
                          "additionalProperties": false,
                          "properties": {
                            "directories": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "files": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "pathParamPrefix": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "repoURL": {
                              "type": "string"
                            },
                            "requeueAfterSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "revision": {
                              "type": "string"
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "required": [
                            "repoURL",
                            "revision"
                          ],
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "list": {
                          "additionalProperties": false,
                          "properties": {
                            "elements": {
                              "items": {
                                "x-kubernetes-preserve-unknown-fields": true
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "elementsYaml": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "matrix": {
                          "x-kubernetes-preserve-unknown-fields": true
                        },
                        "merge": {
                          "x-kubernetes-preserve-unknown-fields": true
                        },
                        "plugin": {
                          "additionalProperties": false,
                          "properties": {
                            "configMapRef": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name"
                              ],
                              "type": "object"
                            },
                            "input": {
                              "additionalProperties": false,
                              "properties": {
                                "parameters": {
                                  "additionalProperties": {
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "requeueAfterSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "required": [
                            "configMapRef"
                          ],
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "pullRequest": {
                          "additionalProperties": false,
                          "properties": {
                            "azuredevops": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "labels": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "organization": {
                                  "type": "string"
                                },
                                "project": {
                                  "type": "string"
                                },
                                "repo": {
                                  "type": "string"
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "organization",
                                "project",
                                "repo"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "bitbucket": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "basicAuth": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "passwordRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    },
                                    "username": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "passwordRef",
                                    "username"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "bearerToken": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "tokenRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "tokenRef"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "owner": {
                                  "type": "string"
                                },
                                "repo": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "owner",
                                "repo"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "bitbucketServer": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": "string"
                                },
                                "basicAuth": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "passwordRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    },
                                    "username": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "passwordRef",
                                    "username"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "bearerToken": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "tokenRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "tokenRef"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "caRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "configMapName": {
                                      "type": "string"
                                    },
                                    "key": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "configMapName",
                                    "key"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "project": {
                                  "type": "string"
                                },
                                "repo": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "api",
                                "project",
                                "repo"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "continueOnRepoNotFoundError": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "filters": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "branchMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "targetBranchMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "titleMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "gitea": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": "string"
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "labels": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "owner": {
                                  "type": "string"
                                },
                                "repo": {
                                  "type": "string"
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "api",
                                "owner",
                                "repo"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "github": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "appSecretName": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "labels": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "owner": {
                                  "type": "string"
                                },
                                "repo": {
                                  "type": "string"
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "owner",
                                "repo"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "gitlab": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "caRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "configMapName": {
                                      "type": "string"
                                    },
                                    "key": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "configMapName",
                                    "key"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "labels": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "project": {
                                  "type": "string"
                                },
                                "pullRequestState": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "project"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "requeueAfterSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "scmProvider": {
                          "additionalProperties": false,
                          "properties": {
                            "awsCodeCommit": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "region": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "role": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "tagFilters": {
                                  "items": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "key": {
                                        "type": "string"
                                      },
                                      "value": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "key"
                                    ],
                                    "type": "object"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                }
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "azureDevOps": {
                              "additionalProperties": false,
                              "properties": {
                                "accessTokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": "object"
                                },
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "organization": {
                                  "type": "string"
                                },
                                "teamProject": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "accessTokenRef",
                                "organization",
                                "teamProject"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "bitbucket": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "appPasswordRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": "object"
                                },
                                "owner": {
                                  "type": "string"
                                },
                                "user": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "appPasswordRef",
                                "owner",
                                "user"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "bitbucketServer": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "api": {
                                  "type": "string"
                                },
                                "basicAuth": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "passwordRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    },
                                    "username": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "passwordRef",
                                    "username"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "bearerToken": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "tokenRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "tokenRef"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "caRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "configMapName": {
                                      "type": "string"
                                    },
                                    "key": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "configMapName",
                                    "key"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "project": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "api",
                                "project"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "cloneProtocol": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "filters": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "branchMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "pathsDoNotExist": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "pathsExist": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "repositoryMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "gitea": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "api": {
                                  "type": "string"
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "owner": {
                                  "type": "string"
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "api",
                                "owner"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "github": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "appSecretName": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "organization": {
                                  "type": "string"
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "organization"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "gitlab": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "caRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "configMapName": {
                                      "type": "string"
                                    },
                                    "key": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "configMapName",
                                    "key"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "group": {
                                  "type": "string"
                                },
                                "includeSharedProjects": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "includeSubgroups": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "topic": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "group"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "requeueAfterSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "selector": {
                          "additionalProperties": false,
                          "properties": {
                            "matchExpressions": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "key": {
                                    "type": "string"
                                  },
                                  "operator": {
                                    "type": "string"
                                  },
                                  "values": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ],
                                    "x-kubernetes-list-type": "atomic"
                                  }
                                },
                                "required": [
                                  "key",
                                  "operator"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ],
                              "x-kubernetes-list-type": "atomic"
                            },
                            "matchLabels": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ],
                          "x-kubernetes-map-type": "atomic"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "template": {
                    "additionalProperties": false,
                    "properties": {
                      "metadata": {
                        "additionalProperties": false,
                        "properties": {
                          "annotations": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "finalizers": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "labels": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "spec": {
                        "additionalProperties": false,
                        "properties": {
                          "destination": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "namespace": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "server": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "ignoreDifferences": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "group": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "jqPathExpressions": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "jsonPointers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "kind": {
                                  "type": "string"
                                },
                                "managedFieldsManagers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "namespace": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "kind"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "info": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "project": {
                            "type": "string"
                          },
                          "revisionHistoryLimit": {
                            "format": "int64",
                            "type": [
                              "integer",
                              "null"
                            ]
                          },
                          "source": {
                            "additionalProperties": false,
                            "properties": {
                              "chart": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "directory": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "include": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "jsonnet": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "extVars": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "libs": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "tlas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "recurse": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "helm": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "fileParameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingValueFiles": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "forceString": {
                                          "type": [
                                            "boolean",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "value": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "passCredentials": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "releaseName": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "skipCrds": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipSchemaValidation": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipTests": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "valueFiles": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "values": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "valuesObject": {
                                    "type": [
                                      "object",
                                      "null"
                                    ],
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "kustomize": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotationsEnvsubst": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "commonLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "components": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "forceCommonAnnotations": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "forceCommonLabels": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingComponents": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "images": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelIncludeTemplates": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "labelWithoutSelector": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "namePrefix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "nameSuffix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "patches": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "options": {
                                          "additionalProperties": {
                                            "type": "boolean"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "patch": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "target": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotationSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "group": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "kind": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "replicas": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "count": {
                                          "anyOf": [
                                            {
                                              "type": "integer"
                                            },
                                            {
                                              "type": "string"
                                            }
                                          ],
                                          "x-kubernetes-int-or-string": true
                                        },
                                        "name": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "count",
                                        "name"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "plugin": {
                                "additionalProperties": false,
                                "properties": {
                                  "env": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "name",
                                        "value"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "array": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "map": {
                                          "additionalProperties": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "string": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "ref": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "repoURL": {
                                "type": "string"
                              },
                              "targetRevision": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "repoURL"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sourceHydrator": {
                            "additionalProperties": false,
                            "properties": {
                              "drySource": {
                                "additionalProperties": false,
                                "properties": {
                                  "directory": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "exclude": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "include": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "jsonnet": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "extVars": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "libs": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "tlas": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "recurse": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "helm": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "fileParameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingValueFiles": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "forceString": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "value": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "passCredentials": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "releaseName": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "skipCrds": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipSchemaValidation": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipTests": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "valueFiles": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "values": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "valuesObject": {
                                        "type": [
                                          "object",
                                          "null"
                                        ],
                                        "x-kubernetes-preserve-unknown-fields": true
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "kustomize": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotations": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotationsEnvsubst": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "commonLabels": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "components": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "forceCommonAnnotations": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "forceCommonLabels": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingComponents": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "images": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "labelIncludeTemplates": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "labelWithoutSelector": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "namePrefix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "nameSuffix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "patches": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "options": {
                                              "additionalProperties": {
                                                "type": "boolean"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "patch": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "target": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "annotationSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "group": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "kind": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "replicas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "count": {
                                              "anyOf": [
                                                {
                                                  "type": "integer"
                                                },
                                                {
                                                  "type": "string"
                                                }
                                              ],
                                              "x-kubernetes-int-or-string": true
                                            },
                                            "name": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "count",
                                            "name"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "plugin": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "env": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "array": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "map": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "string": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "repoURL": {
                                    "type": "string"
                                  },
                                  "targetRevision": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "repoURL",
                                  "targetRevision"
                                ],
                                "type": "object"
                              },
                              "hydrateTo": {
                                "additionalProperties": false,
                                "properties": {
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "targetBranch"
                                ],
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncSource": {
                                "additionalProperties": false,
                                "properties": {
                                  "path": {
                                    "minLength": 1,
                                    "pattern": "^.{2,}|[^./]$",
                                    "type": "string"
                                  },
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "targetBranch"
                                ],
                                "type": "object"
                              }
                            },
                            "required": [
                              "drySource",
                              "syncSource"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sources": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "chart": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "directory": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "exclude": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "include": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "jsonnet": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "extVars": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "libs": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "tlas": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "recurse": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "helm": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "fileParameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingValueFiles": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "forceString": {
                                            "type": [
                                              "boolean",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "value": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "passCredentials": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "releaseName": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "skipCrds": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipSchemaValidation": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipTests": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "valueFiles": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "values": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "valuesObject": {
                                      "type": [
                                        "object",
                                        "null"
                                      ],
                                      "x-kubernetes-preserve-unknown-fields": true
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "kustomize": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotationsEnvsubst": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "commonLabels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "components": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "forceCommonAnnotations": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "forceCommonLabels": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingComponents": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "images": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "labelIncludeTemplates": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "labelWithoutSelector": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "namePrefix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "nameSuffix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "patches": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "options": {
                                            "additionalProperties": {
                                              "type": "boolean"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "patch": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "target": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "annotationSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "group": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "kind": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "replicas": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "count": {
                                            "anyOf": [
                                              {
                                                "type": "integer"
                                              },
                                              {
                                                "type": "string"
                                              }
                                            ],
                                            "x-kubernetes-int-or-string": true
                                          },
                                          "name": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "count",
                                          "name"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "plugin": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "env": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "array": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "map": {
                                            "additionalProperties": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "string": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "ref": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "repoURL": {
                                  "type": "string"
                                },
                                "targetRevision": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "repoURL"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "syncPolicy": {
                            "additionalProperties": false,
                            "properties": {
                              "automated": {
                                "additionalProperties": false,
                                "properties": {
                                  "allowEmpty": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "enabled": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "prune": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "selfHeal": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "managedNamespaceMetadata": {
                                "additionalProperties": false,
                                "properties": {
                                  "annotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "labels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "retry": {
                                "additionalProperties": false,
                                "properties": {
                                  "backoff": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "duration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "factor": {
                                        "format": "int64",
                                        "type": [
                                          "integer",
                                          "null"
                                        ]
                                      },
                                      "maxDuration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "limit": {
                                    "format": "int64",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "refresh": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncOptions": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "destination",
                          "project"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "metadata",
                      "spec"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "required": [
                  "generators"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "merge": {
                "additionalProperties": false,
                "properties": {
                  "generators": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "clusterDecisionResource": {
                          "additionalProperties": false,
                          "properties": {
                            "configMapRef": {
                              "type": "string"
                            },
                            "labelSelector": {
                              "additionalProperties": false,
                              "properties": {
                                "matchExpressions": {
                                  "items": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "key": {
                                        "type": "string"
                                      },
                                      "operator": {
                                        "type": "string"
                                      },
                                      "values": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ],
                                        "x-kubernetes-list-type": "atomic"
                                      }
                                    },
                                    "required": [
                                      "key",
                                      "operator"
                                    ],
                                    "type": "object"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ],
                                  "x-kubernetes-list-type": "atomic"
                                },
                                "matchLabels": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "type": [
                                "object",
                                "null"
                              ],
                              "x-kubernetes-map-type": "atomic"
                            },
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "requeueAfterSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "required": [
                            "configMapRef"
                          ],
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "clusters": {
                          "additionalProperties": false,
                          "properties": {
                            "flatList": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "selector": {
                              "additionalProperties": false,
                              "properties": {
                                "matchExpressions": {
                                  "items": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "key": {
                                        "type": "string"
                                      },
                                      "operator": {
                                        "type": "string"
                                      },
                                      "values": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ],
                                        "x-kubernetes-list-type": "atomic"
                                      }
                                    },
                                    "required": [
                                      "key",
                                      "operator"
                                    ],
                                    "type": "object"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ],
                                  "x-kubernetes-list-type": "atomic"
                                },
                                "matchLabels": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "type": [
                                "object",
                                "null"
                              ],
                              "x-kubernetes-map-type": "atomic"
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "git": {
                          "additionalProperties": false,
                          "properties": {
                            "directories": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "files": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "pathParamPrefix": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "repoURL": {
                              "type": "string"
                            },
                            "requeueAfterSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "revision": {
                              "type": "string"
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "required": [
                            "repoURL",
                            "revision"
                          ],
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "list": {
                          "additionalProperties": false,
                          "properties": {
                            "elements": {
                              "items": {
                                "x-kubernetes-preserve-unknown-fields": true
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "elementsYaml": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "matrix": {
                          "x-kubernetes-preserve-unknown-fields": true
                        },
                        "merge": {
                          "x-kubernetes-preserve-unknown-fields": true
                        },
                        "plugin": {
                          "additionalProperties": false,
                          "properties": {
                            "configMapRef": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name"
                              ],
                              "type": "object"
                            },
                            "input": {
                              "additionalProperties": false,
                              "properties": {
                                "parameters": {
                                  "additionalProperties": {
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "requeueAfterSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "required": [
                            "configMapRef"
                          ],
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "pullRequest": {
                          "additionalProperties": false,
                          "properties": {
                            "azuredevops": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "labels": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "organization": {
                                  "type": "string"
                                },
                                "project": {
                                  "type": "string"
                                },
                                "repo": {
                                  "type": "string"
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "organization",
                                "project",
                                "repo"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "bitbucket": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "basicAuth": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "passwordRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    },
                                    "username": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "passwordRef",
                                    "username"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "bearerToken": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "tokenRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "tokenRef"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "owner": {
                                  "type": "string"
                                },
                                "repo": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "owner",
                                "repo"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "bitbucketServer": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": "string"
                                },
                                "basicAuth": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "passwordRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    },
                                    "username": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "passwordRef",
                                    "username"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "bearerToken": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "tokenRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "tokenRef"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "caRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "configMapName": {
                                      "type": "string"
                                    },
                                    "key": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "configMapName",
                                    "key"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "project": {
                                  "type": "string"
                                },
                                "repo": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "api",
                                "project",
                                "repo"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "continueOnRepoNotFoundError": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "filters": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "branchMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "targetBranchMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "titleMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "gitea": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": "string"
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "labels": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "owner": {
                                  "type": "string"
                                },
                                "repo": {
                                  "type": "string"
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "api",
                                "owner",
                                "repo"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "github": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "appSecretName": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "labels": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "owner": {
                                  "type": "string"
                                },
                                "repo": {
                                  "type": "string"
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "owner",
                                "repo"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "gitlab": {
                              "additionalProperties": false,
                              "properties": {
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "caRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "configMapName": {
                                      "type": "string"
                                    },
                                    "key": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "configMapName",
                                    "key"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "labels": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "project": {
                                  "type": "string"
                                },
                                "pullRequestState": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "project"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "requeueAfterSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "scmProvider": {
                          "additionalProperties": false,
                          "properties": {
                            "awsCodeCommit": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "region": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "role": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "tagFilters": {
                                  "items": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "key": {
                                        "type": "string"
                                      },
                                      "value": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "key"
                                    ],
                                    "type": "object"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                }
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "azureDevOps": {
                              "additionalProperties": false,
                              "properties": {
                                "accessTokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": "object"
                                },
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "organization": {
                                  "type": "string"
                                },
                                "teamProject": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "accessTokenRef",
                                "organization",
                                "teamProject"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "bitbucket": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "appPasswordRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": "object"
                                },
                                "owner": {
                                  "type": "string"
                                },
                                "user": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "appPasswordRef",
                                "owner",
                                "user"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "bitbucketServer": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "api": {
                                  "type": "string"
                                },
                                "basicAuth": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "passwordRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    },
                                    "username": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "passwordRef",
                                    "username"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "bearerToken": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "tokenRef": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "secretName": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "secretName"
                                      ],
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "tokenRef"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "caRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "configMapName": {
                                      "type": "string"
                                    },
                                    "key": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "configMapName",
                                    "key"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "project": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "api",
                                "project"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "cloneProtocol": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "filters": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "branchMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "pathsDoNotExist": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "pathsExist": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "repositoryMatch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "gitea": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "api": {
                                  "type": "string"
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "owner": {
                                  "type": "string"
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "api",
                                "owner"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "github": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "appSecretName": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "organization": {
                                  "type": "string"
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "organization"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "gitlab": {
                              "additionalProperties": false,
                              "properties": {
                                "allBranches": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "api": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "caRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "configMapName": {
                                      "type": "string"
                                    },
                                    "key": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "configMapName",
                                    "key"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "group": {
                                  "type": "string"
                                },
                                "includeSharedProjects": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "includeSubgroups": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "insecure": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "tokenRef": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "secretName": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "secretName"
                                  ],
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "topic": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "group"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "requeueAfterSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "template": {
                              "additionalProperties": false,
                              "properties": {
                                "metadata": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "finalizers": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "labels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": "object"
                                },
                                "spec": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "destination": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "namespace": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "server": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "ignoreDifferences": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "group": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "jqPathExpressions": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "jsonPointers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "kind": {
                                            "type": "string"
                                          },
                                          "managedFieldsManagers": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "namespace": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "kind"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "info": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "project": {
                                      "type": "string"
                                    },
                                    "revisionHistoryLimit": {
                                      "format": "int64",
                                      "type": [
                                        "integer",
                                        "null"
                                      ]
                                    },
                                    "source": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "chart": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "directory": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "exclude": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "include": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "jsonnet": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "extVars": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "libs": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "tlas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "code": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "recurse": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "helm": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "fileParameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingValueFiles": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "forceString": {
                                                    "type": [
                                                      "boolean",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "value": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "passCredentials": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "releaseName": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "skipCrds": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipSchemaValidation": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "skipTests": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "valueFiles": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "values": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "valuesObject": {
                                              "type": [
                                                "object",
                                                "null"
                                              ],
                                              "x-kubernetes-preserve-unknown-fields": true
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "kustomize": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "apiVersions": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "commonAnnotationsEnvsubst": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "commonLabels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "components": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "forceCommonAnnotations": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "forceCommonLabels": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "ignoreMissingComponents": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "images": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "kubeVersion": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelIncludeTemplates": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "labelWithoutSelector": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "namePrefix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "nameSuffix": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "patches": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "options": {
                                                    "additionalProperties": {
                                                      "type": "boolean"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "patch": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "path": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "target": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "annotationSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "group": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "kind": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "labelSelector": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "namespace": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "version": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "replicas": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "count": {
                                                    "anyOf": [
                                                      {
                                                        "type": "integer"
                                                      },
                                                      {
                                                        "type": "string"
                                                      }
                                                    ],
                                                    "x-kubernetes-int-or-string": true
                                                  },
                                                  "name": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "count",
                                                  "name"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "plugin": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "env": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "name": {
                                                    "type": "string"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  }
                                                },
                                                "required": [
                                                  "name",
                                                  "value"
                                                ],
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "parameters": {
                                              "items": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "array": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "map": {
                                                    "additionalProperties": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "object",
                                                      "null"
                                                    ]
                                                  },
                                                  "name": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  },
                                                  "string": {
                                                    "type": [
                                                      "string",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "ref": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "repoURL": {
                                          "type": "string"
                                        },
                                        "targetRevision": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "repoURL"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sourceHydrator": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "drySource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "directory": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "exclude": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "include": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "jsonnet": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "extVars": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "libs": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "tlas": {
                                                      "items": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "code": {
                                                            "type": [
                                                              "boolean",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": "string"
                                                          },
                                                          "value": {
                                                            "type": "string"
                                                          }
                                                        },
                                                        "required": [
                                                          "name",
                                                          "value"
                                                        ],
                                                        "type": "object"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "recurse": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "helm": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "fileParameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingValueFiles": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "forceString": {
                                                        "type": [
                                                          "boolean",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "value": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "passCredentials": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "releaseName": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "skipCrds": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipSchemaValidation": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "skipTests": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "valueFiles": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "values": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "valuesObject": {
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ],
                                                  "x-kubernetes-preserve-unknown-fields": true
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "kustomize": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "apiVersions": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotations": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "commonAnnotationsEnvsubst": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "commonLabels": {
                                                  "additionalProperties": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "object",
                                                    "null"
                                                  ]
                                                },
                                                "components": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonAnnotations": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "forceCommonLabels": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "ignoreMissingComponents": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "images": {
                                                  "items": {
                                                    "type": "string"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "kubeVersion": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelIncludeTemplates": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "labelWithoutSelector": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "namePrefix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "nameSuffix": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "patches": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "options": {
                                                        "additionalProperties": {
                                                          "type": "boolean"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "patch": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "path": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "target": {
                                                        "additionalProperties": false,
                                                        "properties": {
                                                          "annotationSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "group": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "kind": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "labelSelector": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "name": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "namespace": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          },
                                                          "version": {
                                                            "type": [
                                                              "string",
                                                              "null"
                                                            ]
                                                          }
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "replicas": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "count": {
                                                        "anyOf": [
                                                          {
                                                            "type": "integer"
                                                          },
                                                          {
                                                            "type": "string"
                                                          }
                                                        ],
                                                        "x-kubernetes-int-or-string": true
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "count",
                                                      "name"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": "string"
                                            },
                                            "plugin": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "env": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "required": [
                                                      "name",
                                                      "value"
                                                    ],
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "parameters": {
                                                  "items": {
                                                    "additionalProperties": false,
                                                    "properties": {
                                                      "array": {
                                                        "items": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "array",
                                                          "null"
                                                        ]
                                                      },
                                                      "map": {
                                                        "additionalProperties": {
                                                          "type": "string"
                                                        },
                                                        "type": [
                                                          "object",
                                                          "null"
                                                        ]
                                                      },
                                                      "name": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      },
                                                      "string": {
                                                        "type": [
                                                          "string",
                                                          "null"
                                                        ]
                                                      }
                                                    },
                                                    "type": "object"
                                                  },
                                                  "type": [
                                                    "array",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "repoURL": {
                                              "type": "string"
                                            },
                                            "targetRevision": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "repoURL",
                                            "targetRevision"
                                          ],
                                          "type": "object"
                                        },
                                        "hydrateTo": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "targetBranch"
                                          ],
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncSource": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "path": {
                                              "minLength": 1,
                                              "pattern": "^.{2,}|[^./]$",
                                              "type": "string"
                                            },
                                            "targetBranch": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "path",
                                            "targetBranch"
                                          ],
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "drySource",
                                        "syncSource"
                                      ],
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "sources": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "chart": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "directory": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "exclude": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "include": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "jsonnet": {
                                                "additionalProperties": false,
                                                "properties": {
                                                  "extVars": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "libs": {
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  },
                                                  "tlas": {
                                                    "items": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "code": {
                                                          "type": [
                                                            "boolean",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": "string"
                                                        },
                                                        "value": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "required": [
                                                        "name",
                                                        "value"
                                                      ],
                                                      "type": "object"
                                                    },
                                                    "type": [
                                                      "array",
                                                      "null"
                                                    ]
                                                  }
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "recurse": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "helm": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "fileParameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingValueFiles": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "forceString": {
                                                      "type": [
                                                        "boolean",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "value": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "passCredentials": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "releaseName": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "skipCrds": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipSchemaValidation": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "skipTests": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "valueFiles": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "values": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "valuesObject": {
                                                "type": [
                                                  "object",
                                                  "null"
                                                ],
                                                "x-kubernetes-preserve-unknown-fields": true
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "kustomize": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "apiVersions": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotations": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "commonAnnotationsEnvsubst": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "commonLabels": {
                                                "additionalProperties": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "object",
                                                  "null"
                                                ]
                                              },
                                              "components": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonAnnotations": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "forceCommonLabels": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "ignoreMissingComponents": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "images": {
                                                "items": {
                                                  "type": "string"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "kubeVersion": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelIncludeTemplates": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "labelWithoutSelector": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "namePrefix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "nameSuffix": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "patches": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "options": {
                                                      "additionalProperties": {
                                                        "type": "boolean"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "patch": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "path": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "target": {
                                                      "additionalProperties": false,
                                                      "properties": {
                                                        "annotationSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "group": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "kind": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "labelSelector": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "name": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "namespace": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        },
                                                        "version": {
                                                          "type": [
                                                            "string",
                                                            "null"
                                                          ]
                                                        }
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "replicas": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "count": {
                                                      "anyOf": [
                                                        {
                                                          "type": "integer"
                                                        },
                                                        {
                                                          "type": "string"
                                                        }
                                                      ],
                                                      "x-kubernetes-int-or-string": true
                                                    },
                                                    "name": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "count",
                                                    "name"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "plugin": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "env": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "name": {
                                                      "type": "string"
                                                    },
                                                    "value": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "required": [
                                                    "name",
                                                    "value"
                                                  ],
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "parameters": {
                                                "items": {
                                                  "additionalProperties": false,
                                                  "properties": {
                                                    "array": {
                                                      "items": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "array",
                                                        "null"
                                                      ]
                                                    },
                                                    "map": {
                                                      "additionalProperties": {
                                                        "type": "string"
                                                      },
                                                      "type": [
                                                        "object",
                                                        "null"
                                                      ]
                                                    },
                                                    "name": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    },
                                                    "string": {
                                                      "type": [
                                                        "string",
                                                        "null"
                                                      ]
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": [
                                                  "array",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "ref": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "repoURL": {
                                            "type": "string"
                                          },
                                          "targetRevision": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "required": [
                                          "repoURL"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "syncPolicy": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "automated": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "allowEmpty": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "enabled": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "prune": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "selfHeal": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "managedNamespaceMetadata": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotations": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "labels": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "retry": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "backoff": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "duration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "factor": {
                                                  "format": "int64",
                                                  "type": [
                                                    "integer",
                                                    "null"
                                                  ]
                                                },
                                                "maxDuration": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "limit": {
                                              "format": "int64",
                                              "type": [
                                                "integer",
                                                "null"
                                              ]
                                            },
                                            "refresh": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "syncOptions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "destination",
                                    "project"
                                  ],
                                  "type": "object"
                                }
                              },
                              "required": [
                                "metadata",
                                "spec"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "values": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "selector": {
                          "additionalProperties": false,
                          "properties": {
                            "matchExpressions": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "key": {
                                    "type": "string"
                                  },
                                  "operator": {
                                    "type": "string"
                                  },
                                  "values": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ],
                                    "x-kubernetes-list-type": "atomic"
                                  }
                                },
                                "required": [
                                  "key",
                                  "operator"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ],
                              "x-kubernetes-list-type": "atomic"
                            },
                            "matchLabels": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ],
                          "x-kubernetes-map-type": "atomic"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "mergeKeys": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "template": {
                    "additionalProperties": false,
                    "properties": {
                      "metadata": {
                        "additionalProperties": false,
                        "properties": {
                          "annotations": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "finalizers": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "labels": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "spec": {
                        "additionalProperties": false,
                        "properties": {
                          "destination": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "namespace": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "server": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "ignoreDifferences": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "group": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "jqPathExpressions": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "jsonPointers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "kind": {
                                  "type": "string"
                                },
                                "managedFieldsManagers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "namespace": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "kind"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "info": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "project": {
                            "type": "string"
                          },
                          "revisionHistoryLimit": {
                            "format": "int64",
                            "type": [
                              "integer",
                              "null"
                            ]
                          },
                          "source": {
                            "additionalProperties": false,
                            "properties": {
                              "chart": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "directory": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "include": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "jsonnet": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "extVars": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "libs": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "tlas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "recurse": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "helm": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "fileParameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingValueFiles": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "forceString": {
                                          "type": [
                                            "boolean",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "value": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "passCredentials": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "releaseName": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "skipCrds": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipSchemaValidation": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipTests": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "valueFiles": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "values": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "valuesObject": {
                                    "type": [
                                      "object",
                                      "null"
                                    ],
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "kustomize": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotationsEnvsubst": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "commonLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "components": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "forceCommonAnnotations": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "forceCommonLabels": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingComponents": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "images": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelIncludeTemplates": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "labelWithoutSelector": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "namePrefix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "nameSuffix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "patches": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "options": {
                                          "additionalProperties": {
                                            "type": "boolean"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "patch": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "target": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotationSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "group": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "kind": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "replicas": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "count": {
                                          "anyOf": [
                                            {
                                              "type": "integer"
                                            },
                                            {
                                              "type": "string"
                                            }
                                          ],
                                          "x-kubernetes-int-or-string": true
                                        },
                                        "name": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "count",
                                        "name"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "plugin": {
                                "additionalProperties": false,
                                "properties": {
                                  "env": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "name",
                                        "value"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "array": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "map": {
                                          "additionalProperties": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "string": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "ref": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "repoURL": {
                                "type": "string"
                              },
                              "targetRevision": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "repoURL"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sourceHydrator": {
                            "additionalProperties": false,
                            "properties": {
                              "drySource": {
                                "additionalProperties": false,
                                "properties": {
                                  "directory": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "exclude": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "include": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "jsonnet": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "extVars": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "libs": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "tlas": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "recurse": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "helm": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "fileParameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingValueFiles": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "forceString": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "value": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "passCredentials": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "releaseName": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "skipCrds": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipSchemaValidation": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipTests": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "valueFiles": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "values": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "valuesObject": {
                                        "type": [
                                          "object",
                                          "null"
                                        ],
                                        "x-kubernetes-preserve-unknown-fields": true
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "kustomize": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotations": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotationsEnvsubst": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "commonLabels": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "components": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "forceCommonAnnotations": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "forceCommonLabels": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingComponents": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "images": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "labelIncludeTemplates": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "labelWithoutSelector": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "namePrefix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "nameSuffix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "patches": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "options": {
                                              "additionalProperties": {
                                                "type": "boolean"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "patch": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "target": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "annotationSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "group": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "kind": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "replicas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "count": {
                                              "anyOf": [
                                                {
                                                  "type": "integer"
                                                },
                                                {
                                                  "type": "string"
                                                }
                                              ],
                                              "x-kubernetes-int-or-string": true
                                            },
                                            "name": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "count",
                                            "name"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "plugin": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "env": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "array": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "map": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "string": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "repoURL": {
                                    "type": "string"
                                  },
                                  "targetRevision": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "repoURL",
                                  "targetRevision"
                                ],
                                "type": "object"
                              },
                              "hydrateTo": {
                                "additionalProperties": false,
                                "properties": {
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "targetBranch"
                                ],
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncSource": {
                                "additionalProperties": false,
                                "properties": {
                                  "path": {
                                    "minLength": 1,
                                    "pattern": "^.{2,}|[^./]$",
                                    "type": "string"
                                  },
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "targetBranch"
                                ],
                                "type": "object"
                              }
                            },
                            "required": [
                              "drySource",
                              "syncSource"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sources": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "chart": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "directory": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "exclude": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "include": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "jsonnet": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "extVars": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "libs": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "tlas": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "recurse": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "helm": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "fileParameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingValueFiles": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "forceString": {
                                            "type": [
                                              "boolean",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "value": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "passCredentials": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "releaseName": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "skipCrds": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipSchemaValidation": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipTests": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "valueFiles": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "values": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "valuesObject": {
                                      "type": [
                                        "object",
                                        "null"
                                      ],
                                      "x-kubernetes-preserve-unknown-fields": true
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "kustomize": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotationsEnvsubst": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "commonLabels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "components": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "forceCommonAnnotations": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "forceCommonLabels": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingComponents": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "images": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "labelIncludeTemplates": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "labelWithoutSelector": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "namePrefix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "nameSuffix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "patches": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "options": {
                                            "additionalProperties": {
                                              "type": "boolean"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "patch": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "target": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "annotationSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "group": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "kind": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "replicas": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "count": {
                                            "anyOf": [
                                              {
                                                "type": "integer"
                                              },
                                              {
                                                "type": "string"
                                              }
                                            ],
                                            "x-kubernetes-int-or-string": true
                                          },
                                          "name": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "count",
                                          "name"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "plugin": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "env": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "array": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "map": {
                                            "additionalProperties": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "string": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "ref": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "repoURL": {
                                  "type": "string"
                                },
                                "targetRevision": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "repoURL"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "syncPolicy": {
                            "additionalProperties": false,
                            "properties": {
                              "automated": {
                                "additionalProperties": false,
                                "properties": {
                                  "allowEmpty": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "enabled": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "prune": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "selfHeal": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "managedNamespaceMetadata": {
                                "additionalProperties": false,
                                "properties": {
                                  "annotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "labels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "retry": {
                                "additionalProperties": false,
                                "properties": {
                                  "backoff": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "duration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "factor": {
                                        "format": "int64",
                                        "type": [
                                          "integer",
                                          "null"
                                        ]
                                      },
                                      "maxDuration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "limit": {
                                    "format": "int64",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "refresh": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncOptions": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "destination",
                          "project"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "metadata",
                      "spec"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "required": [
                  "generators",
                  "mergeKeys"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "plugin": {
                "additionalProperties": false,
                "properties": {
                  "configMapRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "name"
                    ],
                    "type": "object"
                  },
                  "input": {
                    "additionalProperties": false,
                    "properties": {
                      "parameters": {
                        "additionalProperties": {
                          "x-kubernetes-preserve-unknown-fields": true
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "requeueAfterSeconds": {
                    "format": "int64",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "template": {
                    "additionalProperties": false,
                    "properties": {
                      "metadata": {
                        "additionalProperties": false,
                        "properties": {
                          "annotations": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "finalizers": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "labels": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "spec": {
                        "additionalProperties": false,
                        "properties": {
                          "destination": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "namespace": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "server": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "ignoreDifferences": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "group": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "jqPathExpressions": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "jsonPointers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "kind": {
                                  "type": "string"
                                },
                                "managedFieldsManagers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "namespace": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "kind"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "info": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "project": {
                            "type": "string"
                          },
                          "revisionHistoryLimit": {
                            "format": "int64",
                            "type": [
                              "integer",
                              "null"
                            ]
                          },
                          "source": {
                            "additionalProperties": false,
                            "properties": {
                              "chart": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "directory": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "include": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "jsonnet": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "extVars": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "libs": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "tlas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "recurse": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "helm": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "fileParameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingValueFiles": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "forceString": {
                                          "type": [
                                            "boolean",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "value": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "passCredentials": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "releaseName": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "skipCrds": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipSchemaValidation": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipTests": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "valueFiles": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "values": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "valuesObject": {
                                    "type": [
                                      "object",
                                      "null"
                                    ],
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "kustomize": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotationsEnvsubst": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "commonLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "components": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "forceCommonAnnotations": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "forceCommonLabels": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingComponents": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "images": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelIncludeTemplates": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "labelWithoutSelector": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "namePrefix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "nameSuffix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "patches": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "options": {
                                          "additionalProperties": {
                                            "type": "boolean"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "patch": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "target": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotationSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "group": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "kind": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "replicas": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "count": {
                                          "anyOf": [
                                            {
                                              "type": "integer"
                                            },
                                            {
                                              "type": "string"
                                            }
                                          ],
                                          "x-kubernetes-int-or-string": true
                                        },
                                        "name": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "count",
                                        "name"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "plugin": {
                                "additionalProperties": false,
                                "properties": {
                                  "env": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "name",
                                        "value"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "array": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "map": {
                                          "additionalProperties": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "string": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "ref": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "repoURL": {
                                "type": "string"
                              },
                              "targetRevision": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "repoURL"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sourceHydrator": {
                            "additionalProperties": false,
                            "properties": {
                              "drySource": {
                                "additionalProperties": false,
                                "properties": {
                                  "directory": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "exclude": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "include": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "jsonnet": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "extVars": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "libs": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "tlas": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "recurse": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "helm": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "fileParameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingValueFiles": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "forceString": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "value": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "passCredentials": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "releaseName": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "skipCrds": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipSchemaValidation": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipTests": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "valueFiles": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "values": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "valuesObject": {
                                        "type": [
                                          "object",
                                          "null"
                                        ],
                                        "x-kubernetes-preserve-unknown-fields": true
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "kustomize": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotations": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotationsEnvsubst": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "commonLabels": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "components": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "forceCommonAnnotations": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "forceCommonLabels": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingComponents": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "images": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "labelIncludeTemplates": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "labelWithoutSelector": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "namePrefix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "nameSuffix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "patches": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "options": {
                                              "additionalProperties": {
                                                "type": "boolean"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "patch": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "target": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "annotationSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "group": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "kind": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "replicas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "count": {
                                              "anyOf": [
                                                {
                                                  "type": "integer"
                                                },
                                                {
                                                  "type": "string"
                                                }
                                              ],
                                              "x-kubernetes-int-or-string": true
                                            },
                                            "name": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "count",
                                            "name"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "plugin": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "env": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "array": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "map": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "string": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "repoURL": {
                                    "type": "string"
                                  },
                                  "targetRevision": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "repoURL",
                                  "targetRevision"
                                ],
                                "type": "object"
                              },
                              "hydrateTo": {
                                "additionalProperties": false,
                                "properties": {
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "targetBranch"
                                ],
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncSource": {
                                "additionalProperties": false,
                                "properties": {
                                  "path": {
                                    "minLength": 1,
                                    "pattern": "^.{2,}|[^./]$",
                                    "type": "string"
                                  },
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "targetBranch"
                                ],
                                "type": "object"
                              }
                            },
                            "required": [
                              "drySource",
                              "syncSource"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sources": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "chart": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "directory": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "exclude": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "include": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "jsonnet": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "extVars": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "libs": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "tlas": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "recurse": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "helm": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "fileParameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingValueFiles": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "forceString": {
                                            "type": [
                                              "boolean",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "value": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "passCredentials": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "releaseName": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "skipCrds": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipSchemaValidation": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipTests": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "valueFiles": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "values": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "valuesObject": {
                                      "type": [
                                        "object",
                                        "null"
                                      ],
                                      "x-kubernetes-preserve-unknown-fields": true
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "kustomize": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotationsEnvsubst": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "commonLabels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "components": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "forceCommonAnnotations": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "forceCommonLabels": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingComponents": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "images": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "labelIncludeTemplates": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "labelWithoutSelector": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "namePrefix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "nameSuffix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "patches": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "options": {
                                            "additionalProperties": {
                                              "type": "boolean"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "patch": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "target": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "annotationSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "group": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "kind": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "replicas": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "count": {
                                            "anyOf": [
                                              {
                                                "type": "integer"
                                              },
                                              {
                                                "type": "string"
                                              }
                                            ],
                                            "x-kubernetes-int-or-string": true
                                          },
                                          "name": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "count",
                                          "name"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "plugin": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "env": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "array": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "map": {
                                            "additionalProperties": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "string": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "ref": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "repoURL": {
                                  "type": "string"
                                },
                                "targetRevision": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "repoURL"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "syncPolicy": {
                            "additionalProperties": false,
                            "properties": {
                              "automated": {
                                "additionalProperties": false,
                                "properties": {
                                  "allowEmpty": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "enabled": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "prune": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "selfHeal": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "managedNamespaceMetadata": {
                                "additionalProperties": false,
                                "properties": {
                                  "annotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "labels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "retry": {
                                "additionalProperties": false,
                                "properties": {
                                  "backoff": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "duration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "factor": {
                                        "format": "int64",
                                        "type": [
                                          "integer",
                                          "null"
                                        ]
                                      },
                                      "maxDuration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "limit": {
                                    "format": "int64",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "refresh": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncOptions": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "destination",
                          "project"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "metadata",
                      "spec"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "values": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "required": [
                  "configMapRef"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "pullRequest": {
                "additionalProperties": false,
                "properties": {
                  "azuredevops": {
                    "additionalProperties": false,
                    "properties": {
                      "api": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "labels": {
                        "items": {
                          "type": "string"
                        },
                        "type": [
                          "array",
                          "null"
                        ]
                      },
                      "organization": {
                        "type": "string"
                      },
                      "project": {
                        "type": "string"
                      },
                      "repo": {
                        "type": "string"
                      },
                      "tokenRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "secretName": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "secretName"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "organization",
                      "project",
                      "repo"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "bitbucket": {
                    "additionalProperties": false,
                    "properties": {
                      "api": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "basicAuth": {
                        "additionalProperties": false,
                        "properties": {
                          "passwordRef": {
                            "additionalProperties": false,
                            "properties": {
                              "key": {
                                "type": "string"
                              },
                              "secretName": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "key",
                              "secretName"
                            ],
                            "type": "object"
                          },
                          "username": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "passwordRef",
                          "username"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "bearerToken": {
                        "additionalProperties": false,
                        "properties": {
                          "tokenRef": {
                            "additionalProperties": false,
                            "properties": {
                              "key": {
                                "type": "string"
                              },
                              "secretName": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "key",
                              "secretName"
                            ],
                            "type": "object"
                          }
                        },
                        "required": [
                          "tokenRef"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "owner": {
                        "type": "string"
                      },
                      "repo": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "owner",
                      "repo"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "bitbucketServer": {
                    "additionalProperties": false,
                    "properties": {
                      "api": {
                        "type": "string"
                      },
                      "basicAuth": {
                        "additionalProperties": false,
                        "properties": {
                          "passwordRef": {
                            "additionalProperties": false,
                            "properties": {
                              "key": {
                                "type": "string"
                              },
                              "secretName": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "key",
                              "secretName"
                            ],
                            "type": "object"
                          },
                          "username": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "passwordRef",
                          "username"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "bearerToken": {
                        "additionalProperties": false,
                        "properties": {
                          "tokenRef": {
                            "additionalProperties": false,
                            "properties": {
                              "key": {
                                "type": "string"
                              },
                              "secretName": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "key",
                              "secretName"
                            ],
                            "type": "object"
                          }
                        },
                        "required": [
                          "tokenRef"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "caRef": {
                        "additionalProperties": false,
                        "properties": {
                          "configMapName": {
                            "type": "string"
                          },
                          "key": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "configMapName",
                          "key"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "insecure": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "project": {
                        "type": "string"
                      },
                      "repo": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "api",
                      "project",
                      "repo"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "continueOnRepoNotFoundError": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "filters": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "branchMatch": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "targetBranchMatch": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "titleMatch": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "gitea": {
                    "additionalProperties": false,
                    "properties": {
                      "api": {
                        "type": "string"
                      },
                      "insecure": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "labels": {
                        "items": {
                          "type": "string"
                        },
                        "type": [
                          "array",
                          "null"
                        ]
                      },
                      "owner": {
                        "type": "string"
                      },
                      "repo": {
                        "type": "string"
                      },
                      "tokenRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "secretName": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "secretName"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "api",
                      "owner",
                      "repo"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "github": {
                    "additionalProperties": false,
                    "properties": {
                      "api": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "appSecretName": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "labels": {
                        "items": {
                          "type": "string"
                        },
                        "type": [
                          "array",
                          "null"
                        ]
                      },
                      "owner": {
                        "type": "string"
                      },
                      "repo": {
                        "type": "string"
                      },
                      "tokenRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "secretName": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "secretName"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "owner",
                      "repo"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "gitlab": {
                    "additionalProperties": false,
                    "properties": {
                      "api": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "caRef": {
                        "additionalProperties": false,
                        "properties": {
                          "configMapName": {
                            "type": "string"
                          },
                          "key": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "configMapName",
                          "key"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "insecure": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "labels": {
                        "items": {
                          "type": "string"
                        },
                        "type": [
                          "array",
                          "null"
                        ]
                      },
                      "project": {
                        "type": "string"
                      },
                      "pullRequestState": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "tokenRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "secretName": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "secretName"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "project"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "requeueAfterSeconds": {
                    "format": "int64",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "template": {
                    "additionalProperties": false,
                    "properties": {
                      "metadata": {
                        "additionalProperties": false,
                        "properties": {
                          "annotations": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "finalizers": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "labels": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "spec": {
                        "additionalProperties": false,
                        "properties": {
                          "destination": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "namespace": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "server": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "ignoreDifferences": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "group": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "jqPathExpressions": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "jsonPointers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "kind": {
                                  "type": "string"
                                },
                                "managedFieldsManagers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "namespace": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "kind"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "info": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "project": {
                            "type": "string"
                          },
                          "revisionHistoryLimit": {
                            "format": "int64",
                            "type": [
                              "integer",
                              "null"
                            ]
                          },
                          "source": {
                            "additionalProperties": false,
                            "properties": {
                              "chart": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "directory": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "include": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "jsonnet": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "extVars": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "libs": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "tlas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "recurse": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "helm": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "fileParameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingValueFiles": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "forceString": {
                                          "type": [
                                            "boolean",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "value": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "passCredentials": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "releaseName": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "skipCrds": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipSchemaValidation": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipTests": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "valueFiles": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "values": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "valuesObject": {
                                    "type": [
                                      "object",
                                      "null"
                                    ],
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "kustomize": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotationsEnvsubst": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "commonLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "components": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "forceCommonAnnotations": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "forceCommonLabels": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingComponents": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "images": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelIncludeTemplates": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "labelWithoutSelector": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "namePrefix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "nameSuffix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "patches": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "options": {
                                          "additionalProperties": {
                                            "type": "boolean"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "patch": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "target": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotationSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "group": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "kind": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "replicas": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "count": {
                                          "anyOf": [
                                            {
                                              "type": "integer"
                                            },
                                            {
                                              "type": "string"
                                            }
                                          ],
                                          "x-kubernetes-int-or-string": true
                                        },
                                        "name": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "count",
                                        "name"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "plugin": {
                                "additionalProperties": false,
                                "properties": {
                                  "env": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "name",
                                        "value"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "array": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "map": {
                                          "additionalProperties": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "string": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "ref": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "repoURL": {
                                "type": "string"
                              },
                              "targetRevision": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "repoURL"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sourceHydrator": {
                            "additionalProperties": false,
                            "properties": {
                              "drySource": {
                                "additionalProperties": false,
                                "properties": {
                                  "directory": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "exclude": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "include": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "jsonnet": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "extVars": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "libs": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "tlas": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "recurse": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "helm": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "fileParameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingValueFiles": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "forceString": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "value": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "passCredentials": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "releaseName": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "skipCrds": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipSchemaValidation": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipTests": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "valueFiles": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "values": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "valuesObject": {
                                        "type": [
                                          "object",
                                          "null"
                                        ],
                                        "x-kubernetes-preserve-unknown-fields": true
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "kustomize": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotations": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotationsEnvsubst": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "commonLabels": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "components": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "forceCommonAnnotations": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "forceCommonLabels": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingComponents": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "images": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "labelIncludeTemplates": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "labelWithoutSelector": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "namePrefix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "nameSuffix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "patches": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "options": {
                                              "additionalProperties": {
                                                "type": "boolean"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "patch": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "target": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "annotationSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "group": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "kind": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "replicas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "count": {
                                              "anyOf": [
                                                {
                                                  "type": "integer"
                                                },
                                                {
                                                  "type": "string"
                                                }
                                              ],
                                              "x-kubernetes-int-or-string": true
                                            },
                                            "name": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "count",
                                            "name"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "plugin": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "env": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "array": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "map": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "string": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "repoURL": {
                                    "type": "string"
                                  },
                                  "targetRevision": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "repoURL",
                                  "targetRevision"
                                ],
                                "type": "object"
                              },
                              "hydrateTo": {
                                "additionalProperties": false,
                                "properties": {
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "targetBranch"
                                ],
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncSource": {
                                "additionalProperties": false,
                                "properties": {
                                  "path": {
                                    "minLength": 1,
                                    "pattern": "^.{2,}|[^./]$",
                                    "type": "string"
                                  },
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "targetBranch"
                                ],
                                "type": "object"
                              }
                            },
                            "required": [
                              "drySource",
                              "syncSource"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sources": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "chart": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "directory": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "exclude": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "include": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "jsonnet": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "extVars": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "libs": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "tlas": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "recurse": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "helm": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "fileParameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingValueFiles": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "forceString": {
                                            "type": [
                                              "boolean",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "value": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "passCredentials": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "releaseName": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "skipCrds": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipSchemaValidation": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipTests": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "valueFiles": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "values": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "valuesObject": {
                                      "type": [
                                        "object",
                                        "null"
                                      ],
                                      "x-kubernetes-preserve-unknown-fields": true
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "kustomize": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotationsEnvsubst": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "commonLabels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "components": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "forceCommonAnnotations": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "forceCommonLabels": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingComponents": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "images": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "labelIncludeTemplates": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "labelWithoutSelector": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "namePrefix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "nameSuffix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "patches": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "options": {
                                            "additionalProperties": {
                                              "type": "boolean"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "patch": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "target": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "annotationSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "group": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "kind": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "replicas": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "count": {
                                            "anyOf": [
                                              {
                                                "type": "integer"
                                              },
                                              {
                                                "type": "string"
                                              }
                                            ],
                                            "x-kubernetes-int-or-string": true
                                          },
                                          "name": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "count",
                                          "name"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "plugin": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "env": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "array": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "map": {
                                            "additionalProperties": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "string": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "ref": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "repoURL": {
                                  "type": "string"
                                },
                                "targetRevision": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "repoURL"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "syncPolicy": {
                            "additionalProperties": false,
                            "properties": {
                              "automated": {
                                "additionalProperties": false,
                                "properties": {
                                  "allowEmpty": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "enabled": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "prune": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "selfHeal": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "managedNamespaceMetadata": {
                                "additionalProperties": false,
                                "properties": {
                                  "annotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "labels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "retry": {
                                "additionalProperties": false,
                                "properties": {
                                  "backoff": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "duration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "factor": {
                                        "format": "int64",
                                        "type": [
                                          "integer",
                                          "null"
                                        ]
                                      },
                                      "maxDuration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "limit": {
                                    "format": "int64",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "refresh": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncOptions": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "destination",
                          "project"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "metadata",
                      "spec"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "values": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "scmProvider": {
                "additionalProperties": false,
                "properties": {
                  "awsCodeCommit": {
                    "additionalProperties": false,
                    "properties": {
                      "allBranches": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "region": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "role": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "tagFilters": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "key": {
                              "type": "string"
                            },
                            "value": {
                              "type": [
                                "string",
                                "null"
                              ]
                            }
                          },
                          "required": [
                            "key"
                          ],
                          "type": "object"
                        },
                        "type": [
                          "array",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "azureDevOps": {
                    "additionalProperties": false,
                    "properties": {
                      "accessTokenRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "secretName": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "secretName"
                        ],
                        "type": "object"
                      },
                      "allBranches": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "api": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "organization": {
                        "type": "string"
                      },
                      "teamProject": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "accessTokenRef",
                      "organization",
                      "teamProject"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "bitbucket": {
                    "additionalProperties": false,
                    "properties": {
                      "allBranches": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "appPasswordRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "secretName": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "secretName"
                        ],
                        "type": "object"
                      },
                      "owner": {
                        "type": "string"
                      },
                      "user": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "appPasswordRef",
                      "owner",
                      "user"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "bitbucketServer": {
                    "additionalProperties": false,
                    "properties": {
                      "allBranches": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "api": {
                        "type": "string"
                      },
                      "basicAuth": {
                        "additionalProperties": false,
                        "properties": {
                          "passwordRef": {
                            "additionalProperties": false,
                            "properties": {
                              "key": {
                                "type": "string"
                              },
                              "secretName": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "key",
                              "secretName"
                            ],
                            "type": "object"
                          },
                          "username": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "passwordRef",
                          "username"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "bearerToken": {
                        "additionalProperties": false,
                        "properties": {
                          "tokenRef": {
                            "additionalProperties": false,
                            "properties": {
                              "key": {
                                "type": "string"
                              },
                              "secretName": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "key",
                              "secretName"
                            ],
                            "type": "object"
                          }
                        },
                        "required": [
                          "tokenRef"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "caRef": {
                        "additionalProperties": false,
                        "properties": {
                          "configMapName": {
                            "type": "string"
                          },
                          "key": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "configMapName",
                          "key"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "insecure": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "project": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "api",
                      "project"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "cloneProtocol": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "filters": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "branchMatch": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "labelMatch": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "pathsDoNotExist": {
                          "items": {
                            "type": "string"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "pathsExist": {
                          "items": {
                            "type": "string"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "repositoryMatch": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "gitea": {
                    "additionalProperties": false,
                    "properties": {
                      "allBranches": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "api": {
                        "type": "string"
                      },
                      "insecure": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "owner": {
                        "type": "string"
                      },
                      "tokenRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "secretName": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "secretName"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "api",
                      "owner"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "github": {
                    "additionalProperties": false,
                    "properties": {
                      "allBranches": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "api": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "appSecretName": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "organization": {
                        "type": "string"
                      },
                      "tokenRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "secretName": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "secretName"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "organization"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "gitlab": {
                    "additionalProperties": false,
                    "properties": {
                      "allBranches": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "api": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "caRef": {
                        "additionalProperties": false,
                        "properties": {
                          "configMapName": {
                            "type": "string"
                          },
                          "key": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "configMapName",
                          "key"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "group": {
                        "type": "string"
                      },
                      "includeSharedProjects": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "includeSubgroups": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "insecure": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "tokenRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "secretName": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "secretName"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "topic": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "group"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "requeueAfterSeconds": {
                    "format": "int64",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "template": {
                    "additionalProperties": false,
                    "properties": {
                      "metadata": {
                        "additionalProperties": false,
                        "properties": {
                          "annotations": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "finalizers": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "labels": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "spec": {
                        "additionalProperties": false,
                        "properties": {
                          "destination": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "namespace": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "server": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "ignoreDifferences": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "group": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "jqPathExpressions": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "jsonPointers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "kind": {
                                  "type": "string"
                                },
                                "managedFieldsManagers": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "namespace": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "kind"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "info": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "project": {
                            "type": "string"
                          },
                          "revisionHistoryLimit": {
                            "format": "int64",
                            "type": [
                              "integer",
                              "null"
                            ]
                          },
                          "source": {
                            "additionalProperties": false,
                            "properties": {
                              "chart": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "directory": {
                                "additionalProperties": false,
                                "properties": {
                                  "exclude": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "include": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "jsonnet": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "extVars": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "libs": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "tlas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "code": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "recurse": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "helm": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "fileParameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingValueFiles": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "forceString": {
                                          "type": [
                                            "boolean",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "value": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "passCredentials": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "releaseName": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "skipCrds": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipSchemaValidation": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "skipTests": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "valueFiles": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "values": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "valuesObject": {
                                    "type": [
                                      "object",
                                      "null"
                                    ],
                                    "x-kubernetes-preserve-unknown-fields": true
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "kustomize": {
                                "additionalProperties": false,
                                "properties": {
                                  "apiVersions": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "commonAnnotationsEnvsubst": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "commonLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "components": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "forceCommonAnnotations": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "forceCommonLabels": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "ignoreMissingComponents": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "images": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "kubeVersion": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelIncludeTemplates": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "labelWithoutSelector": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "namePrefix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "nameSuffix": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "patches": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "options": {
                                          "additionalProperties": {
                                            "type": "boolean"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "patch": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "path": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "target": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "annotationSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "group": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "kind": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "labelSelector": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "namespace": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "version": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "replicas": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "count": {
                                          "anyOf": [
                                            {
                                              "type": "integer"
                                            },
                                            {
                                              "type": "string"
                                            }
                                          ],
                                          "x-kubernetes-int-or-string": true
                                        },
                                        "name": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "count",
                                        "name"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "plugin": {
                                "additionalProperties": false,
                                "properties": {
                                  "env": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "name",
                                        "value"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "parameters": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "array": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "map": {
                                          "additionalProperties": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "object",
                                            "null"
                                          ]
                                        },
                                        "name": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        },
                                        "string": {
                                          "type": [
                                            "string",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "ref": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "repoURL": {
                                "type": "string"
                              },
                              "targetRevision": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "repoURL"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sourceHydrator": {
                            "additionalProperties": false,
                            "properties": {
                              "drySource": {
                                "additionalProperties": false,
                                "properties": {
                                  "directory": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "exclude": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "include": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "jsonnet": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "extVars": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "libs": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "tlas": {
                                            "items": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "code": {
                                                  "type": [
                                                    "boolean",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              },
                                              "required": [
                                                "name",
                                                "value"
                                              ],
                                              "type": "object"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "recurse": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "helm": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "fileParameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingValueFiles": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "forceString": {
                                              "type": [
                                                "boolean",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "value": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "passCredentials": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "releaseName": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "skipCrds": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipSchemaValidation": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "skipTests": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "valueFiles": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "values": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "valuesObject": {
                                        "type": [
                                          "object",
                                          "null"
                                        ],
                                        "x-kubernetes-preserve-unknown-fields": true
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "kustomize": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersions": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotations": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "commonAnnotationsEnvsubst": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "commonLabels": {
                                        "additionalProperties": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "object",
                                          "null"
                                        ]
                                      },
                                      "components": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "forceCommonAnnotations": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "forceCommonLabels": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "ignoreMissingComponents": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "images": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "kubeVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "labelIncludeTemplates": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "labelWithoutSelector": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "namePrefix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "nameSuffix": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "patches": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "options": {
                                              "additionalProperties": {
                                                "type": "boolean"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "patch": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "path": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "target": {
                                              "additionalProperties": false,
                                              "properties": {
                                                "annotationSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "group": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "kind": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "labelSelector": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "name": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "namespace": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                },
                                                "version": {
                                                  "type": [
                                                    "string",
                                                    "null"
                                                  ]
                                                }
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "replicas": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "count": {
                                              "anyOf": [
                                                {
                                                  "type": "integer"
                                                },
                                                {
                                                  "type": "string"
                                                }
                                              ],
                                              "x-kubernetes-int-or-string": true
                                            },
                                            "name": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "count",
                                            "name"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "plugin": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "env": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "name": {
                                              "type": "string"
                                            },
                                            "value": {
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "name",
                                            "value"
                                          ],
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "parameters": {
                                        "items": {
                                          "additionalProperties": false,
                                          "properties": {
                                            "array": {
                                              "items": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "array",
                                                "null"
                                              ]
                                            },
                                            "map": {
                                              "additionalProperties": {
                                                "type": "string"
                                              },
                                              "type": [
                                                "object",
                                                "null"
                                              ]
                                            },
                                            "name": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            },
                                            "string": {
                                              "type": [
                                                "string",
                                                "null"
                                              ]
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": [
                                          "array",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "repoURL": {
                                    "type": "string"
                                  },
                                  "targetRevision": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "repoURL",
                                  "targetRevision"
                                ],
                                "type": "object"
                              },
                              "hydrateTo": {
                                "additionalProperties": false,
                                "properties": {
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "targetBranch"
                                ],
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncSource": {
                                "additionalProperties": false,
                                "properties": {
                                  "path": {
                                    "minLength": 1,
                                    "pattern": "^.{2,}|[^./]$",
                                    "type": "string"
                                  },
                                  "targetBranch": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "path",
                                  "targetBranch"
                                ],
                                "type": "object"
                              }
                            },
                            "required": [
                              "drySource",
                              "syncSource"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "sources": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "chart": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "directory": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "exclude": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "include": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "jsonnet": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "extVars": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "libs": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        },
                                        "tlas": {
                                          "items": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "code": {
                                                "type": [
                                                  "boolean",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": "string"
                                              },
                                              "value": {
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "name",
                                              "value"
                                            ],
                                            "type": "object"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "recurse": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "helm": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "fileParameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingValueFiles": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "forceString": {
                                            "type": [
                                              "boolean",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "value": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "passCredentials": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "releaseName": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "skipCrds": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipSchemaValidation": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "skipTests": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "valueFiles": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "values": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "valuesObject": {
                                      "type": [
                                        "object",
                                        "null"
                                      ],
                                      "x-kubernetes-preserve-unknown-fields": true
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "kustomize": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "apiVersions": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotations": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "commonAnnotationsEnvsubst": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "commonLabels": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "object",
                                        "null"
                                      ]
                                    },
                                    "components": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "forceCommonAnnotations": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "forceCommonLabels": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "ignoreMissingComponents": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "images": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "kubeVersion": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "labelIncludeTemplates": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "labelWithoutSelector": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "namePrefix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "nameSuffix": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "patches": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "options": {
                                            "additionalProperties": {
                                              "type": "boolean"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "patch": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "path": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "target": {
                                            "additionalProperties": false,
                                            "properties": {
                                              "annotationSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "group": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "kind": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "labelSelector": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "name": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "namespace": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              },
                                              "version": {
                                                "type": [
                                                  "string",
                                                  "null"
                                                ]
                                              }
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "replicas": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "count": {
                                            "anyOf": [
                                              {
                                                "type": "integer"
                                              },
                                              {
                                                "type": "string"
                                              }
                                            ],
                                            "x-kubernetes-int-or-string": true
                                          },
                                          "name": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "count",
                                          "name"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "plugin": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "env": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "name",
                                          "value"
                                        ],
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "parameters": {
                                      "items": {
                                        "additionalProperties": false,
                                        "properties": {
                                          "array": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "array",
                                              "null"
                                            ]
                                          },
                                          "map": {
                                            "additionalProperties": {
                                              "type": "string"
                                            },
                                            "type": [
                                              "object",
                                              "null"
                                            ]
                                          },
                                          "name": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          },
                                          "string": {
                                            "type": [
                                              "string",
                                              "null"
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "ref": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "repoURL": {
                                  "type": "string"
                                },
                                "targetRevision": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "repoURL"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "syncPolicy": {
                            "additionalProperties": false,
                            "properties": {
                              "automated": {
                                "additionalProperties": false,
                                "properties": {
                                  "allowEmpty": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "enabled": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "prune": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "selfHeal": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "managedNamespaceMetadata": {
                                "additionalProperties": false,
                                "properties": {
                                  "annotations": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "labels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "retry": {
                                "additionalProperties": false,
                                "properties": {
                                  "backoff": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "duration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "factor": {
                                        "format": "int64",
                                        "type": [
                                          "integer",
                                          "null"
                                        ]
                                      },
                                      "maxDuration": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "limit": {
                                    "format": "int64",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "refresh": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "syncOptions": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "destination",
                          "project"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "metadata",
                      "spec"
                    ],
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "values": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "selector": {
                "additionalProperties": false,
                "properties": {
                  "matchExpressions": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "key": {
                          "type": "string"
                        },
                        "operator": {
                          "type": "string"
                        },
                        "values": {
                          "items": {
                            "type": "string"
                          },
                          "type": [
                            "array",
                            "null"
                          ],
                          "x-kubernetes-list-type": "atomic"
                        }
                      },
                      "required": [
                        "key",
                        "operator"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ],
                    "x-kubernetes-list-type": "atomic"
                  },
                  "matchLabels": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ],
                "x-kubernetes-map-type": "atomic"
              }
            },
            "type": "object"
          },
          "type": "array"
        },
        "goTemplate": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "goTemplateOptions": {
          "items": {
            "type": "string"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "ignoreApplicationDifferences": {
          "items": {
            "additionalProperties": false,
            "properties": {
              "jqPathExpressions": {
                "items": {
                  "type": "string"
                },
                "type": [
                  "array",
                  "null"
                ]
              },
              "jsonPointers": {
                "items": {
                  "type": "string"
                },
                "type": [
                  "array",
                  "null"
                ]
              },
              "name": {
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "type": "object"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "preservedFields": {
          "additionalProperties": false,
          "properties": {
            "annotations": {
              "items": {
                "type": "string"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "labels": {
              "items": {
                "type": "string"
              },
              "type": [
                "array",
                "null"
              ]
            }
          },
          "type": [
            "object",
            "null"
          ]
        },
        "strategy": {
          "additionalProperties": false,
          "properties": {
            "deletionOrder": {
              "type": [
                "string",
                "null"
              ]
            },
            "rollingSync": {
              "additionalProperties": false,
              "properties": {
                "steps": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "matchExpressions": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "key": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "operator": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "values": {
                              "items": {
                                "type": "string"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            }
                          },
                          "type": "object"
                        },
                        "type": [
                          "array",
                          "null"
                        ]
                      },
                      "maxUpdate": {
                        "anyOf": [
                          {
                            "type": "integer"
                          },
                          {
                            "type": "string"
                          }
                        ],
                        "x-kubernetes-int-or-string": true
                      }
                    },
                    "type": "object"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "type": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "type": [
            "object",
            "null"
          ]
        },
        "syncPolicy": {
          "additionalProperties": false,
          "properties": {
            "applicationsSync": {
              "enum": [
                "create-only",
                "create-update",
                "create-delete",
                "sync"
              ],
              "type": [
                "string",
                "null"
              ]
            },
            "preserveResourcesOnDeletion": {
              "type": [
                "boolean",
                "null"
              ]
            }
          },
          "type": [
            "object",
            "null"
          ]
        },
        "template": {
          "additionalProperties": false,
          "properties": {
            "metadata": {
              "additionalProperties": false,
              "properties": {
                "annotations": {
                  "additionalProperties": {
                    "type": "string"
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "finalizers": {
                  "items": {
                    "type": "string"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "labels": {
                  "additionalProperties": {
                    "type": "string"
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "name": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "namespace": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              },
              "type": "object"
            },
            "spec": {
              "additionalProperties": false,
              "properties": {
                "destination": {
                  "additionalProperties": false,
                  "properties": {
                    "name": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "namespace": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "server": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": "object"
                },
                "ignoreDifferences": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "group": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "jqPathExpressions": {
                        "items": {
                          "type": "string"
                        },
                        "type": [
                          "array",
                          "null"
                        ]
                      },
                      "jsonPointers": {
                        "items": {
                          "type": "string"
                        },
                        "type": [
                          "array",
                          "null"
                        ]
                      },
                      "kind": {
                        "type": "string"
                      },
                      "managedFieldsManagers": {
                        "items": {
                          "type": "string"
                        },
                        "type": [
                          "array",
                          "null"
                        ]
                      },
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "namespace": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "kind"
                    ],
                    "type": "object"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "info": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "value": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "name",
                      "value"
                    ],
                    "type": "object"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "project": {
                  "type": "string"
                },
                "revisionHistoryLimit": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "source": {
                  "additionalProperties": false,
                  "properties": {
                    "chart": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "directory": {
                      "additionalProperties": false,
                      "properties": {
                        "exclude": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "include": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "jsonnet": {
                          "additionalProperties": false,
                          "properties": {
                            "extVars": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "code": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "name",
                                  "value"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "libs": {
                              "items": {
                                "type": "string"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "tlas": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "code": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "name",
                                  "value"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "recurse": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        }
                      },
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "helm": {
                      "additionalProperties": false,
                      "properties": {
                        "apiVersions": {
                          "items": {
                            "type": "string"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "fileParameters": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "ignoreMissingValueFiles": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "kubeVersion": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "namespace": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "parameters": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "forceString": {
                                "type": [
                                  "boolean",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "value": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "passCredentials": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "releaseName": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "skipCrds": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "skipSchemaValidation": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "skipTests": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "valueFiles": {
                          "items": {
                            "type": "string"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "values": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "valuesObject": {
                          "type": [
                            "object",
                            "null"
                          ],
                          "x-kubernetes-preserve-unknown-fields": true
                        },
                        "version": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "kustomize": {
                      "additionalProperties": false,
                      "properties": {
                        "apiVersions": {
                          "items": {
                            "type": "string"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "commonAnnotations": {
                          "additionalProperties": {
                            "type": "string"
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "commonAnnotationsEnvsubst": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "commonLabels": {
                          "additionalProperties": {
                            "type": "string"
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "components": {
                          "items": {
                            "type": "string"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "forceCommonAnnotations": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "forceCommonLabels": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "ignoreMissingComponents": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "images": {
                          "items": {
                            "type": "string"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "kubeVersion": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "labelIncludeTemplates": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "labelWithoutSelector": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "namePrefix": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "nameSuffix": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "namespace": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "patches": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "options": {
                                "additionalProperties": {
                                  "type": "boolean"
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "patch": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "target": {
                                "additionalProperties": false,
                                "properties": {
                                  "annotationSelector": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "group": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "kind": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "labelSelector": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "namespace": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "version": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "replicas": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "count": {
                                "anyOf": [
                                  {
                                    "type": "integer"
                                  },
                                  {
                                    "type": "string"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              },
                              "name": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "count",
                              "name"
                            ],
                            "type": "object"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "version": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "name": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "path": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "plugin": {
                      "additionalProperties": false,
                      "properties": {
                        "env": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "name",
                              "value"
                            ],
                            "type": "object"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "name": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "parameters": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "array": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "map": {
                                "additionalProperties": {
                                  "type": "string"
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "name": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "string": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        }
                      },
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "ref": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "repoURL": {
                      "type": "string"
                    },
                    "targetRevision": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "required": [
                    "repoURL"
                  ],
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "sourceHydrator": {
                  "additionalProperties": false,
                  "properties": {
                    "drySource": {
                      "additionalProperties": false,
                      "properties": {
                        "directory": {
                          "additionalProperties": false,
                          "properties": {
                            "exclude": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "include": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "jsonnet": {
                              "additionalProperties": false,
                              "properties": {
                                "extVars": {
                                  "items": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "code": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "value": {
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "name",
                                      "value"
                                    ],
                                    "type": "object"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "libs": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "tlas": {
                                  "items": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "code": {
                                        "type": [
                                          "boolean",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "value": {
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "name",
                                      "value"
                                    ],
                                    "type": "object"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                }
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "recurse": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "helm": {
                          "additionalProperties": false,
                          "properties": {
                            "apiVersions": {
                              "items": {
                                "type": "string"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "fileParameters": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "ignoreMissingValueFiles": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "kubeVersion": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "namespace": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "parameters": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "forceString": {
                                    "type": [
                                      "boolean",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "value": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "passCredentials": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "releaseName": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "skipCrds": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "skipSchemaValidation": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "skipTests": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "valueFiles": {
                              "items": {
                                "type": "string"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "values": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "valuesObject": {
                              "type": [
                                "object",
                                "null"
                              ],
                              "x-kubernetes-preserve-unknown-fields": true
                            },
                            "version": {
                              "type": [
                                "string",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "kustomize": {
                          "additionalProperties": false,
                          "properties": {
                            "apiVersions": {
                              "items": {
                                "type": "string"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "commonAnnotations": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "commonAnnotationsEnvsubst": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "commonLabels": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "components": {
                              "items": {
                                "type": "string"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "forceCommonAnnotations": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "forceCommonLabels": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "ignoreMissingComponents": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "images": {
                              "items": {
                                "type": "string"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "kubeVersion": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "labelIncludeTemplates": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "labelWithoutSelector": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            },
                            "namePrefix": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "nameSuffix": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "namespace": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "patches": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "options": {
                                    "additionalProperties": {
                                      "type": "boolean"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "patch": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "target": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "annotationSelector": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "group": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "kind": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "labelSelector": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "name": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "namespace": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "version": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      }
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "replicas": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "count": {
                                    "anyOf": [
                                      {
                                        "type": "integer"
                                      },
                                      {
                                        "type": "string"
                                      }
                                    ],
                                    "x-kubernetes-int-or-string": true
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "count",
                                  "name"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "version": {
                              "type": [
                                "string",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "path": {
                          "type": "string"
                        },
                        "plugin": {
                          "additionalProperties": false,
                          "properties": {
                            "env": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "name",
                                  "value"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "parameters": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "array": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "map": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "name": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  },
                                  "string": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "repoURL": {
                          "type": "string"
                        },
                        "targetRevision": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "path",
                        "repoURL",
                        "targetRevision"
                      ],
                      "type": "object"
                    },
                    "hydrateTo": {
                      "additionalProperties": false,
                      "properties": {
                        "targetBranch": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "targetBranch"
                      ],
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "syncSource": {
                      "additionalProperties": false,
                      "properties": {
                        "path": {
                          "minLength": 1,
                          "pattern": "^.{2,}|[^./]$",
                          "type": "string"
                        },
                        "targetBranch": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "path",
                        "targetBranch"
                      ],
                      "type": "object"
                    }
                  },
                  "required": [
                    "drySource",
                    "syncSource"
                  ],
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "sources": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "chart": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "directory": {
                        "additionalProperties": false,
                        "properties": {
                          "exclude": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "include": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "jsonnet": {
                            "additionalProperties": false,
                            "properties": {
                              "extVars": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "code": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "value"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "libs": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "tlas": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "code": {
                                      "type": [
                                        "boolean",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "value"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "recurse": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "helm": {
                        "additionalProperties": false,
                        "properties": {
                          "apiVersions": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "fileParameters": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "ignoreMissingValueFiles": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "kubeVersion": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "parameters": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "forceString": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "value": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "passCredentials": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "releaseName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "skipCrds": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "skipSchemaValidation": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "skipTests": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "valueFiles": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "values": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "valuesObject": {
                            "type": [
                              "object",
                              "null"
                            ],
                            "x-kubernetes-preserve-unknown-fields": true
                          },
                          "version": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "kustomize": {
                        "additionalProperties": false,
                        "properties": {
                          "apiVersions": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "commonAnnotations": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "commonAnnotationsEnvsubst": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "commonLabels": {
                            "additionalProperties": {
                              "type": "string"
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "components": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "forceCommonAnnotations": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "forceCommonLabels": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "ignoreMissingComponents": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "images": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "kubeVersion": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "labelIncludeTemplates": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "labelWithoutSelector": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          },
                          "namePrefix": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "nameSuffix": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "namespace": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "patches": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "options": {
                                  "additionalProperties": {
                                    "type": "boolean"
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "patch": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "path": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "target": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "annotationSelector": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "group": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "kind": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "labelSelector": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "name": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "namespace": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    },
                                    "version": {
                                      "type": [
                                        "string",
                                        "null"
                                      ]
                                    }
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                }
                              },
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "replicas": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "count": {
                                  "anyOf": [
                                    {
                                      "type": "integer"
                                    },
                                    {
                                      "type": "string"
                                    }
                                  ],
                                  "x-kubernetes-int-or-string": true
                                },
                                "name": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "count",
                                "name"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "version": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "path": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "plugin": {
                        "additionalProperties": false,
                        "properties": {
                          "env": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "parameters": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "array": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "array",
                                    "null"
                                  ]
                                },
                                "map": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": [
                                    "object",
                                    "null"
                                  ]
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "string": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "ref": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "repoURL": {
                        "type": "string"
                      },
                      "targetRevision": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "repoURL"
                    ],
                    "type": "object"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "syncPolicy": {
                  "additionalProperties": false,
                  "properties": {
                    "automated": {
                      "additionalProperties": false,
                      "properties": {
                        "allowEmpty": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "enabled": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "prune": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "selfHeal": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        }
                      },
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "managedNamespaceMetadata": {
                      "additionalProperties": false,
                      "properties": {
                        "annotations": {
                          "additionalProperties": {
                            "type": "string"
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "labels": {
                          "additionalProperties": {
                            "type": "string"
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "retry": {
                      "additionalProperties": false,
                      "properties": {
                        "backoff": {
                          "additionalProperties": false,
                          "properties": {
                            "duration": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "factor": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "maxDuration": {
                              "type": [
                                "string",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "limit": {
                          "format": "int64",
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "refresh": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        }
                      },
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "syncOptions": {
                      "items": {
                        "type": "string"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                }
              },
              "required": [
                "destination",
                "project"
              ],
              "type": "object"
            }
          },
          "required": [
            "metadata",
            "spec"
          ],
          "type": "object"
        },
        "templatePatch": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "generators",
        "template"
      ],
      "type": "object"
    },
    "status": {
      "additionalProperties": false,
      "properties": {
        "applicationStatus": {
          "items": {
            "additionalProperties": false,
            "properties": {
              "application": {
                "type": "string"
              },
              "lastTransitionTime": {
                "format": "date-time",
                "type": [
                  "string",
                  "null"
                ]
              },
              "message": {
                "type": "string"
              },
              "status": {
                "type": "string"
              },
              "step": {
                "type": "string"
              },
              "targetRevisions": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "application",
              "message",
              "status",
              "step",
              "targetRevisions"
            ],
            "type": "object"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "conditions": {
          "items": {
            "additionalProperties": false,
            "properties": {
              "lastTransitionTime": {
                "format": "date-time",
                "type": [
                  "string",
                  "null"
                ]
              },
              "message": {
                "type": "string"
              },
              "reason": {
                "type": "string"
              },
              "status": {
                "type": "string"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "message",
              "reason",
              "status",
              "type"
            ],
            "type": "object"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "resources": {
          "items": {
            "additionalProperties": false,
            "properties": {
              "group": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "health": {
                "additionalProperties": false,
                "properties": {
                  "lastTransitionTime": {
                    "format": "date-time",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "message": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "status": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "hook": {
                "type": [
                  "boolean",
                  "null"
                ]
              },
              "kind": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "name": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "namespace": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "requiresDeletionConfirmation": {
                "type": [
                  "boolean",
                  "null"
                ]
              },
              "requiresPruning": {
                "type": [
                  "boolean",
                  "null"
                ]
              },
              "status": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "syncWave": {
                "format": "int64",
                "type": [
                  "integer",
                  "null"
                ]
              },
              "version": {
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "type": "object"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "resourcesCount": {
          "format": "int64",
          "type": [
            "integer",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    }
  },
  "required": [
    "metadata",
    "spec"
  ],
  "type": "object"
}