├── .github └── workflows │ └── fetch-upstream.yaml ├── LICENSE ├── README.md ├── _definitions.json ├── alert-notification-v1beta1.json ├── alert-notification-v1beta2.json ├── alert-notification-v1beta3.json ├── all.json ├── artifactgenerator-source-v1beta1.json ├── bucket-source-v1.json ├── bucket-source-v1beta1.json ├── bucket-source-v1beta2.json ├── externalartifact-source-v1.json ├── fetch.sh ├── gitrepository-source-v1.json ├── gitrepository-source-v1beta1.json ├── gitrepository-source-v1beta2.json ├── helmchart-source-v1.json ├── helmchart-source-v1beta1.json ├── helmchart-source-v1beta2.json ├── helmrelease-helm-v2.json ├── helmrelease-helm-v2beta1.json ├── helmrelease-helm-v2beta2.json ├── helmrepository-source-v1.json ├── helmrepository-source-v1beta1.json ├── helmrepository-source-v1beta2.json ├── imagepolicy-image-v1.json ├── imagepolicy-image-v1alpha1.json ├── imagepolicy-image-v1alpha2.json ├── imagepolicy-image-v1beta1.json ├── imagepolicy-image-v1beta2.json ├── imagerepository-image-v1.json ├── imagerepository-image-v1alpha1.json ├── imagerepository-image-v1alpha2.json ├── imagerepository-image-v1beta1.json ├── imagerepository-image-v1beta2.json ├── imageupdateautomation-image-v1.json ├── imageupdateautomation-image-v1alpha1.json ├── imageupdateautomation-image-v1alpha2.json ├── imageupdateautomation-image-v1beta1.json ├── imageupdateautomation-image-v1beta2.json ├── kustomization-kustomize-v1.json ├── kustomization-kustomize-v1beta1.json ├── kustomization-kustomize-v1beta2.json ├── ocirepository-source-v1.json ├── ocirepository-source-v1beta2.json ├── provider-notification-v1beta1.json ├── provider-notification-v1beta2.json ├── provider-notification-v1beta3.json ├── receiver-notification-v1.json ├── receiver-notification-v1beta1.json └── receiver-notification-v1beta2.json /.github/workflows/fetch-upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/.github/workflows/fetch-upstream.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/README.md -------------------------------------------------------------------------------- /_definitions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/_definitions.json -------------------------------------------------------------------------------- /alert-notification-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/alert-notification-v1beta1.json -------------------------------------------------------------------------------- /alert-notification-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/alert-notification-v1beta2.json -------------------------------------------------------------------------------- /alert-notification-v1beta3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/alert-notification-v1beta3.json -------------------------------------------------------------------------------- /all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/all.json -------------------------------------------------------------------------------- /artifactgenerator-source-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/artifactgenerator-source-v1beta1.json -------------------------------------------------------------------------------- /bucket-source-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/bucket-source-v1.json -------------------------------------------------------------------------------- /bucket-source-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/bucket-source-v1beta1.json -------------------------------------------------------------------------------- /bucket-source-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/bucket-source-v1beta2.json -------------------------------------------------------------------------------- /externalartifact-source-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/externalartifact-source-v1.json -------------------------------------------------------------------------------- /fetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/fetch.sh -------------------------------------------------------------------------------- /gitrepository-source-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/gitrepository-source-v1.json -------------------------------------------------------------------------------- /gitrepository-source-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/gitrepository-source-v1beta1.json -------------------------------------------------------------------------------- /gitrepository-source-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/gitrepository-source-v1beta2.json -------------------------------------------------------------------------------- /helmchart-source-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/helmchart-source-v1.json -------------------------------------------------------------------------------- /helmchart-source-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/helmchart-source-v1beta1.json -------------------------------------------------------------------------------- /helmchart-source-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/helmchart-source-v1beta2.json -------------------------------------------------------------------------------- /helmrelease-helm-v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/helmrelease-helm-v2.json -------------------------------------------------------------------------------- /helmrelease-helm-v2beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/helmrelease-helm-v2beta1.json -------------------------------------------------------------------------------- /helmrelease-helm-v2beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/helmrelease-helm-v2beta2.json -------------------------------------------------------------------------------- /helmrepository-source-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/helmrepository-source-v1.json -------------------------------------------------------------------------------- /helmrepository-source-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/helmrepository-source-v1beta1.json -------------------------------------------------------------------------------- /helmrepository-source-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/helmrepository-source-v1beta2.json -------------------------------------------------------------------------------- /imagepolicy-image-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imagepolicy-image-v1.json -------------------------------------------------------------------------------- /imagepolicy-image-v1alpha1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imagepolicy-image-v1alpha1.json -------------------------------------------------------------------------------- /imagepolicy-image-v1alpha2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imagepolicy-image-v1alpha2.json -------------------------------------------------------------------------------- /imagepolicy-image-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imagepolicy-image-v1beta1.json -------------------------------------------------------------------------------- /imagepolicy-image-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imagepolicy-image-v1beta2.json -------------------------------------------------------------------------------- /imagerepository-image-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imagerepository-image-v1.json -------------------------------------------------------------------------------- /imagerepository-image-v1alpha1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imagerepository-image-v1alpha1.json -------------------------------------------------------------------------------- /imagerepository-image-v1alpha2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imagerepository-image-v1alpha2.json -------------------------------------------------------------------------------- /imagerepository-image-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imagerepository-image-v1beta1.json -------------------------------------------------------------------------------- /imagerepository-image-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imagerepository-image-v1beta2.json -------------------------------------------------------------------------------- /imageupdateautomation-image-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imageupdateautomation-image-v1.json -------------------------------------------------------------------------------- /imageupdateautomation-image-v1alpha1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imageupdateautomation-image-v1alpha1.json -------------------------------------------------------------------------------- /imageupdateautomation-image-v1alpha2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imageupdateautomation-image-v1alpha2.json -------------------------------------------------------------------------------- /imageupdateautomation-image-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imageupdateautomation-image-v1beta1.json -------------------------------------------------------------------------------- /imageupdateautomation-image-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/imageupdateautomation-image-v1beta2.json -------------------------------------------------------------------------------- /kustomization-kustomize-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/kustomization-kustomize-v1.json -------------------------------------------------------------------------------- /kustomization-kustomize-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/kustomization-kustomize-v1beta1.json -------------------------------------------------------------------------------- /kustomization-kustomize-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/kustomization-kustomize-v1beta2.json -------------------------------------------------------------------------------- /ocirepository-source-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/ocirepository-source-v1.json -------------------------------------------------------------------------------- /ocirepository-source-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/ocirepository-source-v1beta2.json -------------------------------------------------------------------------------- /provider-notification-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/provider-notification-v1beta1.json -------------------------------------------------------------------------------- /provider-notification-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/provider-notification-v1beta2.json -------------------------------------------------------------------------------- /provider-notification-v1beta3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/provider-notification-v1beta3.json -------------------------------------------------------------------------------- /receiver-notification-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/receiver-notification-v1.json -------------------------------------------------------------------------------- /receiver-notification-v1beta1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/receiver-notification-v1beta1.json -------------------------------------------------------------------------------- /receiver-notification-v1beta2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/HEAD/receiver-notification-v1beta2.json --------------------------------------------------------------------------------