diff --git a/build/kube-prometheus/README.md b/build/kube-prometheus/README.md index 9adaeca14..092f2afcd 100644 --- a/build/kube-prometheus/README.md +++ b/build/kube-prometheus/README.md @@ -95,7 +95,7 @@ This script looks for the `kubernetes-prometheus` version/release tag in your ku If the mentioned version/release dir doesn't exists already (for eg: `main`), the script downloads it first, and then proceeds with the manifest building process. This way you can upgrade/downgrade with ease. -If `kube_prometheus_version` variable isn't present in the jsonnet vars file, it'll set it to `74e445ae4a2582f978bae2e0e9b63024d7f759d6` commit by default. +If `kube_prometheus_version` variable isn't present in the jsonnet vars file, it'll set it to `main` by default. Note that you have to clone your kubeaid-config git repository seperately. diff --git a/build/kube-prometheus/build.sh b/build/kube-prometheus/build.sh index c42dec981..c847f31aa 100755 --- a/build/kube-prometheus/build.sh +++ b/build/kube-prometheus/build.sh @@ -111,10 +111,10 @@ fi outdir="${cluster_dir}/kube-prometheus" # NOTE: If 'kube_prometheus_version' isn't specified in the customer values file ($cluster_jsonnet), -# then we're setting '74e445ae4a2582f978bae2e0e9b63024d7f759d6' as the default tag for it. +# then we're setting 'main' as the default tag for it. # You can always specify it to get the specific version/tag build by specifying `kube_prometheus_version` # in the customer values file. -kube_prometheus_release=$(jsonnet "${cluster_jsonnet}" | jq -e -r '.kube_prometheus_version // "74e445ae4a2582f978bae2e0e9b63024d7f759d6"') +kube_prometheus_release=$(jsonnet "${cluster_jsonnet}" | jq -e -r '.kube_prometheus_version // "main"') if [[ -z "${kube_prometheus_release}" ]]; then echo "Unable to parse kube-prometheus version, please verify '${cluster_jsonnet}'" exit 3 diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/jsonnetfile.json b/build/kube-prometheus/libraries/main/jsonnetfile.json similarity index 94% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/jsonnetfile.json rename to build/kube-prometheus/libraries/main/jsonnetfile.json index c0306a212..a86d9d8cb 100644 --- a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/jsonnetfile.json +++ b/build/kube-prometheus/libraries/main/jsonnetfile.json @@ -35,7 +35,7 @@ "subdir": "jsonnet/kube-prometheus" } }, - "version": "74e445ae4a2582f978bae2e0e9b63024d7f759d6" + "version": "main" }, { "source": { diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/jsonnetfile.lock.json b/build/kube-prometheus/libraries/main/jsonnetfile.lock.json similarity index 97% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/jsonnetfile.lock.json rename to build/kube-prometheus/libraries/main/jsonnetfile.lock.json index da561fa06..088c83c45 100644 --- a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/jsonnetfile.lock.json +++ b/build/kube-prometheus/libraries/main/jsonnetfile.lock.json @@ -108,7 +108,7 @@ "subdir": "common-lib" } }, - "version": "f4f72ec792de41019e817b3d48840c622fc28951", + "version": "52be87fb93edc439b69b550acb893abb51a079c5", "sum": "tfvNQmtjIkqbgy7FU3FDy34OYoZhWskDCQanbiScaHU=" }, { @@ -118,7 +118,7 @@ "subdir": "grafana-builder" } }, - "version": "f4f72ec792de41019e817b3d48840c622fc28951", + "version": "52be87fb93edc439b69b550acb893abb51a079c5", "sum": "yxqWcq/N3E/a/XreeU6EuE6X7kYPnG0AspAQFKOjASo=" }, { @@ -128,7 +128,7 @@ "subdir": "opensearch-mixin" } }, - "version": "f4f72ec792de41019e817b3d48840c622fc28951", + "version": "52be87fb93edc439b69b550acb893abb51a079c5", "sum": "AK83KBy5roMxhT0taG54ERV20oG9mhaCJA+EHRzuPO4=" }, { @@ -188,7 +188,7 @@ "subdir": "jsonnet/kube-prometheus" } }, - "version": "74e445ae4a2582f978bae2e0e9b63024d7f759d6", + "version": "97368beb47e520fef937d25b8efe45461ea9ac4f", "sum": "roigNXE23iQFFU6G8t7/SF+UKqG6zV9yQotiClXnkoM=" }, { diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/alertmanager b/build/kube-prometheus/libraries/main/vendor/alertmanager similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/alertmanager rename to build/kube-prometheus/libraries/main/vendor/alertmanager diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/ceph-mixin b/build/kube-prometheus/libraries/main/vendor/ceph-mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/ceph-mixin rename to build/kube-prometheus/libraries/main/vendor/ceph-mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/cert-manager-mixin b/build/kube-prometheus/libraries/main/vendor/cert-manager-mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/cert-manager-mixin rename to build/kube-prometheus/libraries/main/vendor/cert-manager-mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/common-lib b/build/kube-prometheus/libraries/main/vendor/common-lib similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/common-lib rename to build/kube-prometheus/libraries/main/vendor/common-lib diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/doc-util b/build/kube-prometheus/libraries/main/vendor/doc-util similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/doc-util rename to build/kube-prometheus/libraries/main/vendor/doc-util diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/alerts/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/alerts/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/alerts/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/alerts/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/alerts/sealed-secrets-alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/alerts/sealed-secrets-alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/alerts/sealed-secrets-alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/alerts/sealed-secrets-alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/dashboards/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/dashboards/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/dashboards/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/dashboards/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/dashboards/sealed-secrets-controller.json b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/dashboards/sealed-secrets-controller.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/dashboards/sealed-secrets-controller.json rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/dashboards/sealed-secrets-controller.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/alerts.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/alerts.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/alerts.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/alerts.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/dashboards.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/dashboards.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/dashboards.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/dashboards.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/rules.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/rules.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/rules.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/lib/rules.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/rules/rules.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/rules/rules.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/rules/rules.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/rules/rules.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/tests.yaml b/build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/tests.yaml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/tests.yaml rename to build/kube-prometheus/libraries/main/vendor/github.com/bitnami-labs/sealed-secrets/contrib/prometheus-mixin/tests.yaml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/brancz/kubernetes-grafana/grafana/grafana.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/brancz/kubernetes-grafana/grafana/grafana.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/brancz/kubernetes-grafana/grafana/grafana.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/brancz/kubernetes-grafana/grafana/grafana.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/brancz/kubernetes-grafana/grafana/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/brancz/kubernetes-grafana/grafana/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/brancz/kubernetes-grafana/grafana/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/brancz/kubernetes-grafana/grafana/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/CMakeLists.txt b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/CMakeLists.txt similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/CMakeLists.txt rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/CMakeLists.txt diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/alerts.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/alerts.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/alerts.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/alerts.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/ceph-cluster.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/ceph-cluster.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/ceph-cluster.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/ceph-cluster.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/cephfs.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/cephfs.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/cephfs.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/cephfs.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/host.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/host.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/host.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/host.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/multi-cluster.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/multi-cluster.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/multi-cluster.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/multi-cluster.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/osd.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/osd.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/osd.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/osd.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/piechart_panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/piechart_panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/piechart_panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/piechart_panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/pool.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/pool.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/pool.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/pool.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rbd.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rbd.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rbd.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rbd.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rgw-s3-analytics.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rgw-s3-analytics.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rgw-s3-analytics.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rgw-s3-analytics.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rgw.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rgw.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rgw.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/rgw.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/timeseries_panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/timeseries_panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/timeseries_panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/timeseries_panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/utils.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/utils.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/utils.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards/utils.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/ceph-cluster.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/ceph-cluster.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/ceph-cluster.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/ceph-cluster.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/cephfs-overview.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/cephfs-overview.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/cephfs-overview.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/cephfs-overview.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/host-details.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/host-details.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/host-details.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/host-details.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/hosts-overview.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/hosts-overview.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/hosts-overview.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/hosts-overview.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/multi-cluster-overview.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/multi-cluster-overview.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/multi-cluster-overview.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/multi-cluster-overview.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/osd-device-details.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/osd-device-details.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/osd-device-details.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/osd-device-details.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/osds-overview.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/osds-overview.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/osds-overview.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/osds-overview.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/pool-detail.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/pool-detail.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/pool-detail.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/pool-detail.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/pool-overview.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/pool-overview.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/pool-overview.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/pool-overview.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-detail.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-detail.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-detail.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-detail.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-overview.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-overview.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-overview.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-overview.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-sync-overview.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-sync-overview.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-sync-overview.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/radosgw-sync-overview.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rbd-details.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rbd-details.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rbd-details.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rbd-details.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rbd-overview.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rbd-overview.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rbd-overview.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rbd-overview.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rgw-s3-analytics.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rgw-s3-analytics.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rgw-s3-analytics.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/dashboards_out/rgw-s3-analytics.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnet-bundler-build.sh b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnet-bundler-build.sh similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnet-bundler-build.sh rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnet-bundler-build.sh diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnetfile.lock.json b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnetfile.lock.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnetfile.lock.json rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/jsonnetfile.lock.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/lint-jsonnet.sh b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/lint-jsonnet.sh similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/lint-jsonnet.sh rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/lint-jsonnet.sh diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/prometheus_alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/prometheus_alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/prometheus_alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/prometheus_alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/prometheus_alerts.yml b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/prometheus_alerts.yml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/prometheus_alerts.yml rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/prometheus_alerts.yml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-alerts.txt b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-alerts.txt similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-alerts.txt rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-alerts.txt diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-grafonnet.txt b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-grafonnet.txt similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-grafonnet.txt rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-grafonnet.txt diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-lint.txt b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-lint.txt similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-lint.txt rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/requirements-lint.txt diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/test-jsonnet.sh b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/test-jsonnet.sh similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/test-jsonnet.sh rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/test-jsonnet.sh diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/__init__.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/__init__.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/__init__.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/__init__.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/settings.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/settings.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/settings.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/settings.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_alerts.yml b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_alerts.yml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_alerts.yml rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_alerts.yml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_syntax.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_syntax.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_syntax.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_syntax.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_unittests.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_unittests.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_unittests.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/test_unittests.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/utils.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/utils.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/utils.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/utils.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/validate_rules.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/validate_rules.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/validate_rules.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_alerts/validate_rules.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/__init__.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/__init__.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/__init__.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/__init__.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/__init__.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/__init__.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/__init__.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/__init__.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/ceph-cluster.feature b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/ceph-cluster.feature similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/ceph-cluster.feature rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/ceph-cluster.feature diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/environment.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/environment.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/environment.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/environment.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/host-details.feature b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/host-details.feature similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/host-details.feature rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/host-details.feature diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/hosts_overview.feature b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/hosts_overview.feature similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/hosts_overview.feature rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/hosts_overview.feature diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/osd-device-details.feature b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/osd-device-details.feature similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/osd-device-details.feature rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/osd-device-details.feature diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/osds-overview.feature b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/osds-overview.feature similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/osds-overview.feature rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/osds-overview.feature diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/radosgw-detail.feature b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/radosgw-detail.feature similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/radosgw-detail.feature rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/radosgw-detail.feature diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/radosgw_overview.feature b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/radosgw_overview.feature similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/radosgw_overview.feature rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/radosgw_overview.feature diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/self.feature b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/self.feature similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/self.feature rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/self.feature diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/steps/__init__.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/steps/__init__.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/steps/__init__.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/features/steps/__init__.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/requirements.txt b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/requirements.txt similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/requirements.txt rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/requirements.txt diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/util.py b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/util.py similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/util.py rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tests_dashboards/util.py diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tox.ini b/build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tox.ini similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tox.ini rename to build/kube-prometheus/libraries/main/vendor/github.com/ceph/ceph/monitoring/ceph-mixin/tox.ini diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/.lint b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/.lint similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/.lint rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/.lint diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/OWNERS b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/OWNERS similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/OWNERS rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/OWNERS diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/alerts/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/alerts/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/alerts/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/alerts/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/etcd-grafana7x.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/etcd-grafana7x.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/etcd-grafana7x.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/etcd-grafana7x.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/etcd.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/etcd.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/etcd.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/etcd.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/g.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/g.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/g.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/g.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/panels.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/panels.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/panels.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/panels.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/targets.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/targets.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/targets.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/targets.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/variables.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/variables.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/variables.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/dashboards/variables.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/jsonnetfile.lock.json b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/jsonnetfile.lock.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/jsonnetfile.lock.json rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/jsonnetfile.lock.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/test.yaml b/build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/test.yaml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/etcd-io/etcd/contrib/mixin/test.yaml rename to build/kube-prometheus/libraries/main/vendor/github.com/etcd-io/etcd/contrib/mixin/test.yaml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/alerts/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/alerts/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/alerts/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/alerts/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/dashboards/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/dashboards/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/dashboards/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/dashboards/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/dashboards/grafana-overview.json b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/dashboards/grafana-overview.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/dashboards/grafana-overview.json rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/dashboards/grafana-overview.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/rules/rules.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/rules/rules.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/rules/rules.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/rules/rules.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/scripts/build.sh b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/scripts/build.sh similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/scripts/build.sh rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/scripts/build.sh diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/scripts/common.sh b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/scripts/common.sh similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/scripts/common.sh rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/scripts/common.sh diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/scripts/format.sh b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/scripts/format.sh similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/scripts/format.sh rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/scripts/format.sh diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/scripts/lint.sh b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/scripts/lint.sh similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafana/grafana-mixin/scripts/lint.sh rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafana/grafana-mixin/scripts/lint.sh diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/DOCS.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/DOCS.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/DOCS.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/DOCS.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/dashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/dashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/dashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/dashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/grafana.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/grafana.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/grafana.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/grafana.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/gauge.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/gauge.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/gauge.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/gauge.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/graph.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/graph.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/graph.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/graph.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/row.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/row.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/row.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/row.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/stat.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/stat.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/stat.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/stat.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/table.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/table.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/table.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/table.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/text.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/text.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/text.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/panel/text.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/target/prometheus.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/target/prometheus.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/target/prometheus.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/target/prometheus.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/custom.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/custom.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/custom.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/custom.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/datasource.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/datasource.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/datasource.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/datasource.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/query.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/query.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/query.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet-7.0/template/query.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/alert_condition.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/alert_condition.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/alert_condition.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/alert_condition.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/alertlist.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/alertlist.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/alertlist.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/alertlist.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/annotation.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/annotation.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/annotation.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/annotation.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/bar_gauge_panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/bar_gauge_panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/bar_gauge_panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/bar_gauge_panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/cloudmonitoring.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/cloudmonitoring.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/cloudmonitoring.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/cloudmonitoring.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/cloudwatch.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/cloudwatch.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/cloudwatch.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/cloudwatch.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/dashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/dashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/dashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/dashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/dashlist.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/dashlist.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/dashlist.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/dashlist.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/elasticsearch.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/elasticsearch.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/elasticsearch.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/elasticsearch.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/gauge_panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/gauge_panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/gauge_panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/gauge_panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/grafana.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/grafana.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/grafana.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/grafana.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/graph_panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/graph_panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/graph_panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/graph_panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/graphite.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/graphite.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/graphite.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/graphite.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/heatmap_panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/heatmap_panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/heatmap_panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/heatmap_panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/influxdb.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/influxdb.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/influxdb.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/influxdb.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/link.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/link.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/link.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/link.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/log_panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/log_panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/log_panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/log_panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/loki.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/loki.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/loki.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/loki.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/pie_chart_panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/pie_chart_panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/pie_chart_panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/pie_chart_panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/pluginlist.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/pluginlist.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/pluginlist.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/pluginlist.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/prometheus.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/prometheus.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/prometheus.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/prometheus.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/row.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/row.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/row.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/row.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/singlestat.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/singlestat.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/singlestat.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/singlestat.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/sql.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/sql.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/sql.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/sql.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/stat_panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/stat_panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/stat_panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/stat_panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/table_panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/table_panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/table_panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/table_panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/template.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/template.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/template.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/template.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/text.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/text.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/text.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/text.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/timepicker.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/timepicker.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/timepicker.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/timepicker.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/transformation.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/transformation.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet-lib/grafonnet/transformation.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet-lib/grafonnet/transformation.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-latest/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-latest/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-latest/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-latest/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-latest/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-latest/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-latest/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-latest/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/alerting.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/alerting.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/alerting.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/alerting.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/contactPoint.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/contactPoint.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/contactPoint.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/contactPoint.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/messageTemplate.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/messageTemplate.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/messageTemplate.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/messageTemplate.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/muteTiming.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/muteTiming.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/muteTiming.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/muteTiming.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/notificationPolicy.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/notificationPolicy.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/notificationPolicy.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/notificationPolicy.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/ruleGroup.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/ruleGroup.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/ruleGroup.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/alerting/ruleGroup.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/dashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/dashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/dashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/dashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/alertGroups.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/alertGroups.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/alertGroups.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/alertGroups.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/alertList.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/alertList.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/alertList.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/alertList.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/annotationsList.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/annotationsList.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/annotationsList.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/annotationsList.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/barChart.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/barChart.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/barChart.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/barChart.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/barGauge.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/barGauge.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/barGauge.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/barGauge.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/candlestick.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/candlestick.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/candlestick.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/candlestick.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/canvas.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/canvas.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/canvas.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/canvas.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/dashboardList.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/dashboardList.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/dashboardList.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/dashboardList.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/datagrid.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/datagrid.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/datagrid.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/datagrid.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/debug.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/debug.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/debug.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/debug.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/gauge.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/gauge.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/gauge.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/gauge.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/geomap.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/geomap.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/geomap.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/geomap.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/heatmap.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/heatmap.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/heatmap.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/heatmap.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/histogram.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/histogram.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/histogram.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/histogram.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/logs.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/logs.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/logs.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/logs.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/news.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/news.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/news.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/news.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/nodeGraph.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/nodeGraph.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/nodeGraph.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/nodeGraph.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/pieChart.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/pieChart.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/pieChart.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/pieChart.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/stat.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/stat.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/stat.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/stat.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/stateTimeline.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/stateTimeline.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/stateTimeline.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/stateTimeline.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/statusHistory.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/statusHistory.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/statusHistory.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/statusHistory.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/table.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/table.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/table.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/table.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/text.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/text.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/text.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/text.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/timeSeries.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/timeSeries.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/timeSeries.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/timeSeries.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/trend.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/trend.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/trend.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/trend.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/xyChart.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/xyChart.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/xyChart.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/panel/xyChart.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/loki.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/loki.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/loki.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/loki.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/prometheus.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/prometheus.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/prometheus.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/prometheus.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/tempo.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/tempo.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/tempo.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/clean/query/tempo.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/contactPoint.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/contactPoint.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/contactPoint.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/contactPoint.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/muteTiming.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/muteTiming.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/muteTiming.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/muteTiming.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/notificationPolicy.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/notificationPolicy.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/notificationPolicy.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/notificationPolicy.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/ruleGroup.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/ruleGroup.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/ruleGroup.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/alerting/ruleGroup.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/annotation.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/annotation.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/annotation.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/annotation.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/link.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/link.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/link.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/link.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/variable.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/variable.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/variable.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/dashboard/variable.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/loki.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/loki.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/loki.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/loki.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/prometheus.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/prometheus.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/prometheus.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/prometheus.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/tempo.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/tempo.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/tempo.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/query/tempo.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/row.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/row.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/row.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/row.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/dashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/dashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/dashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/dashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/grid.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/grid.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/grid.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/grid.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/string.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/string.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/string.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/custom/util/string.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/contactPoint.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/contactPoint.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/contactPoint.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/contactPoint.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/messageTemplate.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/messageTemplate.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/messageTemplate.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/messageTemplate.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/interval/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/interval/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/interval/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/interval/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/interval/times.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/interval/times.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/interval/times.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/muteTiming/interval/times.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/notificationPolicy/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/notificationPolicy/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/notificationPolicy/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/notificationPolicy/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/notificationPolicy/matcher.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/notificationPolicy/matcher.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/notificationPolicy/matcher.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/notificationPolicy/matcher.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/rule/data.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/rule/data.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/rule/data.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/rule/data.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/rule/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/rule/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/rule/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/alerting/ruleGroup/rule/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/annotation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/annotation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/annotation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/annotation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/variable.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/variable.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/variable.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/dashboard/variable.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/librarypanel.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/librarypanel.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/librarypanel.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/librarypanel.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertGroups/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/alertList/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/annotationsList/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barChart/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/barGauge/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/candlestick/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/canvas/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/dashboardList/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/datagrid/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/debug/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/gauge/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/options/layers.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/options/layers.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/options/layers.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/options/layers.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/geomap/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/heatmap/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/histogram/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/logs/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/news/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/options/nodes/arcs.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/options/nodes/arcs.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/options/nodes/arcs.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/options/nodes/arcs.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/nodeGraph/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/pieChart/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/row.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/row.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/row.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/row.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stat/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/stateTimeline/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/statusHistory/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/options/sortBy.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/options/sortBy.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/options/sortBy.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/options/sortBy.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/table/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/text/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/timeSeries/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/trend/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/options/series.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/options/series.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/options/series.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/options/series.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/panel/xyChart/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/playlist/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/playlist/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/playlist/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/playlist/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/playlist/items.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/playlist/items.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/playlist/items.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/playlist/items.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/preferences.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/preferences.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/preferences.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/preferences.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/publicdashboard.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/publicdashboard.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/publicdashboard.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/publicdashboard.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureMonitor/dimensionFilters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureMonitor/dimensionFilters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureMonitor/dimensionFilters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureMonitor/dimensionFilters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureMonitor/resources.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureMonitor/resources.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureMonitor/resources.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureMonitor/resources.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureTraces/filters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureTraces/filters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureTraces/filters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/azureTraces/filters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/azureMonitor/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchLogsQuery/logGroups.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchLogsQuery/logGroups.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchLogsQuery/logGroups.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchLogsQuery/logGroups.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/cloudWatch/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/bucketAggs/Filters/settings/filters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/bucketAggs/Filters/settings/filters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/bucketAggs/Filters/settings/filters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/bucketAggs/Filters/settings/filters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/bucketAggs/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/bucketAggs/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/bucketAggs/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/bucketAggs/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/MetricAggregationWithSettings/BucketScript/pipelineVariables.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/MetricAggregationWithSettings/BucketScript/pipelineVariables.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/MetricAggregationWithSettings/BucketScript/pipelineVariables.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/MetricAggregationWithSettings/BucketScript/pipelineVariables.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/PipelineMetricAggregation/BucketScript/pipelineVariables.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/PipelineMetricAggregation/BucketScript/pipelineVariables.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/PipelineMetricAggregation/BucketScript/pipelineVariables.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/PipelineMetricAggregation/BucketScript/pipelineVariables.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/elasticsearch/metrics/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/grafanaPyroscope.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/grafanaPyroscope.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/grafanaPyroscope.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/grafanaPyroscope.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/loki.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/loki.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/loki.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/loki.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/parca.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/parca.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/parca.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/parca.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/prometheus.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/prometheus.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/prometheus.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/prometheus.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/tempo/filters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/tempo/filters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/tempo/filters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/tempo/filters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/tempo/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/tempo/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/tempo/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/tempo/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/testData/csvWave.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/testData/csvWave.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/testData/csvWave.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/testData/csvWave.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/testData/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/testData/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/testData/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/query/testData/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/serviceaccount.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/serviceaccount.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/serviceaccount.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/serviceaccount.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/team.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/team.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/team.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/team.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/util.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/util.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/util.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/docs/util.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/query.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/query.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/query.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/query.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/contactPoint.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/contactPoint.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/contactPoint.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/contactPoint.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/messageTemplate.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/messageTemplate.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/messageTemplate.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/messageTemplate.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/muteTiming.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/muteTiming.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/muteTiming.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/muteTiming.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/notificationPolicy.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/notificationPolicy.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/notificationPolicy.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/notificationPolicy.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/ruleGroup.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/ruleGroup.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/ruleGroup.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/alerting/ruleGroup.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/dashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/dashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/dashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/dashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/librarypanel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/librarypanel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/librarypanel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/librarypanel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/alertGroups.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/alertGroups.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/alertGroups.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/alertGroups.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/alertList.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/alertList.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/alertList.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/alertList.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/annotationsList.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/annotationsList.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/annotationsList.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/annotationsList.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/barChart.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/barChart.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/barChart.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/barChart.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/barGauge.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/barGauge.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/barGauge.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/barGauge.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/candlestick.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/candlestick.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/candlestick.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/candlestick.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/canvas.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/canvas.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/canvas.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/canvas.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/dashboardList.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/dashboardList.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/dashboardList.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/dashboardList.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/datagrid.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/datagrid.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/datagrid.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/datagrid.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/debug.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/debug.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/debug.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/debug.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/gauge.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/gauge.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/gauge.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/gauge.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/geomap.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/geomap.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/geomap.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/geomap.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/heatmap.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/heatmap.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/heatmap.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/heatmap.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/histogram.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/histogram.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/histogram.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/histogram.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/logs.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/logs.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/logs.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/logs.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/news.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/news.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/news.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/news.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/nodeGraph.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/nodeGraph.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/nodeGraph.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/nodeGraph.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/pieChart.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/pieChart.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/pieChart.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/pieChart.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/row.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/row.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/row.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/row.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/stat.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/stat.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/stat.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/stat.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/stateTimeline.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/stateTimeline.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/stateTimeline.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/stateTimeline.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/statusHistory.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/statusHistory.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/statusHistory.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/statusHistory.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/table.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/table.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/table.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/table.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/text.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/text.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/text.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/text.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/timeSeries.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/timeSeries.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/timeSeries.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/timeSeries.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/trend.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/trend.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/trend.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/trend.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/xyChart.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/xyChart.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/xyChart.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/panel/xyChart.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/playlist.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/playlist.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/playlist.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/playlist.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/preferences.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/preferences.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/preferences.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/preferences.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/publicdashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/publicdashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/publicdashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/publicdashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/azureMonitor.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/azureMonitor.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/azureMonitor.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/azureMonitor.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/cloudWatch.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/cloudWatch.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/cloudWatch.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/cloudWatch.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/elasticsearch.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/elasticsearch.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/elasticsearch.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/elasticsearch.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/grafanaPyroscope.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/grafanaPyroscope.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/grafanaPyroscope.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/grafanaPyroscope.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/loki.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/loki.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/loki.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/loki.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/parca.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/parca.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/parca.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/parca.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/prometheus.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/prometheus.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/prometheus.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/prometheus.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/tempo.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/tempo.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/tempo.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/tempo.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/testData.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/testData.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/testData.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/query/testData.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/serviceaccount.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/serviceaccount.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/serviceaccount.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/serviceaccount.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/team.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/team.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/team.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v10.0.0/raw/team.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/accesspolicy.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/accesspolicy.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/accesspolicy.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/accesspolicy.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/alerting.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/alerting.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/alerting.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/alerting.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/contactPoint.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/contactPoint.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/contactPoint.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/contactPoint.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/muteTiming.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/muteTiming.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/muteTiming.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/muteTiming.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/notificationPolicy.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/notificationPolicy.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/notificationPolicy.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/notificationPolicy.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/notificationTemplate.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/notificationTemplate.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/notificationTemplate.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/notificationTemplate.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/ruleGroup.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/ruleGroup.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/ruleGroup.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/clean/alerting/ruleGroup.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/contactPoint.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/contactPoint.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/contactPoint.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/contactPoint.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/muteTiming.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/muteTiming.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/muteTiming.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/muteTiming.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/notificationPolicy.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/notificationPolicy.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/notificationPolicy.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/notificationPolicy.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/ruleGroup.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/ruleGroup.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/ruleGroup.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/alerting/ruleGroup.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/annotation.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/annotation.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/annotation.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/annotation.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/link.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/link.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/link.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/link.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/variable.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/variable.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/variable.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/dashboard/variable.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/azureMonitor.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/azureMonitor.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/azureMonitor.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/azureMonitor.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/cloudWatch.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/cloudWatch.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/cloudWatch.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/cloudWatch.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/elasticsearch.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/elasticsearch.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/elasticsearch.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/elasticsearch.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/expr.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/expr.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/expr.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/expr.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/googleCloudMonitoring.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/googleCloudMonitoring.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/googleCloudMonitoring.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/googleCloudMonitoring.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/grafanaPyroscope.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/grafanaPyroscope.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/grafanaPyroscope.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/grafanaPyroscope.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/loki.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/loki.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/loki.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/loki.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/parca.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/parca.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/parca.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/parca.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/prometheus.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/prometheus.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/prometheus.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/prometheus.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/tempo.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/tempo.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/tempo.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/tempo.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/testData.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/testData.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/testData.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/query/testData.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/row.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/row.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/row.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/row.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/dashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/dashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/dashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/dashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/grid.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/grid.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/grid.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/grid.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/string.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/string.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/string.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/string.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/dashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/dashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/dashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/dashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/accesspolicy/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/accesspolicy/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/accesspolicy/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/accesspolicy/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/accesspolicy/rules.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/accesspolicy/rules.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/accesspolicy/rules.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/accesspolicy/rules.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/contactPoint.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/contactPoint.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/contactPoint.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/contactPoint.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/time_intervals/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/time_intervals/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/time_intervals/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/time_intervals/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/time_intervals/times.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/time_intervals/times.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/time_intervals/times.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/muteTiming/interval/time_intervals/times.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationPolicy/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationPolicy/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationPolicy/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationPolicy/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationPolicy/matcher.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationPolicy/matcher.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationPolicy/matcher.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationPolicy/matcher.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationTemplate.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationTemplate.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationTemplate.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/notificationTemplate.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/rule/data.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/rule/data.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/rule/data.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/rule/data.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/rule/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/rule/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/rule/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/alerting/ruleGroup/rule/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/annotation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/annotation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/annotation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/annotation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/variable.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/variable.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/variable.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/dashboard/variable.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/folder.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/folder.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/folder.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/folder.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/fieldConfig/overrides/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/fieldConfig/overrides/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/fieldConfig/overrides/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/fieldConfig/overrides/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/fieldConfig/overrides/properties.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/fieldConfig/overrides/properties.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/fieldConfig/overrides/properties.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/fieldConfig/overrides/properties.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/links.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/links.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/links.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/links.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/transformations.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/transformations.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/transformations.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/librarypanel/model/transformations.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/alertList/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/annotationsList/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barChart/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/barGauge/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/candlestick/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/connections/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/connections/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/connections/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/connections/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/connections/vertices.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/connections/vertices.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/connections/vertices.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/connections/vertices.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/options/root/elements/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/canvas/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/dashboardList/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/datagrid/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/debug/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/gauge/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/options/layers.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/options/layers.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/options/layers.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/options/layers.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/geomap/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/heatmap/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/histogram/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/logs/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/news/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/options/nodes/arcs.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/options/nodes/arcs.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/options/nodes/arcs.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/options/nodes/arcs.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/nodeGraph/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/pieChart/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/row.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/row.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/row.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/row.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stat/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/stateTimeline/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/statusHistory/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/options/sortBy.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/options/sortBy.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/options/sortBy.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/options/sortBy.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/table/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/text/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/timeSeries/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/trend/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/options/series.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/options/series.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/options/series.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/options/series.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/panelOptions/link.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/panelOptions/link.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/panelOptions/link.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/panelOptions/link.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/queryOptions/transformation.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/queryOptions/transformation.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/queryOptions/transformation.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/queryOptions/transformation.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/mapping.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/mapping.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/mapping.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/mapping.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/override.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/override.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/override.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/override.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/threshold/step.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/threshold/step.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/threshold/step.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/panel/xyChart/standardOptions/threshold/step.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/preferences.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/preferences.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/preferences.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/preferences.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/publicdashboard.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/publicdashboard.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/publicdashboard.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/publicdashboard.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureMonitor/dimensionFilters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureMonitor/dimensionFilters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureMonitor/dimensionFilters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureMonitor/dimensionFilters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureMonitor/resources.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureMonitor/resources.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureMonitor/resources.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureMonitor/resources.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureTraces/filters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureTraces/filters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureTraces/filters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/azureTraces/filters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/azureMonitor/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchLogsQuery/logGroups.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchLogsQuery/logGroups.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchLogsQuery/logGroups.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchLogsQuery/logGroups.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/cloudWatch/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/bucketAggs/Filters/settings/filters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/bucketAggs/Filters/settings/filters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/bucketAggs/Filters/settings/filters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/bucketAggs/Filters/settings/filters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/bucketAggs/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/bucketAggs/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/bucketAggs/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/bucketAggs/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/MetricAggregationWithSettings/BucketScript/pipelineVariables.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/MetricAggregationWithSettings/BucketScript/pipelineVariables.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/MetricAggregationWithSettings/BucketScript/pipelineVariables.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/MetricAggregationWithSettings/BucketScript/pipelineVariables.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/PipelineMetricAggregation/BucketScript/pipelineVariables.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/PipelineMetricAggregation/BucketScript/pipelineVariables.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/PipelineMetricAggregation/BucketScript/pipelineVariables.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/PipelineMetricAggregation/BucketScript/pipelineVariables.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/elasticsearch/metrics/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeClassicConditions/conditions.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeClassicConditions/conditions.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeClassicConditions/conditions.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeClassicConditions/conditions.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeClassicConditions/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeClassicConditions/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeClassicConditions/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeClassicConditions/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeMath.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeMath.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeMath.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeMath.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeReduce.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeReduce.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeReduce.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeReduce.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeResample.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeResample.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeResample.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeResample.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeSql.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeSql.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeSql.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeSql.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeThreshold/conditions.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeThreshold/conditions.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeThreshold/conditions.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeThreshold/conditions.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeThreshold/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeThreshold/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeThreshold/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/TypeThreshold/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/expr/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/googleCloudMonitoring.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/googleCloudMonitoring.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/googleCloudMonitoring.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/googleCloudMonitoring.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/grafanaPyroscope.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/grafanaPyroscope.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/grafanaPyroscope.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/grafanaPyroscope.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/loki.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/loki.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/loki.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/loki.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/parca.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/parca.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/parca.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/parca.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/prometheus.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/prometheus.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/prometheus.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/prometheus.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/filters.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/filters.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/filters.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/filters.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/groupBy.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/groupBy.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/groupBy.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/groupBy.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/tempo/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/testData/csvWave.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/testData/csvWave.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/testData/csvWave.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/testData/csvWave.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/testData/index.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/testData/index.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/testData/index.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/query/testData/index.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/role.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/role.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/role.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/role.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/rolebinding.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/rolebinding.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/rolebinding.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/rolebinding.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/team.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/team.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/team.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/team.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/util.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/util.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/util.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/docs/util.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/folder.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/folder.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/folder.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/folder.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/librarypanel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/librarypanel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/librarypanel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/librarypanel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/alertList.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/alertList.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/alertList.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/alertList.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/annotationsList.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/annotationsList.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/annotationsList.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/annotationsList.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/barChart.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/barChart.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/barChart.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/barChart.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/barGauge.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/barGauge.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/barGauge.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/barGauge.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/candlestick.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/candlestick.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/candlestick.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/candlestick.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/canvas.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/canvas.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/canvas.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/canvas.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/dashboardList.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/dashboardList.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/dashboardList.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/dashboardList.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/datagrid.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/datagrid.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/datagrid.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/datagrid.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/debug.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/debug.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/debug.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/debug.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/gauge.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/gauge.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/gauge.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/gauge.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/geomap.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/geomap.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/geomap.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/geomap.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/heatmap.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/heatmap.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/heatmap.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/heatmap.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/histogram.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/histogram.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/histogram.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/histogram.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/logs.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/logs.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/logs.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/logs.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/news.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/news.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/news.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/news.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/nodeGraph.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/nodeGraph.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/nodeGraph.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/nodeGraph.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/pieChart.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/pieChart.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/pieChart.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/pieChart.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/row.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/row.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/row.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/row.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/stat.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/stat.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/stat.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/stat.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/stateTimeline.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/stateTimeline.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/stateTimeline.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/stateTimeline.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/statusHistory.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/statusHistory.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/statusHistory.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/statusHistory.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/table.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/table.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/table.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/table.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/text.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/text.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/text.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/text.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/timeSeries.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/timeSeries.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/timeSeries.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/timeSeries.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/trend.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/trend.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/trend.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/trend.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/xyChart.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/xyChart.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/xyChart.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panel/xyChart.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panelindex.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panelindex.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panelindex.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/panelindex.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/preferences.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/preferences.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/preferences.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/preferences.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/publicdashboard.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/publicdashboard.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/publicdashboard.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/publicdashboard.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/azureMonitor.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/azureMonitor.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/azureMonitor.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/azureMonitor.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/cloudWatch.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/cloudWatch.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/cloudWatch.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/cloudWatch.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/elasticsearch.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/elasticsearch.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/elasticsearch.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/elasticsearch.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/expr.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/expr.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/expr.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/expr.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/googleCloudMonitoring.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/googleCloudMonitoring.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/googleCloudMonitoring.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/googleCloudMonitoring.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/grafanaPyroscope.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/grafanaPyroscope.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/grafanaPyroscope.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/grafanaPyroscope.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/loki.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/loki.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/loki.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/loki.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/parca.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/parca.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/parca.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/parca.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/prometheus.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/prometheus.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/prometheus.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/prometheus.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/tempo.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/tempo.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/tempo.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/tempo.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/testData.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/testData.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/testData.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/query/testData.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/role.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/role.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/role.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/role.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/rolebinding.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/rolebinding.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/rolebinding.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/rolebinding.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/team.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/team.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/team.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/team.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/CONTRIB.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/CONTRIB.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/CONTRIB.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/CONTRIB.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/fatal.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/fatal.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/fatal.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/fatal.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/reboot.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/reboot.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/reboot.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/reboot.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/service_failed.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/service_failed.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/service_failed.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/annotations/service_failed.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/g.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/g.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/g.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/g.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/count.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/count.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/count.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/count.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/usage.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/usage.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/usage.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/stat/usage.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization_by_core.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization_by_core.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization_by_core.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization_by_core.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization_by_mode.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization_by_mode.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization_by_mode.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/cpu/timeSeries/utilization_by_mode.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/total.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/total.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/total.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/stat/total.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/usage.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/usage.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/usage.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/table/usage.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/available.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/available.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/available.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/available.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_bytes_persec.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_bytes_persec.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_bytes_persec.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_bytes_persec.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_queue.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_queue.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_queue.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_queue.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_wait_time.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_wait_time.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_wait_time.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/io_wait_time.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/iops.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/iops.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/iops.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/iops.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/usage.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/usage.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/usage.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/usage.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/usage_percent.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/usage_percent.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/usage_percent.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/disk/timeSeries/usage_percent.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/info.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/info.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/info.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/info.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/percentage.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/percentage.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/percentage.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/stat/percentage.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/statusHistory/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/statusHistory/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/statusHistory/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/statusHistory/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/statusHistory/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/statusHistory/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/statusHistory/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/statusHistory/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/table/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/table/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/table/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/table/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/table/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/table/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/table/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/table/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/percentage.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/percentage.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/percentage.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/percentage.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/threshold.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/threshold.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/threshold.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/threshold.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/topk_percentage.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/topk_percentage.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/topk_percentage.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/generic/timeSeries/topk_percentage.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/temperature.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/temperature.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/temperature.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/hardware/timeSeries/temperature.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/total.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/total.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/total.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/total.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/usage.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/usage.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/usage.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/stat/usage.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/usage_bytes.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/usage_bytes.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/usage_bytes.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/usage_bytes.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/usage_percent.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/usage_percent.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/usage_percent.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/memory/timeSeries/usage_percent.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/interface_status.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/interface_status.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/interface_status.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/interface_status.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/statusHistory/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/dropped.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/dropped.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/dropped.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/dropped.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/errors.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/errors.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/errors.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/errors.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/multicast.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/multicast.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/multicast.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/multicast.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/packets.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/packets.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/packets.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/packets.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/traffic.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/traffic.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/traffic.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/network/timeSeries/traffic.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/duration.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/duration.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/duration.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/duration.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/errors.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/errors.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/errors.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/errors.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/rate.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/rate.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/rate.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/stat/rate.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/duration.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/duration.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/duration.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/duration.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/errors.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/errors.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/errors.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/errors.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/rate.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/rate.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/rate.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/requests/timeSeries/rate.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/uptime.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/uptime.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/uptime.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/stat/uptime.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/ntp.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/ntp.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/ntp.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/statusHistory/ntp.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/uptime.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/uptime.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/uptime.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/table/uptime.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/load_average.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/load_average.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/load_average.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/load_average.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/panels/system/timeSeries/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/base.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/base.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/base.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/base.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/counter.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/counter.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/counter.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/counter.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/gauge.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/gauge.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/gauge.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/gauge.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/histogram.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/histogram.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/histogram.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/histogram.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/info.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/info.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/info.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/info.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/raw.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/raw.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/raw.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/raw.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/signal.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/signal.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/signal.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/signal.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/stub.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/stub.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/stub.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/stub.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_counter.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_counter.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_counter.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_counter.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_gauge.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_gauge.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_gauge.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_gauge.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_histogram.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_histogram.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_histogram.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_histogram.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_info.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_info.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_info.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_info.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_info_combined.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_info_combined.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_info_combined.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_info_combined.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json_multi.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json_multi.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json_multi.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json_multi.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json_multi_combined.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json_multi_combined.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json_multi_combined.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_marshall_json_multi_combined.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_table.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_table.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_table.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_table.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_variables.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_variables.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_variables.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/test_variables.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/utils.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/utils.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/utils.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/signal/utils.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/utils.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/utils.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/utils.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/utils.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/variables/variables.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/variables/variables.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/common/variables/variables.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/common/variables/variables.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/common-lib/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/common-lib/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/grafana-builder/grafana.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/grafana-builder/grafana.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/grafana-builder/grafana.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/grafana-builder/grafana.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/.lint b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/.lint similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/.lint rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/.lint diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/alerts/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/alerts/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/alerts/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/alerts/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-cluster-overview.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-cluster-overview.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-cluster-overview.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-cluster-overview.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-node-overview.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-node-overview.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-node-overview.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-node-overview.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-search-and-index-overview.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-search-and-index-overview.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-search-and-index-overview.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/dashboards/opensearch-search-and-index-overview.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/g.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/g.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/g.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/g.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/panels.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/panels.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/panels.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/panels.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/variables.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/variables.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/variables.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/grafana/jsonnet-libs/opensearch-mixin/variables.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/docsonnet/doc-util/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/docsonnet/doc-util/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/docsonnet/doc-util/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/docsonnet/doc-util/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/docsonnet/doc-util/render.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/docsonnet/doc-util/render.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/docsonnet/doc-util/render.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/docsonnet/doc-util/render.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/.github/workflows/tests.yml b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/.github/workflows/tests.yml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/.github/workflows/tests.yml rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/.github/workflows/tests.yml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/LICENSE b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/LICENSE similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/LICENSE rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/LICENSE diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/aggregate.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/aggregate.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/aggregate.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/aggregate.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/array.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/array.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/array.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/array.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/ascii.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/ascii.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/ascii.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/ascii.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/camelcase.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/camelcase.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/camelcase.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/camelcase.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/date.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/date.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/date.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/date.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/Gemfile b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/Gemfile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/Gemfile rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/Gemfile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/_config.yml b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/_config.yml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/_config.yml rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/_config.yml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/aggregate.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/aggregate.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/aggregate.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/aggregate.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/array.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/array.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/array.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/array.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/ascii.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/ascii.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/ascii.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/ascii.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/camelcase.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/camelcase.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/camelcase.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/camelcase.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/date.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/date.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/date.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/date.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/inspect.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/inspect.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/inspect.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/inspect.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/jsonpath.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/jsonpath.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/jsonpath.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/jsonpath.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/number.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/number.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/number.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/number.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/string.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/string.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/string.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/string.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/url.md b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/url.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/docs/url.md rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/docs/url.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/inspect.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/inspect.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/inspect.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/inspect.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/jsonpath.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/jsonpath.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/jsonpath.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/jsonpath.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/number.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/number.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/number.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/number.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/string.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/string.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/string.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/string.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/array_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/array_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/array_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/array_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/ascii_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/ascii_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/ascii_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/ascii_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/camelcase_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/camelcase_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/camelcase_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/camelcase_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/date_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/date_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/date_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/date_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/inspect_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/inspect_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/inspect_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/inspect_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/jsonpath_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/jsonpath_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/jsonpath_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/jsonpath_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/url_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/url_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/test/url_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/test/url_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/url.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/url.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/jsonnet-libs/xtd/url.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/jsonnet-libs/xtd/url.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/ISSUE_TEMPLATE/bugs.yaml b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/ISSUE_TEMPLATE/bugs.yaml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/ISSUE_TEMPLATE/bugs.yaml rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/ISSUE_TEMPLATE/bugs.yaml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/ISSUE_TEMPLATE/enhancements.yaml b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/ISSUE_TEMPLATE/enhancements.yaml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/ISSUE_TEMPLATE/enhancements.yaml rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/ISSUE_TEMPLATE/enhancements.yaml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/PULL_REQUEST_TEMPLATE/prs.md b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/PULL_REQUEST_TEMPLATE/prs.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/PULL_REQUEST_TEMPLATE/prs.md rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/PULL_REQUEST_TEMPLATE/prs.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/dependabot.yaml b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/dependabot.yaml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/dependabot.yaml rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/dependabot.yaml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/check-with-upstream.yaml b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/check-with-upstream.yaml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/check-with-upstream.yaml rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/check-with-upstream.yaml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/ci.yaml b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/ci.yaml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/ci.yaml rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/ci.yaml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/stale.yml b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/stale.yml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/stale.yml rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.github/workflows/stale.yml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.lint b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.lint similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.lint rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.lint diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.vale.ini b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.vale.ini similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.vale.ini rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/.vale.ini diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CODEOWNERS b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CODEOWNERS similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CODEOWNERS rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CODEOWNERS diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CODE_OF_CONDUCT.md b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CODE_OF_CONDUCT.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CODE_OF_CONDUCT.md rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CODE_OF_CONDUCT.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CONTRIBUTING.md b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CONTRIBUTING.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CONTRIBUTING.md rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/CONTRIBUTING.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/DESIGN.md b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/DESIGN.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/DESIGN.md rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/DESIGN.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/LICENSE b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/LICENSE similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/LICENSE rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/LICENSE diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/OWNERS b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/OWNERS similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/OWNERS rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/OWNERS diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/SECURITY.md b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/SECURITY.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/SECURITY.md rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/SECURITY.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/SECURITY_CONTACTS b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/SECURITY_CONTACTS similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/SECURITY_CONTACTS rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/SECURITY_CONTACTS diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/apps_alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/apps_alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/apps_alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/apps_alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_apiserver.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_apiserver.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_apiserver.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_apiserver.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_controller_manager.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_controller_manager.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_controller_manager.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_controller_manager.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_proxy.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_proxy.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_proxy.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_proxy.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_scheduler.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_scheduler.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_scheduler.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kube_scheduler.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kubelet.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kubelet.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kubelet.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/kubelet.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/resource_alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/resource_alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/resource_alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/resource_alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/storage_alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/storage_alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/storage_alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/storage_alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/system_alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/system_alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/system_alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/alerts/system_alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/apiserver.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/apiserver.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/apiserver.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/apiserver.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/controller-manager.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/controller-manager.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/controller-manager.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/controller-manager.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/defaults.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/defaults.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/defaults.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/defaults.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/kubelet.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/kubelet.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/kubelet.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/kubelet.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/cluster-total.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/cluster-total.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/cluster-total.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/cluster-total.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/namespace-by-pod.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/namespace-by-pod.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/namespace-by-pod.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/namespace-by-pod.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/namespace-by-workload.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/namespace-by-workload.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/namespace-by-workload.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/namespace-by-workload.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/pod-total.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/pod-total.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/pod-total.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/pod-total.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/workload-total.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/workload-total.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/workload-total.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network-usage/workload-total.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/network.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/persistentvolumesusage.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/persistentvolumesusage.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/persistentvolumesusage.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/persistentvolumesusage.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/proxy.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/proxy.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/proxy.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/proxy.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/cluster.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/cluster.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/cluster.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/cluster.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/multi-cluster.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/multi-cluster.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/multi-cluster.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/multi-cluster.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/namespace.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/namespace.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/namespace.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/namespace.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/node.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/node.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/node.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/node.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/pod.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/pod.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/pod.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/pod.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/workload-namespace.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/workload-namespace.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/workload-namespace.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/workload-namespace.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/workload.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/workload.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/workload.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/resources/workload.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/scheduler.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/scheduler.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/scheduler.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/scheduler.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/windows.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/windows.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/windows.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/windows.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/absent_alert.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/absent_alert.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/absent_alert.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/absent_alert.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/add-runbook-links.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/add-runbook-links.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/add-runbook-links.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/add-runbook-links.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/alerts.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/alerts.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/alerts.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/alerts.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/dashboards.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/dashboards.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/dashboards.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/dashboards.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/rules.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/rules.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/rules.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/rules.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/utils.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/utils.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/utils.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/lib/utils.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/apps.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/apps.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/apps.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/apps.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-availability.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-availability.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-availability.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-availability.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-burnrate.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-burnrate.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-burnrate.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-burnrate.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-histogram.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-histogram.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-histogram.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver-histogram.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_apiserver.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_scheduler.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_scheduler.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_scheduler.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kube_scheduler.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kubelet.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kubelet.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kubelet.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/kubelet.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/node.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/node.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/node.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/node.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/rules.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/rules.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/rules.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/rules.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/windows.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/windows.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/windows.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/rules/windows.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/runbook.md b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/runbook.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/runbook.md rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/runbook.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/check-selectors-ksm.sh b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/check-selectors-ksm.sh similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/check-selectors-ksm.sh rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/check-selectors-ksm.sh diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/go.mod b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/go.mod similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/go.mod rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/go.mod diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/go.sum b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/go.sum similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/go.sum rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/go.sum diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/tools.go b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/tools.go similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/tools.go rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/scripts/tools.go diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/tests.yaml b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/tests.yaml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/tests.yaml rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes-monitoring/kubernetes-mixin/tests.yaml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics-mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics/kube-state-metrics.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics/kube-state-metrics.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics/kube-state-metrics.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/kubernetes/kube-state-metrics/jsonnet/kube-state-metrics/kube-state-metrics.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/all-namespaces.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/all-namespaces.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/all-namespaces.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/all-namespaces.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/anti-affinity.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/anti-affinity.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/anti-affinity.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/anti-affinity.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/aws-vpc-cni.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/aws-vpc-cni.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/aws-vpc-cni.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/aws-vpc-cni.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/config-mixins.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/config-mixins.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/config-mixins.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/config-mixins.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/custom-metrics.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/custom-metrics.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/custom-metrics.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/custom-metrics.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/dropping-deprecated-metrics-relabelings.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/dropping-deprecated-metrics-relabelings.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/dropping-deprecated-metrics-relabelings.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/dropping-deprecated-metrics-relabelings.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/external-metrics.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/external-metrics.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/external-metrics.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/external-metrics.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/insecure-kubelet.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/insecure-kubelet.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/insecure-kubelet.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/insecure-kubelet.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/ksm-autoscaler.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/ksm-autoscaler.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/ksm-autoscaler.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/ksm-autoscaler.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/ksm-lite.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/ksm-lite.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/ksm-lite.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/ksm-lite.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/managed-cluster.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/managed-cluster.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/managed-cluster.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/managed-cluster.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/networkpolicies-disabled.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/networkpolicies-disabled.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/networkpolicies-disabled.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/networkpolicies-disabled.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/node-ports.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/node-ports.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/node-ports.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/node-ports.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/pyrra.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/pyrra.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/pyrra.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/pyrra.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/static-etcd.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/static-etcd.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/static-etcd.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/static-etcd.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/strip-limits.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/strip-limits.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/strip-limits.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/strip-limits.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/grafana-weave-net-cluster.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/grafana-weave-net-cluster.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/grafana-weave-net-cluster.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/grafana-weave-net-cluster.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/grafana-weave-net.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/grafana-weave-net.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/grafana-weave-net.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/grafana-weave-net.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/weave-net.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/weave-net.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/weave-net.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/weave-net/weave-net.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/windows-hostprocess.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/windows-hostprocess.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/windows-hostprocess.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/windows-hostprocess.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/windows.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/windows.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/windows.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/addons/windows.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/alertmanager.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/alertmanager.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/alertmanager.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/alertmanager.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/blackbox-exporter.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/blackbox-exporter.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/blackbox-exporter.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/blackbox-exporter.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/grafana.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/grafana.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/grafana.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/grafana.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/k8s-control-plane.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/k8s-control-plane.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/k8s-control-plane.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/k8s-control-plane.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/kube-rbac-proxy.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/kube-rbac-proxy.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/kube-rbac-proxy.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/kube-rbac-proxy.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/kube-state-metrics.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/kube-state-metrics.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/kube-state-metrics.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/kube-state-metrics.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/general.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/general.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/general.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/general.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/node.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/node.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/node.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/alerts/node.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/custom.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/custom.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/custom.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/custom.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/general.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/general.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/general.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/general.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/node-rules.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/node-rules.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/node-rules.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/node-rules.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/rules.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/rules.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/rules.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/mixin/rules/rules.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/node-exporter.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/node-exporter.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/node-exporter.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/node-exporter.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus-adapter.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus-adapter.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus-adapter.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus-adapter.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus-operator.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus-operator.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus-operator.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus-operator.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/prometheus.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/rule-sanitizer.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/rule-sanitizer.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/rule-sanitizer.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/rule-sanitizer.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/utils.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/utils.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/utils.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/lib/utils.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/main.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/main.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/main.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/main.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/aks.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/aks.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/aks.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/aks.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/aws.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/aws.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/aws.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/aws.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/bootkube.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/bootkube.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/bootkube.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/bootkube.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/eks.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/eks.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/eks.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/eks.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/gke.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/gke.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/gke.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/gke.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kops-coredns.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kops-coredns.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kops-coredns.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kops-coredns.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kops.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kops.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kops.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kops.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kubeadm.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kubeadm.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kubeadm.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kubeadm.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kubespray.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kubespray.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kubespray.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/kubespray.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/platforms.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/platforms.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/platforms.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/platforms/platforms.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/versions.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/versions.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/versions.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/versions.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/alerts.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/alerts.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/alerts.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/alerts.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/alerts/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/alerts/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/alerts/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/alerts/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/admission-webhook.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/admission-webhook.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/admission-webhook.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/admission-webhook.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagerconfigs-crd.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagerconfigs-crd.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagerconfigs-crd.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagerconfigs-crd.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagerconfigs-v1beta1-crd.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagerconfigs-v1beta1-crd.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagerconfigs-v1beta1-crd.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagerconfigs-v1beta1-crd.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagers-crd.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagers-crd.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagers-crd.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagers-crd.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/conversion.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/conversion.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/conversion.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/conversion.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/podmonitors-crd.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/podmonitors-crd.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/podmonitors-crd.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/podmonitors-crd.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/probes-crd.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/probes-crd.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/probes-crd.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/probes-crd.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheus-operator.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheus-operator.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheus-operator.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheus-operator.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheusagents-crd.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheusagents-crd.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheusagents-crd.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheusagents-crd.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheuses-crd.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheuses-crd.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheuses-crd.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheuses-crd.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheusrules-crd.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheusrules-crd.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheusrules-crd.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/prometheusrules-crd.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/scrapeconfigs-crd.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/scrapeconfigs-crd.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/scrapeconfigs-crd.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/scrapeconfigs-crd.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/servicemonitors-crd.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/servicemonitors-crd.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/servicemonitors-crd.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/servicemonitors-crd.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/thanosrulers-crd.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/thanosrulers-crd.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/thanosrulers-crd.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/thanosrulers-crd.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/.lint b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/.lint similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/.lint rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/.lint diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/alerts.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/alerts.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/alerts.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/alerts.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards/overview.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards/overview.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards/overview.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards/overview.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/jsonnetfile.lock.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/jsonnetfile.lock.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/jsonnetfile.lock.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/jsonnetfile.lock.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/alertmanager/doc/alertmanager-mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/alerts.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/alerts.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/alerts.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/alerts.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/alerts/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/alerts/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/alerts/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/alerts/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/node.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/node.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/node.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/node.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/use.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/use.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/use.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/dashboards/use.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/lib/prom-mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/lib/prom-mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/lib/prom-mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/lib/prom-mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/rules.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/rules.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/rules.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/rules.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/rules/rules.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/rules/rules.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/node_exporter/docs/node-mixin/rules/rules.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/node_exporter/docs/node-mixin/rules/rules.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/.gitignore b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/.gitignore rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/Makefile b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/Makefile rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/alerts.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/alerts.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/alerts.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/alerts.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/dashboards.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/dashboards.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/dashboards.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/dashboards.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/prometheus/prometheus/documentation/prometheus-mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/pyrra-dev/pyrra/config/crd/bases/pyrra.dev_servicelevelobjectives.json b/build/kube-prometheus/libraries/main/vendor/github.com/pyrra-dev/pyrra/config/crd/bases/pyrra.dev_servicelevelobjectives.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/pyrra-dev/pyrra/config/crd/bases/pyrra.dev_servicelevelobjectives.json rename to build/kube-prometheus/libraries/main/vendor/github.com/pyrra-dev/pyrra/config/crd/bases/pyrra.dev_servicelevelobjectives.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/pyrra-dev/pyrra/config/crd/bases/pyrra.dev_servicelevelobjectives.yaml b/build/kube-prometheus/libraries/main/vendor/github.com/pyrra-dev/pyrra/config/crd/bases/pyrra.dev_servicelevelobjectives.yaml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/pyrra-dev/pyrra/config/crd/bases/pyrra.dev_servicelevelobjectives.yaml rename to build/kube-prometheus/libraries/main/vendor/github.com/pyrra-dev/pyrra/config/crd/bases/pyrra.dev_servicelevelobjectives.yaml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/absent.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/absent.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/absent.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/absent.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/add-runbook-links.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/add-runbook-links.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/add-runbook-links.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/add-runbook-links.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/bucket-replicate.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/bucket-replicate.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/bucket-replicate.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/bucket-replicate.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/compact.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/compact.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/compact.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/compact.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/query.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/query.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/query.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/query.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/receive.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/receive.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/receive.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/receive.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/rule.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/rule.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/rule.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/rule.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/sidecar.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/sidecar.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/sidecar.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/sidecar.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/store.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/store.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/alerts/store.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/alerts/store.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/bucket-replicate.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/bucket-replicate.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/bucket-replicate.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/bucket-replicate.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/compact.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/compact.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/compact.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/compact.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/defaults.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/defaults.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/defaults.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/defaults.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/overview.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/overview.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/overview.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/overview.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/query-frontend.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/query-frontend.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/query-frontend.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/query-frontend.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/query.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/query.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/query.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/query.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/receive.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/receive.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/receive.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/receive.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/rule.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/rule.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/rule.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/rule.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/sidecar.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/sidecar.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/sidecar.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/sidecar.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/store.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/store.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/dashboards/store.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/dashboards/store.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/jsonnetfile.json b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/jsonnetfile.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/jsonnetfile.json rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/jsonnetfile.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/jsonnetfile.lock.json b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/jsonnetfile.lock.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/jsonnetfile.lock.json rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/jsonnetfile.lock.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/README.md b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/README.md rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/builder.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/builder.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/builder.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/builder.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/grpc.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/grpc.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/grpc.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/grpc.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/http.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/http.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/http.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/http.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/slo.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/slo.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/slo.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/slo.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/utils.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/utils.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/lib/utils.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/lib/utils.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules/bucket-replicate.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules/bucket-replicate.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules/bucket-replicate.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules/bucket-replicate.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules/query.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules/query.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules/query.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules/query.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules/receive.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules/receive.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules/receive.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules/receive.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules/rules.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules/rules.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules/rules.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules/rules.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules/store.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules/store.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/rules/store.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/rules/store.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/runbook.md b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/runbook.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/runbook.md rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/runbook.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/separated-alerts.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/separated-alerts.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/thanos-io/thanos/mixin/separated-alerts.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/thanos-io/thanos/mixin/separated-alerts.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/BUILD.bazel b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/BUILD.bazel similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/BUILD.bazel rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/BUILD.bazel diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/jsonnetunit.bzl b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/jsonnetunit.bzl similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/jsonnetunit.bzl rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/jsonnetunit.bzl diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/matcher.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/matcher.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/matcher.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/matcher.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/std_matchers.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/std_matchers.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/std_matchers.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/std_matchers.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test.libsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test.libsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/BUILD.bazel b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/BUILD.bazel similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/BUILD.bazel rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/BUILD.bazel diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/failure_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/failure_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/failure_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/failure_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/failure_test.golden b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/failure_test.golden similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/failure_test.golden rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/failure_test.golden diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/std_matchers_failure_test.golden b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/std_matchers_failure_test.golden similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/std_matchers_failure_test.golden rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/std_matchers_failure_test.golden diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/test_test.golden b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/test_test.golden similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/test_test.golden rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/golden/test_test.golden diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/std_matchers_failure_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/std_matchers_failure_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/std_matchers_failure_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/std_matchers_failure_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/std_matchers_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/std_matchers_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/std_matchers_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/std_matchers_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/test_test.jsonnet b/build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/test_test.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/test_test.jsonnet rename to build/kube-prometheus/libraries/main/vendor/github.com/yugui/jsonnetunit/jsonnetunit/test/test_test.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/.gitignore b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/.gitignore similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/.gitignore rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/.gitignore diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/.gitlab-ci.yml b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/.gitlab-ci.yml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/.gitlab-ci.yml rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/.gitlab-ci.yml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/LICENSE b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/LICENSE similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/LICENSE rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/LICENSE diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/Makefile b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/Makefile similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/Makefile rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/Makefile diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/README.md b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/README.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/README.md rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/README.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/RUNBOOK.md b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/RUNBOOK.md similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/RUNBOOK.md rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/RUNBOOK.md diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/absent.libsonnet b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/absent.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/absent.libsonnet rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/absent.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/alerts.libsonnet b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/alerts.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/alerts.libsonnet rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/alerts.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/certificates.libsonnet b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/certificates.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/certificates.libsonnet rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/alerts/certificates.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/config.libsonnet b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/config.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/config.libsonnet rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/config.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/dashboards/cert-manager.json b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/dashboards/cert-manager.json similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/dashboards/cert-manager.json rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/dashboards/cert-manager.json diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/dashboards/dashboards.libsonnet b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/dashboards/dashboards.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/dashboards/dashboards.libsonnet rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/dashboards/dashboards.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/alerts.jsonnet b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/alerts.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/alerts.jsonnet rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/alerts.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/dashboards.jsonnet b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/dashboards.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/dashboards.jsonnet rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/dashboards.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/rules.jsonnet b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/rules.jsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/rules.jsonnet rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/lib/rules.jsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/mixin.libsonnet b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/mixin.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/mixin.libsonnet rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/mixin.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/rules/rules.libsonnet b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/rules/rules.libsonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/rules/rules.libsonnet rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/rules/rules.libsonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/tests.yaml b/build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/tests.yaml similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/tests.yaml rename to build/kube-prometheus/libraries/main/vendor/gitlab.com/uneeq-oss/cert-manager-mixin/tests.yaml diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafana b/build/kube-prometheus/libraries/main/vendor/grafana similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafana rename to build/kube-prometheus/libraries/main/vendor/grafana diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafana-builder b/build/kube-prometheus/libraries/main/vendor/grafana-builder similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafana-builder rename to build/kube-prometheus/libraries/main/vendor/grafana-builder diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafana-mixin b/build/kube-prometheus/libraries/main/vendor/grafana-mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafana-mixin rename to build/kube-prometheus/libraries/main/vendor/grafana-mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafonnet b/build/kube-prometheus/libraries/main/vendor/grafonnet similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafonnet rename to build/kube-prometheus/libraries/main/vendor/grafonnet diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafonnet-7.0 b/build/kube-prometheus/libraries/main/vendor/grafonnet-7.0 similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafonnet-7.0 rename to build/kube-prometheus/libraries/main/vendor/grafonnet-7.0 diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafonnet-latest b/build/kube-prometheus/libraries/main/vendor/grafonnet-latest similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafonnet-latest rename to build/kube-prometheus/libraries/main/vendor/grafonnet-latest diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafonnet-v10.0.0 b/build/kube-prometheus/libraries/main/vendor/grafonnet-v10.0.0 similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafonnet-v10.0.0 rename to build/kube-prometheus/libraries/main/vendor/grafonnet-v10.0.0 diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafonnet-v11.0.0 b/build/kube-prometheus/libraries/main/vendor/grafonnet-v11.0.0 similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/grafonnet-v11.0.0 rename to build/kube-prometheus/libraries/main/vendor/grafonnet-v11.0.0 diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/jsonnetunit b/build/kube-prometheus/libraries/main/vendor/jsonnetunit similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/jsonnetunit rename to build/kube-prometheus/libraries/main/vendor/jsonnetunit diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/kube-prometheus b/build/kube-prometheus/libraries/main/vendor/kube-prometheus similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/kube-prometheus rename to build/kube-prometheus/libraries/main/vendor/kube-prometheus diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/kube-state-metrics b/build/kube-prometheus/libraries/main/vendor/kube-state-metrics similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/kube-state-metrics rename to build/kube-prometheus/libraries/main/vendor/kube-state-metrics diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/kube-state-metrics-mixin b/build/kube-prometheus/libraries/main/vendor/kube-state-metrics-mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/kube-state-metrics-mixin rename to build/kube-prometheus/libraries/main/vendor/kube-state-metrics-mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/kubernetes-mixin b/build/kube-prometheus/libraries/main/vendor/kubernetes-mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/kubernetes-mixin rename to build/kube-prometheus/libraries/main/vendor/kubernetes-mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/mixin b/build/kube-prometheus/libraries/main/vendor/mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/mixin rename to build/kube-prometheus/libraries/main/vendor/mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/node-mixin b/build/kube-prometheus/libraries/main/vendor/node-mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/node-mixin rename to build/kube-prometheus/libraries/main/vendor/node-mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/opensearch-mixin b/build/kube-prometheus/libraries/main/vendor/opensearch-mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/opensearch-mixin rename to build/kube-prometheus/libraries/main/vendor/opensearch-mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/prometheus b/build/kube-prometheus/libraries/main/vendor/prometheus similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/prometheus rename to build/kube-prometheus/libraries/main/vendor/prometheus diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/prometheus-mixin b/build/kube-prometheus/libraries/main/vendor/prometheus-mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/prometheus-mixin rename to build/kube-prometheus/libraries/main/vendor/prometheus-mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/prometheus-operator b/build/kube-prometheus/libraries/main/vendor/prometheus-operator similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/prometheus-operator rename to build/kube-prometheus/libraries/main/vendor/prometheus-operator diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/prometheus-operator-mixin b/build/kube-prometheus/libraries/main/vendor/prometheus-operator-mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/prometheus-operator-mixin rename to build/kube-prometheus/libraries/main/vendor/prometheus-operator-mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/pyrra b/build/kube-prometheus/libraries/main/vendor/pyrra similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/pyrra rename to build/kube-prometheus/libraries/main/vendor/pyrra diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/thanos-mixin b/build/kube-prometheus/libraries/main/vendor/thanos-mixin similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/thanos-mixin rename to build/kube-prometheus/libraries/main/vendor/thanos-mixin diff --git a/build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/xtd b/build/kube-prometheus/libraries/main/vendor/xtd similarity index 100% rename from build/kube-prometheus/libraries/74e445ae4a2582f978bae2e0e9b63024d7f759d6/vendor/xtd rename to build/kube-prometheus/libraries/main/vendor/xtd