diff --git a/.github/kyverno-policies-ignore.txt b/.github/cluster-policies-ignore.txt similarity index 100% rename from .github/kyverno-policies-ignore.txt rename to .github/cluster-policies-ignore.txt diff --git a/.github/workflows/sync-kyverno-policies.yaml b/.github/workflows/sync-cluster-policies.yaml similarity index 67% rename from .github/workflows/sync-kyverno-policies.yaml rename to .github/workflows/sync-cluster-policies.yaml index d6574ce4e..040e0d8ea 100644 --- a/.github/workflows/sync-kyverno-policies.yaml +++ b/.github/workflows/sync-cluster-policies.yaml @@ -1,4 +1,4 @@ -name: Sync Kyverno Policies +name: Sync Cluster Policies on: schedule: @@ -8,20 +8,20 @@ on: branches: - main paths: - - 'k8s/shared/infrastructure/kyverno-policies/samples/**' + - 'k8s/shared/infrastructure/cluster-policies/samples/**' jobs: sync-policies: runs-on: ubuntu-latest env: - KYVERNO_POLICIES_DIR: k8s/shared/infrastructure/kyverno-policies/samples/ - KYVERNO_POLICIES_TEMP_DIR: /tmp/kyverno-policies + KYVERNO_POLICIES_DIR: k8s/shared/infrastructure/cluster-policies/samples/ + KYVERNO_POLICIES_TEMP_DIR: /tmp/cluster-policies steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Download latest Kyverno policies + - name: Download latest Cluster Policies run: | git clone --filter=blob:none --sparse https://github.com/kyverno/policies ${{ env.KYVERNO_POLICIES_TEMP_DIR }} cd ${{ env.KYVERNO_POLICIES_TEMP_DIR }} @@ -31,9 +31,9 @@ jobs: run: | while IFS= read -r pattern; do find ${{ env.KYVERNO_POLICIES_TEMP_DIR }} -path "${{ env.KYVERNO_POLICIES_TEMP_DIR }}/$pattern" -exec rm -rf {} + - done < .github/kyverno-policies-ignore.txt + done < .github/cluster-policies-ignore.txt - - name: Copy Kyverno policies to the target directory + - name: Copy Cluster Policies to the target directory run: | mkdir -p ${{ env.KYVERNO_POLICIES_DIR }} rm -rf ${{ env.KYVERNO_POLICIES_DIR }}/* @@ -43,7 +43,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} - commit-message: "chore: sync Kyverno policies" - title: "chore: sync Kyverno policies" - body: "Sync Kyverno policies from " + commit-message: "chore: sync cluster policies" + title: "chore: sync cluster policies" + body: "Sync Cluster Policies from " signoff: true diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo-cel/application-field-validation/application-field-validation.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo-cel/application-field-validation/application-field-validation.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo-cel/application-field-validation/application-field-validation.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo-cel/application-field-validation/application-field-validation.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo-cel/application-prevent-default-project/application-prevent-default-project.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo-cel/application-prevent-default-project/application-prevent-default-project.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo-cel/application-prevent-default-project/application-prevent-default-project.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo-cel/application-prevent-default-project/application-prevent-default-project.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo-cel/application-prevent-updates-project/application-prevent-updates-project.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo-cel/application-prevent-updates-project/application-prevent-updates-project.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo-cel/application-prevent-updates-project/application-prevent-updates-project.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo-cel/application-prevent-updates-project/application-prevent-updates-project.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo-cel/applicationset-name-matches-project/applicationset-name-matches-project.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo-cel/applicationset-name-matches-project/applicationset-name-matches-project.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo-cel/applicationset-name-matches-project/applicationset-name-matches-project.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo-cel/applicationset-name-matches-project/applicationset-name-matches-project.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo-cel/appproject-clusterresourceblacklist/appproject-clusterresourceblacklist.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo-cel/appproject-clusterresourceblacklist/appproject-clusterresourceblacklist.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo-cel/appproject-clusterresourceblacklist/appproject-clusterresourceblacklist.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo-cel/appproject-clusterresourceblacklist/appproject-clusterresourceblacklist.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo/application-field-validation/application-field-validation.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo/application-field-validation/application-field-validation.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo/application-field-validation/application-field-validation.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo/application-field-validation/application-field-validation.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo/application-prevent-default-project/application-prevent-default-project.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo/application-prevent-default-project/application-prevent-default-project.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo/application-prevent-default-project/application-prevent-default-project.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo/application-prevent-default-project/application-prevent-default-project.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo/application-prevent-updates-project/application-prevent-updates-project.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo/application-prevent-updates-project/application-prevent-updates-project.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo/application-prevent-updates-project/application-prevent-updates-project.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo/application-prevent-updates-project/application-prevent-updates-project.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo/applicationset-name-matches-project/applicationset-name-matches-project.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo/applicationset-name-matches-project/applicationset-name-matches-project.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo/applicationset-name-matches-project/applicationset-name-matches-project.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo/applicationset-name-matches-project/applicationset-name-matches-project.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo/appproject-clusterresourceblacklist/appproject-clusterresourceblacklist.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo/appproject-clusterresourceblacklist/appproject-clusterresourceblacklist.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo/appproject-clusterresourceblacklist/appproject-clusterresourceblacklist.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo/appproject-clusterresourceblacklist/appproject-clusterresourceblacklist.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/argo/argo-cluster-generation-from-rancher-capi/argo-cluster-generation-from-rancher-capi.yaml b/k8s/shared/infrastructure/cluster-policies/samples/argo/argo-cluster-generation-from-rancher-capi/argo-cluster-generation-from-rancher-capi.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/argo/argo-cluster-generation-from-rancher-capi/argo-cluster-generation-from-rancher-capi.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/argo/argo-cluster-generation-from-rancher-capi/argo-cluster-generation-from-rancher-capi.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/aws-cel/require-encryption-aws-loadbalancers/require-encryption-aws-loadbalancers.yaml b/k8s/shared/infrastructure/cluster-policies/samples/aws-cel/require-encryption-aws-loadbalancers/require-encryption-aws-loadbalancers.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/aws-cel/require-encryption-aws-loadbalancers/require-encryption-aws-loadbalancers.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/aws-cel/require-encryption-aws-loadbalancers/require-encryption-aws-loadbalancers.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/aws/require-aws-node-irsa/require-aws-node-irsa.yaml b/k8s/shared/infrastructure/cluster-policies/samples/aws/require-aws-node-irsa/require-aws-node-irsa.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/aws/require-aws-node-irsa/require-aws-node-irsa.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/aws/require-aws-node-irsa/require-aws-node-irsa.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/aws/require-encryption-aws-loadbalancers/require-encryption-aws-loadbalancers.yaml b/k8s/shared/infrastructure/cluster-policies/samples/aws/require-encryption-aws-loadbalancers/require-encryption-aws-loadbalancers.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/aws/require-encryption-aws-loadbalancers/require-encryption-aws-loadbalancers.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/aws/require-encryption-aws-loadbalancers/require-encryption-aws-loadbalancers.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/check-deprecated-apis/check-deprecated-apis.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/check-deprecated-apis/check-deprecated-apis.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/check-deprecated-apis/check-deprecated-apis.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/check-deprecated-apis/check-deprecated-apis.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/disallow-cri-sock-mount/disallow-cri-sock-mount.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/disallow-cri-sock-mount/disallow-cri-sock-mount.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/disallow-cri-sock-mount/disallow-cri-sock-mount.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/disallow-cri-sock-mount/disallow-cri-sock-mount.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/disallow-default-namespace/disallow-default-namespace.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/disallow-default-namespace/disallow-default-namespace.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/disallow-default-namespace/disallow-default-namespace.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/disallow-default-namespace/disallow-default-namespace.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/disallow-empty-ingress-host/disallow-empty-ingress-host.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/disallow-empty-ingress-host/disallow-empty-ingress-host.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/disallow-empty-ingress-host/disallow-empty-ingress-host.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/disallow-empty-ingress-host/disallow-empty-ingress-host.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/disallow-helm-tiller/disallow-helm-tiller.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/disallow-helm-tiller/disallow-helm-tiller.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/disallow-helm-tiller/disallow-helm-tiller.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/disallow-helm-tiller/disallow-helm-tiller.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/disallow-latest-tag/disallow-latest-tag.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/disallow-latest-tag/disallow-latest-tag.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/disallow-latest-tag/disallow-latest-tag.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/disallow-latest-tag/disallow-latest-tag.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-drop-all/require-drop-all.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-drop-all/require-drop-all.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-drop-all/require-drop-all.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-drop-all/require-drop-all.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-drop-cap-net-raw/require-drop-cap-net-raw.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-drop-cap-net-raw/require-drop-cap-net-raw.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-drop-cap-net-raw/require-drop-cap-net-raw.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-drop-cap-net-raw/require-drop-cap-net-raw.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-labels/require-labels.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-labels/require-labels.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-labels/require-labels.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-labels/require-labels.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-pod-requests-limits/require-pod-requests-limits.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-pod-requests-limits/require-pod-requests-limits.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-pod-requests-limits/require-pod-requests-limits.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-pod-requests-limits/require-pod-requests-limits.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-probes/require-probes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-probes/require-probes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-probes/require-probes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-probes/require-probes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-ro-rootfs/require-ro-rootfs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-ro-rootfs/require-ro-rootfs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/require-ro-rootfs/require-ro-rootfs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/require-ro-rootfs/require-ro-rootfs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/restrict-image-registries/restrict-image-registries.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/restrict-image-registries/restrict-image-registries.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/restrict-image-registries/restrict-image-registries.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/restrict-image-registries/restrict-image-registries.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/restrict-node-port/restrict-node-port.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/restrict-node-port/restrict-node-port.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/restrict-node-port/restrict-node-port.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/restrict-node-port/restrict-node-port.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/restrict-service-external-ips/restrict-service-external-ips.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/restrict-service-external-ips/restrict-service-external-ips.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices-cel/restrict-service-external-ips/restrict-service-external-ips.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices-cel/restrict-service-external-ips/restrict-service-external-ips.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/add-network-policy/add-network-policy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/add-network-policy/add-network-policy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/add-network-policy/add-network-policy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/add-network-policy/add-network-policy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/add-networkpolicy-dns/add-networkpolicy-dns.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/add-networkpolicy-dns/add-networkpolicy-dns.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/add-networkpolicy-dns/add-networkpolicy-dns.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/add-networkpolicy-dns/add-networkpolicy-dns.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/add-ns-quota/add-ns-quota.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/add-ns-quota/add-ns-quota.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/add-ns-quota/add-ns-quota.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/add-ns-quota/add-ns-quota.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/add-rolebinding/add-rolebinding.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/add-rolebinding/add-rolebinding.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/add-rolebinding/add-rolebinding.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/add-rolebinding/add-rolebinding.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/add-safe-to-evict/add-safe-to-evict.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/add-safe-to-evict/add-safe-to-evict.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/add-safe-to-evict/add-safe-to-evict.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/add-safe-to-evict/add-safe-to-evict.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/check-deprecated-apis/check-deprecated-apis.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/check-deprecated-apis/check-deprecated-apis.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/check-deprecated-apis/check-deprecated-apis.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/check-deprecated-apis/check-deprecated-apis.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/disallow-cri-sock-mount/disallow-cri-sock-mount.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/disallow-cri-sock-mount/disallow-cri-sock-mount.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/disallow-cri-sock-mount/disallow-cri-sock-mount.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/disallow-cri-sock-mount/disallow-cri-sock-mount.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/disallow-default-namespace/disallow-default-namespace.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/disallow-default-namespace/disallow-default-namespace.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/disallow-default-namespace/disallow-default-namespace.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/disallow-default-namespace/disallow-default-namespace.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/disallow-empty-ingress-host/disallow-empty-ingress-host.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/disallow-empty-ingress-host/disallow-empty-ingress-host.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/disallow-empty-ingress-host/disallow-empty-ingress-host.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/disallow-empty-ingress-host/disallow-empty-ingress-host.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/disallow-helm-tiller/disallow-helm-tiller.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/disallow-helm-tiller/disallow-helm-tiller.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/disallow-helm-tiller/disallow-helm-tiller.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/disallow-helm-tiller/disallow-helm-tiller.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/disallow-latest-tag/disallow-latest-tag.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/disallow-latest-tag/disallow-latest-tag.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/disallow-latest-tag/disallow-latest-tag.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/disallow-latest-tag/disallow-latest-tag.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-drop-all/require-drop-all.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-drop-all/require-drop-all.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-drop-all/require-drop-all.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-drop-all/require-drop-all.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-drop-cap-net-raw/require-drop-cap-net-raw.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-drop-cap-net-raw/require-drop-cap-net-raw.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-drop-cap-net-raw/require-drop-cap-net-raw.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-drop-cap-net-raw/require-drop-cap-net-raw.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-labels/require-labels.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-labels/require-labels.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-labels/require-labels.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-labels/require-labels.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-pod-requests-limits/require-pod-requests-limits.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-pod-requests-limits/require-pod-requests-limits.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-pod-requests-limits/require-pod-requests-limits.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-pod-requests-limits/require-pod-requests-limits.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-probes/require-probes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-probes/require-probes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-probes/require-probes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-probes/require-probes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-ro-rootfs/require-ro-rootfs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-ro-rootfs/require-ro-rootfs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/require-ro-rootfs/require-ro-rootfs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/require-ro-rootfs/require-ro-rootfs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/restrict-image-registries/restrict-image-registries.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/restrict-image-registries/restrict-image-registries.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/restrict-image-registries/restrict-image-registries.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/restrict-image-registries/restrict-image-registries.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/restrict-node-port/restrict-node-port.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/restrict-node-port/restrict-node-port.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/restrict-node-port/restrict-node-port.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/restrict-node-port/restrict-node-port.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/best-practices/restrict-service-external-ips/restrict-service-external-ips.yaml b/k8s/shared/infrastructure/cluster-policies/samples/best-practices/restrict-service-external-ips/restrict-service-external-ips.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/best-practices/restrict-service-external-ips/restrict-service-external-ips.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/best-practices/restrict-service-external-ips/restrict-service-external-ips.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/castai/add-castai-removal-disabled/add-castai-removal-disabled.yaml b/k8s/shared/infrastructure/cluster-policies/samples/castai/add-castai-removal-disabled/add-castai-removal-disabled.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/castai/add-castai-removal-disabled/add-castai-removal-disabled.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/castai/add-castai-removal-disabled/add-castai-removal-disabled.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/cert-manager/limit-dnsnames/limit-dnsnames.yaml b/k8s/shared/infrastructure/cluster-policies/samples/cert-manager/limit-dnsnames/limit-dnsnames.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/cert-manager/limit-dnsnames/limit-dnsnames.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/cert-manager/limit-dnsnames/limit-dnsnames.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/cert-manager/limit-duration/limit-duration.yaml b/k8s/shared/infrastructure/cluster-policies/samples/cert-manager/limit-duration/limit-duration.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/cert-manager/limit-duration/limit-duration.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/cert-manager/limit-duration/limit-duration.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/cert-manager/restrict-issuer/restrict-issuer.yaml b/k8s/shared/infrastructure/cluster-policies/samples/cert-manager/restrict-issuer/restrict-issuer.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/cert-manager/restrict-issuer/restrict-issuer.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/cert-manager/restrict-issuer/restrict-issuer.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/cleanup/cleanup-bare-pods/cleanup-bare-pods.yaml b/k8s/shared/infrastructure/cluster-policies/samples/cleanup/cleanup-bare-pods/cleanup-bare-pods.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/cleanup/cleanup-bare-pods/cleanup-bare-pods.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/cleanup/cleanup-bare-pods/cleanup-bare-pods.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/cleanup/cleanup-empty-replicasets/cleanup-empty-replicasets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/cleanup/cleanup-empty-replicasets/cleanup-empty-replicasets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/cleanup/cleanup-empty-replicasets/cleanup-empty-replicasets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/cleanup/cleanup-empty-replicasets/cleanup-empty-replicasets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/cleanup/cleanup-empty-replicasets/cluster-role.yaml b/k8s/shared/infrastructure/cluster-policies/samples/cleanup/cleanup-empty-replicasets/cluster-role.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/cleanup/cleanup-empty-replicasets/cluster-role.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/cleanup/cleanup-empty-replicasets/cluster-role.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/consul-cel/enforce-min-tls-version/enforce-min-tls-version.yaml b/k8s/shared/infrastructure/cluster-policies/samples/consul-cel/enforce-min-tls-version/enforce-min-tls-version.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/consul-cel/enforce-min-tls-version/enforce-min-tls-version.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/consul-cel/enforce-min-tls-version/enforce-min-tls-version.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/consul/enforce-min-tls-version/enforce-min-tls-version.yaml b/k8s/shared/infrastructure/cluster-policies/samples/consul/enforce-min-tls-version/enforce-min-tls-version.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/consul/enforce-min-tls-version/enforce-min-tls-version.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/consul/enforce-min-tls-version/enforce-min-tls-version.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/external-secret-operator/add-external-secret-prefix/add-external-secret-prefix.yaml b/k8s/shared/infrastructure/cluster-policies/samples/external-secret-operator/add-external-secret-prefix/add-external-secret-prefix.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/external-secret-operator/add-external-secret-prefix/add-external-secret-prefix.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/external-secret-operator/add-external-secret-prefix/add-external-secret-prefix.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-flux-sources/verify-flux-sources.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-flux-sources/verify-flux-sources.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-flux-sources/verify-flux-sources.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-flux-sources/verify-flux-sources.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/bad-gitrepositories.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/bad-gitrepositories.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/bad-gitrepositories.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/bad-gitrepositories.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/bad.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/bad.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/bad.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/bad.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/chainsaw-test-rename-after-issue-10313-fix.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/chainsaw-test-rename-after-issue-10313-fix.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/chainsaw-test-rename-after-issue-10313-fix.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/chainsaw-test-rename-after-issue-10313-fix.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/good-gitrepositories.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/good-gitrepositories.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/good-gitrepositories.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/good-gitrepositories.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/good.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/good.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/good.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/good.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/policy-ready.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/policy-ready.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/policy-ready.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/.chainsaw-test-rename-after-issue-10313-fix/policy-ready.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/verify-git-repositories.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/verify-git-repositories.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux-cel/verify-git-repositories/verify-git-repositories.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux-cel/verify-git-repositories/verify-git-repositories.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux/generate-flux-multi-tenant-resources/generate-flux-multi-tenant-resources.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux/generate-flux-multi-tenant-resources/generate-flux-multi-tenant-resources.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux/generate-flux-multi-tenant-resources/generate-flux-multi-tenant-resources.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux/generate-flux-multi-tenant-resources/generate-flux-multi-tenant-resources.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux/verify-flux-images/verify-flux-images.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux/verify-flux-images/verify-flux-images.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux/verify-flux-images/verify-flux-images.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux/verify-flux-images/verify-flux-images.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux/verify-flux-sources/verify-flux-sources.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux/verify-flux-sources/verify-flux-sources.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux/verify-flux-sources/verify-flux-sources.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux/verify-flux-sources/verify-flux-sources.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/flux/verify-git-repositories/verify-git-repositories.yaml b/k8s/shared/infrastructure/cluster-policies/samples/flux/verify-git-repositories/verify-git-repositories.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/flux/verify-git-repositories/verify-git-repositories.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/flux/verify-git-repositories/verify-git-repositories.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio-cel/enforce-sidecar-injection-namespace/enforce-sidecar-injection-namespace.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio-cel/enforce-sidecar-injection-namespace/enforce-sidecar-injection-namespace.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio-cel/enforce-sidecar-injection-namespace/enforce-sidecar-injection-namespace.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio-cel/enforce-sidecar-injection-namespace/enforce-sidecar-injection-namespace.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio-cel/enforce-strict-mtls/enforce-strict-mtls.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio-cel/enforce-strict-mtls/enforce-strict-mtls.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio-cel/enforce-strict-mtls/enforce-strict-mtls.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio-cel/enforce-strict-mtls/enforce-strict-mtls.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio-cel/prevent-disabling-injection-pods/prevent-disabling-injection-pods.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio-cel/prevent-disabling-injection-pods/prevent-disabling-injection-pods.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio-cel/prevent-disabling-injection-pods/prevent-disabling-injection-pods.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio-cel/prevent-disabling-injection-pods/prevent-disabling-injection-pods.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/add-ambient-mode-namespace/add-ambient-mode-namespace.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/add-ambient-mode-namespace/add-ambient-mode-namespace.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/add-ambient-mode-namespace/add-ambient-mode-namespace.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/add-ambient-mode-namespace/add-ambient-mode-namespace.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/add-sidecar-injection-namespace/add-sidecar-injection-namespace.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/add-sidecar-injection-namespace/add-sidecar-injection-namespace.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/add-sidecar-injection-namespace/add-sidecar-injection-namespace.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/add-sidecar-injection-namespace/add-sidecar-injection-namespace.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/create-authorizationpolicy/create-authorizationpolicy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/create-authorizationpolicy/create-authorizationpolicy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/create-authorizationpolicy/create-authorizationpolicy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/create-authorizationpolicy/create-authorizationpolicy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/enforce-ambient-mode-namespace/enforce-ambient-mode-namespace.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/enforce-ambient-mode-namespace/enforce-ambient-mode-namespace.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/enforce-ambient-mode-namespace/enforce-ambient-mode-namespace.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/enforce-ambient-mode-namespace/enforce-ambient-mode-namespace.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/enforce-sidecar-injection-namespace/enforce-sidecar-injection-namespace.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/enforce-sidecar-injection-namespace/enforce-sidecar-injection-namespace.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/enforce-sidecar-injection-namespace/enforce-sidecar-injection-namespace.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/enforce-sidecar-injection-namespace/enforce-sidecar-injection-namespace.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/enforce-strict-mtls/enforce-strict-mtls.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/enforce-strict-mtls/enforce-strict-mtls.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/enforce-strict-mtls/enforce-strict-mtls.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/enforce-strict-mtls/enforce-strict-mtls.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/enforce-tls-hosts-host-subnets/enforce-tls-hosts-host-subnets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/enforce-tls-hosts-host-subnets/enforce-tls-hosts-host-subnets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/enforce-tls-hosts-host-subnets/enforce-tls-hosts-host-subnets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/enforce-tls-hosts-host-subnets/enforce-tls-hosts-host-subnets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/prevent-disabling-injection-pods/prevent-disabling-injection-pods.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/prevent-disabling-injection-pods/prevent-disabling-injection-pods.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/prevent-disabling-injection-pods/prevent-disabling-injection-pods.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/prevent-disabling-injection-pods/prevent-disabling-injection-pods.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/require-authorizationpolicy/require-authorizationpolicy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/require-authorizationpolicy/require-authorizationpolicy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/require-authorizationpolicy/require-authorizationpolicy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/require-authorizationpolicy/require-authorizationpolicy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/restrict-virtual-service-wildcard/restrict-virtual-service-wildcard.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/restrict-virtual-service-wildcard/restrict-virtual-service-wildcard.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/restrict-virtual-service-wildcard/restrict-virtual-service-wildcard.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/restrict-virtual-service-wildcard/restrict-virtual-service-wildcard.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/service-mesh-disallow-capabilities/service-mesh-disallow-capabilities.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/service-mesh-disallow-capabilities/service-mesh-disallow-capabilities.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/service-mesh-disallow-capabilities/service-mesh-disallow-capabilities.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/service-mesh-disallow-capabilities/service-mesh-disallow-capabilities.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/istio/service-mesh-require-run-as-nonroot/service-mesh-require-run-as-nonroot.yaml b/k8s/shared/infrastructure/cluster-policies/samples/istio/service-mesh-require-run-as-nonroot/service-mesh-require-run-as-nonroot.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/istio/service-mesh-require-run-as-nonroot/service-mesh-require-run-as-nonroot.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/istio/service-mesh-require-run-as-nonroot/service-mesh-require-run-as-nonroot.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/karpenter/add-karpenter-daemonset-priority-class/add-karpenter-daemonset-priority-class.yaml b/k8s/shared/infrastructure/cluster-policies/samples/karpenter/add-karpenter-daemonset-priority-class/add-karpenter-daemonset-priority-class.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/karpenter/add-karpenter-daemonset-priority-class/add-karpenter-daemonset-priority-class.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/karpenter/add-karpenter-daemonset-priority-class/add-karpenter-daemonset-priority-class.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/karpenter/add-karpenter-donot-evict/add-karpenter-donot-evict.yaml b/k8s/shared/infrastructure/cluster-policies/samples/karpenter/add-karpenter-donot-evict/add-karpenter-donot-evict.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/karpenter/add-karpenter-donot-evict/add-karpenter-donot-evict.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/karpenter/add-karpenter-donot-evict/add-karpenter-donot-evict.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/karpenter/add-karpenter-nodeselector/add-karpenter-nodeselector.yaml b/k8s/shared/infrastructure/cluster-policies/samples/karpenter/add-karpenter-nodeselector/add-karpenter-nodeselector.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/karpenter/add-karpenter-nodeselector/add-karpenter-nodeselector.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/karpenter/add-karpenter-nodeselector/add-karpenter-nodeselector.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/karpenter/set-karpenter-non-cpu-limits/set-karpenter-non-cpu-limits.yaml b/k8s/shared/infrastructure/cluster-policies/samples/karpenter/set-karpenter-non-cpu-limits/set-karpenter-non-cpu-limits.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/karpenter/set-karpenter-non-cpu-limits/set-karpenter-non-cpu-limits.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/karpenter/set-karpenter-non-cpu-limits/set-karpenter-non-cpu-limits.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten-cel/k10-data-protection-by-label/k10-data-protection-by-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten-cel/k10-data-protection-by-label/k10-data-protection-by-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten-cel/k10-data-protection-by-label/k10-data-protection-by-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten-cel/k10-data-protection-by-label/k10-data-protection-by-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten-cel/k10-hourly-rpo/k10-hourly-rpo.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten-cel/k10-hourly-rpo/k10-hourly-rpo.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten-cel/k10-hourly-rpo/k10-hourly-rpo.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten-cel/k10-hourly-rpo/k10-hourly-rpo.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten-cel/k10-validate-ns-by-preset-label/k10-validate-ns-by-preset-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten-cel/k10-validate-ns-by-preset-label/k10-validate-ns-by-preset-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten-cel/k10-validate-ns-by-preset-label/k10-validate-ns-by-preset-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten-cel/k10-validate-ns-by-preset-label/k10-validate-ns-by-preset-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-3-2-1-backup/kasten-3-2-1-backup.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-3-2-1-backup/kasten-3-2-1-backup.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-3-2-1-backup/kasten-3-2-1-backup.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-3-2-1-backup/kasten-3-2-1-backup.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-data-protection-by-label/kasten-data-protection-by-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-data-protection-by-label/kasten-data-protection-by-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-data-protection-by-label/kasten-data-protection-by-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-data-protection-by-label/kasten-data-protection-by-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-generate-example-backup-policy/kasten-generate-example-backup-policy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-generate-example-backup-policy/kasten-generate-example-backup-policy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-generate-example-backup-policy/kasten-generate-example-backup-policy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-generate-example-backup-policy/kasten-generate-example-backup-policy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-generate-policy-by-preset-label/kasten-generate-policy-by-preset-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-generate-policy-by-preset-label/kasten-generate-policy-by-preset-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-generate-policy-by-preset-label/kasten-generate-policy-by-preset-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-generate-policy-by-preset-label/kasten-generate-policy-by-preset-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-hourly-rpo/kasten-hourly-rpo.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-hourly-rpo/kasten-hourly-rpo.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-hourly-rpo/kasten-hourly-rpo.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-hourly-rpo/kasten-hourly-rpo.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-immutable-location-profile/kasten-immutable-location-profile.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-immutable-location-profile/kasten-immutable-location-profile.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-immutable-location-profile/kasten-immutable-location-profile.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-immutable-location-profile/kasten-immutable-location-profile.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-minimum-retention/kasten-minimum-retention.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-minimum-retention/kasten-minimum-retention.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-minimum-retention/kasten-minimum-retention.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-minimum-retention/kasten-minimum-retention.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-validate-ns-by-preset-label/kasten-validate-ns-by-preset-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-validate-ns-by-preset-label/kasten-validate-ns-by-preset-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kasten/kasten-validate-ns-by-preset-label/kasten-validate-ns-by-preset-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kasten/kasten-validate-ns-by-preset-label/kasten-validate-ns-by-preset-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kubecost-cel/require-kubecost-labels/require-kubecost-labels.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kubecost-cel/require-kubecost-labels/require-kubecost-labels.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kubecost-cel/require-kubecost-labels/require-kubecost-labels.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kubecost-cel/require-kubecost-labels/require-kubecost-labels.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kubecost/enable-kubecost-continuous-rightsizing/enable-kubecost-continuous-rightsizing.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kubecost/enable-kubecost-continuous-rightsizing/enable-kubecost-continuous-rightsizing.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kubecost/enable-kubecost-continuous-rightsizing/enable-kubecost-continuous-rightsizing.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kubecost/enable-kubecost-continuous-rightsizing/enable-kubecost-continuous-rightsizing.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kubecost/kubecost-proactive-cost-control/kubecost-proactive-cost-control.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kubecost/kubecost-proactive-cost-control/kubecost-proactive-cost-control.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kubecost/kubecost-proactive-cost-control/kubecost-proactive-cost-control.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kubecost/kubecost-proactive-cost-control/kubecost-proactive-cost-control.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kubecost/require-kubecost-labels/require-kubecost-labels.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kubecost/require-kubecost-labels/require-kubecost-labels.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kubecost/require-kubecost-labels/require-kubecost-labels.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kubecost/require-kubecost-labels/require-kubecost-labels.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kubeops/config-syncer-secret-generation-from-rancher-capi/config-syncer-secret-generation-from-rancher-capi.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kubeops/config-syncer-secret-generation-from-rancher-capi/config-syncer-secret-generation-from-rancher-capi.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kubeops/config-syncer-secret-generation-from-rancher-capi/config-syncer-secret-generation-from-rancher-capi.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kubeops/config-syncer-secret-generation-from-rancher-capi/config-syncer-secret-generation-from-rancher-capi.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kubevirt/add-services/add-services.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kubevirt/add-services/add-services.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kubevirt/add-services/add-services.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kubevirt/add-services/add-services.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/kubevirt/enforce-instancetype/enforce-instancetype.yaml b/k8s/shared/infrastructure/cluster-policies/samples/kubevirt/enforce-instancetype/enforce-instancetype.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/kubevirt/enforce-instancetype/enforce-instancetype.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/kubevirt/enforce-instancetype/enforce-instancetype.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/linkerd-cel/prevent-linkerd-pod-injection-override/prevent-linkerd-pod-injection-override.yaml b/k8s/shared/infrastructure/cluster-policies/samples/linkerd-cel/prevent-linkerd-pod-injection-override/prevent-linkerd-pod-injection-override.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/linkerd-cel/prevent-linkerd-pod-injection-override/prevent-linkerd-pod-injection-override.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/linkerd-cel/prevent-linkerd-pod-injection-override/prevent-linkerd-pod-injection-override.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/linkerd-cel/prevent-linkerd-port-skipping/prevent-linkerd-port-skipping.yaml b/k8s/shared/infrastructure/cluster-policies/samples/linkerd-cel/prevent-linkerd-port-skipping/prevent-linkerd-port-skipping.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/linkerd-cel/prevent-linkerd-port-skipping/prevent-linkerd-port-skipping.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/linkerd-cel/prevent-linkerd-port-skipping/prevent-linkerd-port-skipping.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/linkerd-cel/require-linkerd-mesh-injection/require-linkerd-mesh-injection.yaml b/k8s/shared/infrastructure/cluster-policies/samples/linkerd-cel/require-linkerd-mesh-injection/require-linkerd-mesh-injection.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/linkerd-cel/require-linkerd-mesh-injection/require-linkerd-mesh-injection.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/linkerd-cel/require-linkerd-mesh-injection/require-linkerd-mesh-injection.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/linkerd/add-linkerd-mesh-injection/add-linkerd-mesh-injection.yaml b/k8s/shared/infrastructure/cluster-policies/samples/linkerd/add-linkerd-mesh-injection/add-linkerd-mesh-injection.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/linkerd/add-linkerd-mesh-injection/add-linkerd-mesh-injection.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/linkerd/add-linkerd-mesh-injection/add-linkerd-mesh-injection.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/linkerd/add-linkerd-policy-annotation/add-linkerd-policy-annotation.yaml b/k8s/shared/infrastructure/cluster-policies/samples/linkerd/add-linkerd-policy-annotation/add-linkerd-policy-annotation.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/linkerd/add-linkerd-policy-annotation/add-linkerd-policy-annotation.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/linkerd/add-linkerd-policy-annotation/add-linkerd-policy-annotation.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/linkerd/check-linkerd-authorizationpolicy/check-linkerd-authorizationpolicy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/linkerd/check-linkerd-authorizationpolicy/check-linkerd-authorizationpolicy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/linkerd/check-linkerd-authorizationpolicy/check-linkerd-authorizationpolicy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/linkerd/check-linkerd-authorizationpolicy/check-linkerd-authorizationpolicy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/linkerd/prevent-linkerd-pod-injection-override/prevent-linkerd-pod-injection-override.yaml b/k8s/shared/infrastructure/cluster-policies/samples/linkerd/prevent-linkerd-pod-injection-override/prevent-linkerd-pod-injection-override.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/linkerd/prevent-linkerd-pod-injection-override/prevent-linkerd-pod-injection-override.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/linkerd/prevent-linkerd-pod-injection-override/prevent-linkerd-pod-injection-override.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/linkerd/prevent-linkerd-port-skipping/prevent-linkerd-port-skipping.yaml b/k8s/shared/infrastructure/cluster-policies/samples/linkerd/prevent-linkerd-port-skipping/prevent-linkerd-port-skipping.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/linkerd/prevent-linkerd-port-skipping/prevent-linkerd-port-skipping.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/linkerd/prevent-linkerd-port-skipping/prevent-linkerd-port-skipping.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/linkerd/require-linkerd-mesh-injection/require-linkerd-mesh-injection.yaml b/k8s/shared/infrastructure/cluster-policies/samples/linkerd/require-linkerd-mesh-injection/require-linkerd-mesh-injection.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/linkerd/require-linkerd-mesh-injection/require-linkerd-mesh-injection.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/linkerd/require-linkerd-mesh-injection/require-linkerd-mesh-injection.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/linkerd/require-linkerd-server/require-linkerd-server.yaml b/k8s/shared/infrastructure/cluster-policies/samples/linkerd/require-linkerd-server/require-linkerd-server.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/linkerd/require-linkerd-server/require-linkerd-server.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/linkerd/require-linkerd-server/require-linkerd-server.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress-cel/disallow-ingress-nginx-custom-snippets/disallow-ingress-nginx-custom-snippets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress-cel/disallow-ingress-nginx-custom-snippets/disallow-ingress-nginx-custom-snippets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress-cel/disallow-ingress-nginx-custom-snippets/disallow-ingress-nginx-custom-snippets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress-cel/disallow-ingress-nginx-custom-snippets/disallow-ingress-nginx-custom-snippets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress-cel/restrict-annotations/restrict-annotations.yaml b/k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress-cel/restrict-annotations/restrict-annotations.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress-cel/restrict-annotations/restrict-annotations.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress-cel/restrict-annotations/restrict-annotations.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress-cel/restrict-ingress-paths/restrict-ingress-paths.yaml b/k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress-cel/restrict-ingress-paths/restrict-ingress-paths.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress-cel/restrict-ingress-paths/restrict-ingress-paths.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress-cel/restrict-ingress-paths/restrict-ingress-paths.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress/disallow-ingress-nginx-custom-snippets/disallow-ingress-nginx-custom-snippets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress/disallow-ingress-nginx-custom-snippets/disallow-ingress-nginx-custom-snippets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress/disallow-ingress-nginx-custom-snippets/disallow-ingress-nginx-custom-snippets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress/disallow-ingress-nginx-custom-snippets/disallow-ingress-nginx-custom-snippets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress/restrict-annotations/restrict-annotations.yaml b/k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress/restrict-annotations/restrict-annotations.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress/restrict-annotations/restrict-annotations.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress/restrict-annotations/restrict-annotations.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress/restrict-ingress-paths/restrict-ingress-paths.yaml b/k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress/restrict-ingress-paths/restrict-ingress-paths.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/nginx-ingress/restrict-ingress-paths/restrict-ingress-paths.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/nginx-ingress/restrict-ingress-paths/restrict-ingress-paths.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift-cel/check-routes/check-routes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift-cel/check-routes/check-routes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift-cel/check-routes/check-routes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift-cel/check-routes/check-routes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift-cel/disallow-deprecated-apis/disallow-deprecated-apis.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift-cel/disallow-deprecated-apis/disallow-deprecated-apis.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift-cel/disallow-deprecated-apis/disallow-deprecated-apis.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift-cel/disallow-deprecated-apis/disallow-deprecated-apis.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift-cel/disallow-jenkins-pipeline-strategy/disallow-jenkins-pipeline-strategy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift-cel/disallow-jenkins-pipeline-strategy/disallow-jenkins-pipeline-strategy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift-cel/disallow-jenkins-pipeline-strategy/disallow-jenkins-pipeline-strategy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift-cel/disallow-jenkins-pipeline-strategy/disallow-jenkins-pipeline-strategy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift-cel/disallow-security-context-constraint-anyuid/disallow-security-context-constraint-anyuid.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift-cel/disallow-security-context-constraint-anyuid/disallow-security-context-constraint-anyuid.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift-cel/disallow-security-context-constraint-anyuid/disallow-security-context-constraint-anyuid.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift-cel/disallow-security-context-constraint-anyuid/disallow-security-context-constraint-anyuid.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift-cel/enforce-etcd-encryption/enforce-etcd-encryption.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift-cel/enforce-etcd-encryption/enforce-etcd-encryption.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift-cel/enforce-etcd-encryption/enforce-etcd-encryption.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift-cel/enforce-etcd-encryption/enforce-etcd-encryption.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift/check-routes/check-routes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift/check-routes/check-routes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift/check-routes/check-routes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift/check-routes/check-routes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift/disallow-deprecated-apis/disallow-deprecated-apis.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift/disallow-deprecated-apis/disallow-deprecated-apis.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift/disallow-deprecated-apis/disallow-deprecated-apis.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift/disallow-deprecated-apis/disallow-deprecated-apis.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift/disallow-jenkins-pipeline-strategy/disallow-jenkins-pipeline-strategy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift/disallow-jenkins-pipeline-strategy/disallow-jenkins-pipeline-strategy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift/disallow-jenkins-pipeline-strategy/disallow-jenkins-pipeline-strategy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift/disallow-jenkins-pipeline-strategy/disallow-jenkins-pipeline-strategy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift/disallow-security-context-constraint-anyuid/disallow-security-context-constraint-anyuid.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift/disallow-security-context-constraint-anyuid/disallow-security-context-constraint-anyuid.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift/disallow-security-context-constraint-anyuid/disallow-security-context-constraint-anyuid.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift/disallow-security-context-constraint-anyuid/disallow-security-context-constraint-anyuid.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift/disallow-self-provisioner-binding/disallow-self-provisioner-binding.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift/disallow-self-provisioner-binding/disallow-self-provisioner-binding.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift/disallow-self-provisioner-binding/disallow-self-provisioner-binding.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift/disallow-self-provisioner-binding/disallow-self-provisioner-binding.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift/enforce-etcd-encryption/enforce-etcd-encryption.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift/enforce-etcd-encryption/enforce-etcd-encryption.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift/enforce-etcd-encryption/enforce-etcd-encryption.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift/enforce-etcd-encryption/enforce-etcd-encryption.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift/inject-infrastructurename/inject-infrastructurename.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift/inject-infrastructurename/inject-infrastructurename.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift/inject-infrastructurename/inject-infrastructurename.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift/inject-infrastructurename/inject-infrastructurename.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift/team-validate-ns-name/team-validate-ns-name.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift/team-validate-ns-name/team-validate-ns-name.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift/team-validate-ns-name/team-validate-ns-name.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift/team-validate-ns-name/team-validate-ns-name.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/openshift/unique-routes/unique-routes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/openshift/unique-routes/unique-routes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/openshift/unique-routes/unique-routes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/openshift/unique-routes/unique-routes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/advanced-restrict-image-registries/advanced-restrict-image-registries.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/advanced-restrict-image-registries/advanced-restrict-image-registries.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/advanced-restrict-image-registries/advanced-restrict-image-registries.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/advanced-restrict-image-registries/advanced-restrict-image-registries.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/allowed-annotations/allowed-annotations.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/allowed-annotations/allowed-annotations.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/allowed-annotations/allowed-annotations.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/allowed-annotations/allowed-annotations.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/allowed-pod-priorities/allowed-pod-priorities.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/allowed-pod-priorities/allowed-pod-priorities.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/allowed-pod-priorities/allowed-pod-priorities.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/allowed-pod-priorities/allowed-pod-priorities.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/block-ephemeral-containers/block-ephemeral-containers.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/block-ephemeral-containers/block-ephemeral-containers.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/block-ephemeral-containers/block-ephemeral-containers.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/block-ephemeral-containers/block-ephemeral-containers.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/check-env-vars/check-env-vars.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/check-env-vars/check-env-vars.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/check-env-vars/check-env-vars.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/check-env-vars/check-env-vars.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/check-node-for-cve-2022-0185/check-node-for-cve-2022-0185.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/check-node-for-cve-2022-0185/check-node-for-cve-2022-0185.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/check-node-for-cve-2022-0185/check-node-for-cve-2022-0185.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/check-node-for-cve-2022-0185/check-node-for-cve-2022-0185.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/check-serviceaccount-secrets/check-serviceaccount-secrets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/check-serviceaccount-secrets/check-serviceaccount-secrets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/check-serviceaccount-secrets/check-serviceaccount-secrets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/check-serviceaccount-secrets/check-serviceaccount-secrets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/deny-commands-in-exec-probe/deny-commands-in-exec-probe.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/deny-commands-in-exec-probe/deny-commands-in-exec-probe.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/deny-commands-in-exec-probe/deny-commands-in-exec-probe.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/deny-commands-in-exec-probe/deny-commands-in-exec-probe.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/deny-secret-service-account-token-type/deny-secret-service-account-token-type.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/deny-secret-service-account-token-type/deny-secret-service-account-token-type.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/deny-secret-service-account-token-type/deny-secret-service-account-token-type.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/deny-secret-service-account-token-type/deny-secret-service-account-token-type.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/disallow-all-secrets/disallow-all-secrets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/disallow-all-secrets/disallow-all-secrets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/disallow-all-secrets/disallow-all-secrets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/disallow-all-secrets/disallow-all-secrets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/disallow-localhost-services/disallow-localhost-services.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/disallow-localhost-services/disallow-localhost-services.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/disallow-localhost-services/disallow-localhost-services.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/disallow-localhost-services/disallow-localhost-services.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/disallow-secrets-from-env-vars/disallow-secrets-from-env-vars.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/disallow-secrets-from-env-vars/disallow-secrets-from-env-vars.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/disallow-secrets-from-env-vars/disallow-secrets-from-env-vars.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/disallow-secrets-from-env-vars/disallow-secrets-from-env-vars.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/docker-socket-requires-label/docker-socket-requires-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/docker-socket-requires-label/docker-socket-requires-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/docker-socket-requires-label/docker-socket-requires-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/docker-socket-requires-label/docker-socket-requires-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/enforce-pod-duration/enforce-pod-duration.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/enforce-pod-duration/enforce-pod-duration.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/enforce-pod-duration/enforce-pod-duration.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/enforce-pod-duration/enforce-pod-duration.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/enforce-readwriteonce-pod/enforce-readwriteonce-pod.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/enforce-readwriteonce-pod/enforce-readwriteonce-pod.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/enforce-readwriteonce-pod/enforce-readwriteonce-pod.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/enforce-readwriteonce-pod/enforce-readwriteonce-pod.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/ensure-probes-different/ensure-probes-different.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/ensure-probes-different/ensure-probes-different.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/ensure-probes-different/ensure-probes-different.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/ensure-probes-different/ensure-probes-different.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/ensure-readonly-hostpath/ensure-readonly-hostpath.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/ensure-readonly-hostpath/ensure-readonly-hostpath.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/ensure-readonly-hostpath/ensure-readonly-hostpath.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/ensure-readonly-hostpath/ensure-readonly-hostpath.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/exclude-namespaces-dynamically/exclude-namespaces-dynamically.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/exclude-namespaces-dynamically/exclude-namespaces-dynamically.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/exclude-namespaces-dynamically/exclude-namespaces-dynamically.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/exclude-namespaces-dynamically/exclude-namespaces-dynamically.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/forbid-cpu-limits/forbid-cpu-limits.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/forbid-cpu-limits/forbid-cpu-limits.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/forbid-cpu-limits/forbid-cpu-limits.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/forbid-cpu-limits/forbid-cpu-limits.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/imagepullpolicy-always/imagepullpolicy-always.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/imagepullpolicy-always/imagepullpolicy-always.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/imagepullpolicy-always/imagepullpolicy-always.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/imagepullpolicy-always/imagepullpolicy-always.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/ingress-host-match-tls/ingress-host-match-tls.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/ingress-host-match-tls/ingress-host-match-tls.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/ingress-host-match-tls/ingress-host-match-tls.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/ingress-host-match-tls/ingress-host-match-tls.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/limit-containers-per-pod/limit-containers-per-pod.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/limit-containers-per-pod/limit-containers-per-pod.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/limit-containers-per-pod/limit-containers-per-pod.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/limit-containers-per-pod/limit-containers-per-pod.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/limit-hostpath-type-pv/limit-hostpath-type-pv.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/limit-hostpath-type-pv/limit-hostpath-type-pv.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/limit-hostpath-type-pv/limit-hostpath-type-pv.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/limit-hostpath-type-pv/limit-hostpath-type-pv.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/limit-hostpath-vols/limit-hostpath-vols.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/limit-hostpath-vols/limit-hostpath-vols.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/limit-hostpath-vols/limit-hostpath-vols.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/limit-hostpath-vols/limit-hostpath-vols.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/memory-requests-equal-limits/memory-requests-equal-limits.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/memory-requests-equal-limits/memory-requests-equal-limits.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/memory-requests-equal-limits/memory-requests-equal-limits.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/memory-requests-equal-limits/memory-requests-equal-limits.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/metadata-match-regex/metadata-match-regex.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/metadata-match-regex/metadata-match-regex.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/metadata-match-regex/metadata-match-regex.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/metadata-match-regex/metadata-match-regex.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/pdb-maxunavailable/pdb-maxunavailable.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/pdb-maxunavailable/pdb-maxunavailable.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/pdb-maxunavailable/pdb-maxunavailable.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/pdb-maxunavailable/pdb-maxunavailable.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/prevent-bare-pods/prevent-bare-pods.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/prevent-bare-pods/prevent-bare-pods.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/prevent-bare-pods/prevent-bare-pods.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/prevent-bare-pods/prevent-bare-pods.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/prevent-cr8escape/prevent-cr8escape.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/prevent-cr8escape/prevent-cr8escape.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/prevent-cr8escape/prevent-cr8escape.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/prevent-cr8escape/prevent-cr8escape.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-annotations/require-annotations.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-annotations/require-annotations.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-annotations/require-annotations.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-annotations/require-annotations.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-container-port-names/require-container-port-names.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-container-port-names/require-container-port-names.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-container-port-names/require-container-port-names.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-container-port-names/require-container-port-names.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-deployments-have-multiple-replicas/require-deployments-have-multiple-replicas.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-deployments-have-multiple-replicas/require-deployments-have-multiple-replicas.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-deployments-have-multiple-replicas/require-deployments-have-multiple-replicas.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-deployments-have-multiple-replicas/require-deployments-have-multiple-replicas.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-emptydir-requests-limits/require-emptydir-requests-limits.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-emptydir-requests-limits/require-emptydir-requests-limits.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-emptydir-requests-limits/require-emptydir-requests-limits.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-emptydir-requests-limits/require-emptydir-requests-limits.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-image-checksum/require-image-checksum.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-image-checksum/require-image-checksum.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-image-checksum/require-image-checksum.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-image-checksum/require-image-checksum.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-ingress-https/require-ingress-https.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-ingress-https/require-ingress-https.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-ingress-https/require-ingress-https.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-ingress-https/require-ingress-https.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-non-root-groups/require-non-root-groups.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-non-root-groups/require-non-root-groups.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-non-root-groups/require-non-root-groups.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-non-root-groups/require-non-root-groups.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-pod-priorityclassname/require-pod-priorityclassname.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-pod-priorityclassname/require-pod-priorityclassname.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-pod-priorityclassname/require-pod-priorityclassname.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-pod-priorityclassname/require-pod-priorityclassname.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-qos-burstable/require-qos-burstable.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-qos-burstable/require-qos-burstable.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-qos-burstable/require-qos-burstable.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-qos-burstable/require-qos-burstable.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-qos-guaranteed/require-qos-guaranteed.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-qos-guaranteed/require-qos-guaranteed.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-qos-guaranteed/require-qos-guaranteed.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-qos-guaranteed/require-qos-guaranteed.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-storageclass/require-storageclass.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-storageclass/require-storageclass.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/require-storageclass/require-storageclass.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/require-storageclass/require-storageclass.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-annotations/restrict-annotations.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-annotations/restrict-annotations.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-annotations/restrict-annotations.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-annotations/restrict-annotations.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-binding-clusteradmin/restrict-binding-clusteradmin.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-binding-clusteradmin/restrict-binding-clusteradmin.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-binding-clusteradmin/restrict-binding-clusteradmin.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-binding-clusteradmin/restrict-binding-clusteradmin.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-binding-system-groups/restrict-binding-system-groups.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-binding-system-groups/restrict-binding-system-groups.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-binding-system-groups/restrict-binding-system-groups.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-binding-system-groups/restrict-binding-system-groups.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-clusterrole-nodesproxy/restrict-clusterrole-nodesproxy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-clusterrole-nodesproxy/restrict-clusterrole-nodesproxy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-clusterrole-nodesproxy/restrict-clusterrole-nodesproxy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-clusterrole-nodesproxy/restrict-clusterrole-nodesproxy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-controlplane-scheduling/restrict-controlplane-scheduling.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-controlplane-scheduling/restrict-controlplane-scheduling.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-controlplane-scheduling/restrict-controlplane-scheduling.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-controlplane-scheduling/restrict-controlplane-scheduling.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-deprecated-registry/restrict-deprecated-registry.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-deprecated-registry/restrict-deprecated-registry.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-deprecated-registry/restrict-deprecated-registry.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-deprecated-registry/restrict-deprecated-registry.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-edit-for-endpoints/restrict-edit-for-endpoints.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-edit-for-endpoints/restrict-edit-for-endpoints.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-edit-for-endpoints/restrict-edit-for-endpoints.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-edit-for-endpoints/restrict-edit-for-endpoints.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-escalation-verbs-roles/restrict-escalation-verbs-roles.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-escalation-verbs-roles/restrict-escalation-verbs-roles.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-escalation-verbs-roles/restrict-escalation-verbs-roles.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-escalation-verbs-roles/restrict-escalation-verbs-roles.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-ingress-classes/restrict-ingress-classes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-ingress-classes/restrict-ingress-classes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-ingress-classes/restrict-ingress-classes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-ingress-classes/restrict-ingress-classes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-ingress-defaultbackend/restrict-ingress-defaultbackend.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-ingress-defaultbackend/restrict-ingress-defaultbackend.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-ingress-defaultbackend/restrict-ingress-defaultbackend.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-ingress-defaultbackend/restrict-ingress-defaultbackend.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-ingress-wildcard/restrict-ingress-wildcard.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-ingress-wildcard/restrict-ingress-wildcard.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-ingress-wildcard/restrict-ingress-wildcard.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-ingress-wildcard/restrict-ingress-wildcard.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-jobs/restrict-jobs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-jobs/restrict-jobs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-jobs/restrict-jobs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-jobs/restrict-jobs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-loadbalancer/restrict-loadbalancer.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-loadbalancer/restrict-loadbalancer.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-loadbalancer/restrict-loadbalancer.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-loadbalancer/restrict-loadbalancer.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-networkpolicy-empty-podselector/restrict-networkpolicy-empty-podselector.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-networkpolicy-empty-podselector/restrict-networkpolicy-empty-podselector.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-networkpolicy-empty-podselector/restrict-networkpolicy-empty-podselector.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-networkpolicy-empty-podselector/restrict-networkpolicy-empty-podselector.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-node-affinity/restrict-node-affinity.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-node-affinity/restrict-node-affinity.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-node-affinity/restrict-node-affinity.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-node-affinity/restrict-node-affinity.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-node-label-creation/restrict-node-label-creation.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-node-label-creation/restrict-node-label-creation.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-node-label-creation/restrict-node-label-creation.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-node-label-creation/restrict-node-label-creation.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-pod-controller-serviceaccount-updates/restrict-pod-controller-serviceaccount-updates.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-pod-controller-serviceaccount-updates/restrict-pod-controller-serviceaccount-updates.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-pod-controller-serviceaccount-updates/restrict-pod-controller-serviceaccount-updates.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-pod-controller-serviceaccount-updates/restrict-pod-controller-serviceaccount-updates.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-sa-automount-sa-token/restrict-sa-automount-sa-token.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-sa-automount-sa-token/restrict-sa-automount-sa-token.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-sa-automount-sa-token/restrict-sa-automount-sa-token.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-sa-automount-sa-token/restrict-sa-automount-sa-token.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-secret-role-verbs/restrict-secret-role-verbs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-secret-role-verbs/restrict-secret-role-verbs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-secret-role-verbs/restrict-secret-role-verbs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-secret-role-verbs/restrict-secret-role-verbs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-secrets-by-name/restrict-secrets-by-name.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-secrets-by-name/restrict-secrets-by-name.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-secrets-by-name/restrict-secrets-by-name.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-secrets-by-name/restrict-secrets-by-name.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-service-port-range/restrict-service-port-range.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-service-port-range/restrict-service-port-range.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-service-port-range/restrict-service-port-range.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-service-port-range/restrict-service-port-range.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-storageclass/restrict-storageclass.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-storageclass/restrict-storageclass.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-storageclass/restrict-storageclass.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-storageclass/restrict-storageclass.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-usergroup-fsgroup-id/restrict-usergroup-fsgroup-id.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-usergroup-fsgroup-id/restrict-usergroup-fsgroup-id.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-usergroup-fsgroup-id/restrict-usergroup-fsgroup-id.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-usergroup-fsgroup-id/restrict-usergroup-fsgroup-id.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-wildcard-resources/restrict-wildcard-resources.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-wildcard-resources/restrict-wildcard-resources.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-wildcard-resources/restrict-wildcard-resources.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-wildcard-resources/restrict-wildcard-resources.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-wildcard-verbs/restrict-wildcard-verbs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-wildcard-verbs/restrict-wildcard-verbs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/restrict-wildcard-verbs/restrict-wildcard-verbs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/restrict-wildcard-verbs/restrict-wildcard-verbs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other-cel/topologyspreadconstraints-policy/topologyspreadconstraints-policy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other-cel/topologyspreadconstraints-policy/topologyspreadconstraints-policy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other-cel/topologyspreadconstraints-policy/topologyspreadconstraints-policy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other-cel/topologyspreadconstraints-policy/topologyspreadconstraints-policy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-certificates-volume/add-certificates-volume.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-certificates-volume/add-certificates-volume.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-certificates-volume/add-certificates-volume.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-certificates-volume/add-certificates-volume.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-default-resources/add-default-resources.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-default-resources/add-default-resources.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-default-resources/add-default-resources.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-default-resources/add-default-resources.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-default-securitycontext/add-default-securitycontext.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-default-securitycontext/add-default-securitycontext.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-default-securitycontext/add-default-securitycontext.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-default-securitycontext/add-default-securitycontext.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-emptydir-sizelimit/add-emptydir-sizelimit.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-emptydir-sizelimit/add-emptydir-sizelimit.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-emptydir-sizelimit/add-emptydir-sizelimit.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-emptydir-sizelimit/add-emptydir-sizelimit.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-env-vars-from-cm/add-env-vars-from-cm.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-env-vars-from-cm/add-env-vars-from-cm.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-env-vars-from-cm/add-env-vars-from-cm.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-env-vars-from-cm/add-env-vars-from-cm.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-image-as-env-var/add-image-as-env-var.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-image-as-env-var/add-image-as-env-var.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-image-as-env-var/add-image-as-env-var.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-image-as-env-var/add-image-as-env-var.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-imagepullsecrets-for-containers-and-initcontainers/add-imagepullsecrets-for-containers-and-initcontainers.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-imagepullsecrets-for-containers-and-initcontainers/add-imagepullsecrets-for-containers-and-initcontainers.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-imagepullsecrets-for-containers-and-initcontainers/add-imagepullsecrets-for-containers-and-initcontainers.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-imagepullsecrets-for-containers-and-initcontainers/add-imagepullsecrets-for-containers-and-initcontainers.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-imagepullsecrets/add-imagepullsecrets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-imagepullsecrets/add-imagepullsecrets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-imagepullsecrets/add-imagepullsecrets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-imagepullsecrets/add-imagepullsecrets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-labels/add-labels.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-labels/add-labels.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-labels/add-labels.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-labels/add-labels.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-ndots/add-ndots.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-ndots/add-ndots.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-ndots/add-ndots.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-ndots/add-ndots.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-node-affinity/add-node-affinity.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-node-affinity/add-node-affinity.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-node-affinity/add-node-affinity.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-node-affinity/add-node-affinity.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-node-labels-pod/add-node-labels-pod.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-node-labels-pod/add-node-labels-pod.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-node-labels-pod/add-node-labels-pod.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-node-labels-pod/add-node-labels-pod.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-nodeSelector/add-nodeSelector.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-nodeSelector/add-nodeSelector.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-nodeSelector/add-nodeSelector.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-nodeSelector/add-nodeSelector.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-pod-priorityclassname/add-pod-priorityclassname.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-pod-priorityclassname/add-pod-priorityclassname.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-pod-priorityclassname/add-pod-priorityclassname.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-pod-priorityclassname/add-pod-priorityclassname.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-pod-proxies/add-pod-proxies.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-pod-proxies/add-pod-proxies.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-pod-proxies/add-pod-proxies.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-pod-proxies/add-pod-proxies.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-tolerations/add-tolerations.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-tolerations/add-tolerations.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-tolerations/add-tolerations.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-tolerations/add-tolerations.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-ttl-jobs/add-ttl-jobs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-ttl-jobs/add-ttl-jobs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-ttl-jobs/add-ttl-jobs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-ttl-jobs/add-ttl-jobs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/add-volume-deployment/add-volume-deployment.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/add-volume-deployment/add-volume-deployment.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/add-volume-deployment/add-volume-deployment.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/add-volume-deployment/add-volume-deployment.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/advanced-restrict-image-registries/advanced-restrict-image-registries.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/advanced-restrict-image-registries/advanced-restrict-image-registries.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/advanced-restrict-image-registries/advanced-restrict-image-registries.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/advanced-restrict-image-registries/advanced-restrict-image-registries.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/advertise-node-extended-resources/advertise-node-extended-resources.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/advertise-node-extended-resources/advertise-node-extended-resources.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/advertise-node-extended-resources/advertise-node-extended-resources.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/advertise-node-extended-resources/advertise-node-extended-resources.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/allowed-annotations/allowed-annotations.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/allowed-annotations/allowed-annotations.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/allowed-annotations/allowed-annotations.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/allowed-annotations/allowed-annotations.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/allowed-base-images/allowed-base-images.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/allowed-base-images/allowed-base-images.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/allowed-base-images/allowed-base-images.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/allowed-base-images/allowed-base-images.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/allowed-image-repos/allowed-image-repos.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/allowed-image-repos/allowed-image-repos.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/allowed-image-repos/allowed-image-repos.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/allowed-image-repos/allowed-image-repos.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/allowed-label-changes/allowed-label-changes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/allowed-label-changes/allowed-label-changes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/allowed-label-changes/allowed-label-changes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/allowed-label-changes/allowed-label-changes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/allowed-pod-priorities/allowed-pod-priorities.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/allowed-pod-priorities/allowed-pod-priorities.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/allowed-pod-priorities/allowed-pod-priorities.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/allowed-pod-priorities/allowed-pod-priorities.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/always-pull-images/always-pull-images.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/always-pull-images/always-pull-images.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/always-pull-images/always-pull-images.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/always-pull-images/always-pull-images.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/annotate-base-images/annotate-base-images.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/annotate-base-images/annotate-base-images.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/annotate-base-images/annotate-base-images.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/annotate-base-images/annotate-base-images.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/apply-pss-restricted-profile/apply-pss-restricted-profile.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/apply-pss-restricted-profile/apply-pss-restricted-profile.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/apply-pss-restricted-profile/apply-pss-restricted-profile.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/apply-pss-restricted-profile/apply-pss-restricted-profile.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/audit-event-on-delete/audit-event-on-delete.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/audit-event-on-delete/audit-event-on-delete.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/audit-event-on-delete/audit-event-on-delete.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/audit-event-on-delete/audit-event-on-delete.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/audit-event-on-exec/audit-event-on-exec.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/audit-event-on-exec/audit-event-on-exec.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/audit-event-on-exec/audit-event-on-exec.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/audit-event-on-exec/audit-event-on-exec.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-cluster-admin-from-ns/block-cluster-admin-from-ns.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-cluster-admin-from-ns/block-cluster-admin-from-ns.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-cluster-admin-from-ns/block-cluster-admin-from-ns.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-cluster-admin-from-ns/block-cluster-admin-from-ns.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-ephemeral-containers/block-ephemeral-containers.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-ephemeral-containers/block-ephemeral-containers.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-ephemeral-containers/block-ephemeral-containers.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-ephemeral-containers/block-ephemeral-containers.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-images-with-volumes/block-images-with-volumes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-images-with-volumes/block-images-with-volumes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-images-with-volumes/block-images-with-volumes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-images-with-volumes/block-images-with-volumes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-large-images/block-large-images.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-large-images/block-large-images.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-large-images/block-large-images.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-large-images/block-large-images.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-pod-exec-by-namespace-label/block-pod-exec-by-namespace-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-pod-exec-by-namespace-label/block-pod-exec-by-namespace-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-pod-exec-by-namespace-label/block-pod-exec-by-namespace-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-pod-exec-by-namespace-label/block-pod-exec-by-namespace-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-pod-exec-by-namespace/block-pod-exec-by-namespace.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-pod-exec-by-namespace/block-pod-exec-by-namespace.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-pod-exec-by-namespace/block-pod-exec-by-namespace.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-pod-exec-by-namespace/block-pod-exec-by-namespace.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-pod-exec-by-pod-and-container/block-pod-exec-by-pod-and-container.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-pod-exec-by-pod-and-container/block-pod-exec-by-pod-and-container.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-pod-exec-by-pod-and-container/block-pod-exec-by-pod-and-container.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-pod-exec-by-pod-and-container/block-pod-exec-by-pod-and-container.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-pod-exec-by-pod-label/block-pod-exec-by-pod-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-pod-exec-by-pod-label/block-pod-exec-by-pod-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-pod-exec-by-pod-label/block-pod-exec-by-pod-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-pod-exec-by-pod-label/block-pod-exec-by-pod-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-pod-exec-by-pod-name/block-pod-exec-by-pod-name.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-pod-exec-by-pod-name/block-pod-exec-by-pod-name.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-pod-exec-by-pod-name/block-pod-exec-by-pod-name.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-pod-exec-by-pod-name/block-pod-exec-by-pod-name.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-stale-images/block-stale-images.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-stale-images/block-stale-images.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-stale-images/block-stale-images.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-stale-images/block-stale-images.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/block-updates-deletes/block-updates-deletes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/block-updates-deletes/block-updates-deletes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/block-updates-deletes/block-updates-deletes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/block-updates-deletes/block-updates-deletes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/check-env-vars/check-env-vars.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/check-env-vars/check-env-vars.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/check-env-vars/check-env-vars.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/check-env-vars/check-env-vars.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/check-hpa-exists/check-hpa-exists.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/check-hpa-exists/check-hpa-exists.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/check-hpa-exists/check-hpa-exists.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/check-hpa-exists/check-hpa-exists.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/check-ingress-nginx-controller-version-and-annotation-policy/check-ingress-nginx-controller-version-and-annotation-policy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/check-ingress-nginx-controller-version-and-annotation-policy/check-ingress-nginx-controller-version-and-annotation-policy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/check-ingress-nginx-controller-version-and-annotation-policy/check-ingress-nginx-controller-version-and-annotation-policy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/check-ingress-nginx-controller-version-and-annotation-policy/check-ingress-nginx-controller-version-and-annotation-policy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/check-node-for-cve-2022-0185/check-node-for-cve-2022-0185.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/check-node-for-cve-2022-0185/check-node-for-cve-2022-0185.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/check-node-for-cve-2022-0185/check-node-for-cve-2022-0185.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/check-node-for-cve-2022-0185/check-node-for-cve-2022-0185.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/check-nvidia-gpu/check-nvidia-gpu.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/check-nvidia-gpu/check-nvidia-gpu.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/check-nvidia-gpu/check-nvidia-gpu.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/check-nvidia-gpu/check-nvidia-gpu.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/check-serviceaccount-secrets/check-serviceaccount-secrets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/check-serviceaccount-secrets/check-serviceaccount-secrets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/check-serviceaccount-secrets/check-serviceaccount-secrets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/check-serviceaccount-secrets/check-serviceaccount-secrets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/check-serviceaccount/check-serviceaccount.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/check-serviceaccount/check-serviceaccount.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/check-serviceaccount/check-serviceaccount.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/check-serviceaccount/check-serviceaccount.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/check-subjectaccessreview/check-subjectaccessreview.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/check-subjectaccessreview/check-subjectaccessreview.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/check-subjectaccessreview/check-subjectaccessreview.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/check-subjectaccessreview/check-subjectaccessreview.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/check-vpa-configuration/artifact-hub.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/check-vpa-configuration/artifact-hub.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/check-vpa-configuration/artifact-hub.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/check-vpa-configuration/artifact-hub.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/check-vpa-configuration/check-vpa-configuration.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/check-vpa-configuration/check-vpa-configuration.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/check-vpa-configuration/check-vpa-configuration.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/check-vpa-configuration/check-vpa-configuration.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/concatenate-configmaps/concatenate-configmaps.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/concatenate-configmaps/concatenate-configmaps.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/concatenate-configmaps/concatenate-configmaps.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/concatenate-configmaps/concatenate-configmaps.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/copy-namespace-labels/copy-namespace-labels.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/copy-namespace-labels/copy-namespace-labels.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/copy-namespace-labels/copy-namespace-labels.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/copy-namespace-labels/copy-namespace-labels.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/cordon-and-drain-node/cordon-and-drain-node.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/cordon-and-drain-node/cordon-and-drain-node.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/cordon-and-drain-node/cordon-and-drain-node.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/cordon-and-drain-node/cordon-and-drain-node.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/create-default-pdb/create-default-pdb.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/create-default-pdb/create-default-pdb.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/create-default-pdb/create-default-pdb.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/create-default-pdb/create-default-pdb.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/create-pod-antiaffinity/create-pod-antiaffinity.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/create-pod-antiaffinity/create-pod-antiaffinity.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/create-pod-antiaffinity/create-pod-antiaffinity.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/create-pod-antiaffinity/create-pod-antiaffinity.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/deny-commands-in-exec-probe/deny-commands-in-exec-probe.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/deny-commands-in-exec-probe/deny-commands-in-exec-probe.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/deny-commands-in-exec-probe/deny-commands-in-exec-probe.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/deny-commands-in-exec-probe/deny-commands-in-exec-probe.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/deny-secret-service-account-token-type/deny-secret-service-account-token-type.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/deny-secret-service-account-token-type/deny-secret-service-account-token-type.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/deny-secret-service-account-token-type/deny-secret-service-account-token-type.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/deny-secret-service-account-token-type/deny-secret-service-account-token-type.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/deployment-replicas-higher-than-pdb/artifact-hub.yml b/k8s/shared/infrastructure/cluster-policies/samples/other/deployment-replicas-higher-than-pdb/artifact-hub.yml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/deployment-replicas-higher-than-pdb/artifact-hub.yml rename to k8s/shared/infrastructure/cluster-policies/samples/other/deployment-replicas-higher-than-pdb/artifact-hub.yml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/deployment-replicas-higher-than-pdb/deployment-replicas-higher-than-pdb.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/deployment-replicas-higher-than-pdb/deployment-replicas-higher-than-pdb.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/deployment-replicas-higher-than-pdb/deployment-replicas-higher-than-pdb.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/deployment-replicas-higher-than-pdb/deployment-replicas-higher-than-pdb.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/disable-automountserviceaccounttoken/disable-automountserviceaccounttoken.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/disable-automountserviceaccounttoken/disable-automountserviceaccounttoken.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/disable-automountserviceaccounttoken/disable-automountserviceaccounttoken.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/disable-automountserviceaccounttoken/disable-automountserviceaccounttoken.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/disable-service-discovery/disable-service-discovery.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/disable-service-discovery/disable-service-discovery.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/disable-service-discovery/disable-service-discovery.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/disable-service-discovery/disable-service-discovery.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/disallow-all-secrets/disallow-all-secrets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/disallow-all-secrets/disallow-all-secrets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/disallow-all-secrets/disallow-all-secrets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/disallow-all-secrets/disallow-all-secrets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/disallow-localhost-services/disallow-localhost-services.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/disallow-localhost-services/disallow-localhost-services.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/disallow-localhost-services/disallow-localhost-services.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/disallow-localhost-services/disallow-localhost-services.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/disallow-secrets-from-env-vars/disallow-secrets-from-env-vars.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/disallow-secrets-from-env-vars/disallow-secrets-from-env-vars.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/disallow-secrets-from-env-vars/disallow-secrets-from-env-vars.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/disallow-secrets-from-env-vars/disallow-secrets-from-env-vars.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/dns-policy-and-dns-config/dns-policy-and-dns-config.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/dns-policy-and-dns-config/dns-policy-and-dns-config.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/dns-policy-and-dns-config/dns-policy-and-dns-config.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/dns-policy-and-dns-config/dns-policy-and-dns-config.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/docker-socket-requires-label/docker-socket-requires-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/docker-socket-requires-label/docker-socket-requires-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/docker-socket-requires-label/docker-socket-requires-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/docker-socket-requires-label/docker-socket-requires-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/enforce-pod-duration/enforce-pod-duration.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/enforce-pod-duration/enforce-pod-duration.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/enforce-pod-duration/enforce-pod-duration.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/enforce-pod-duration/enforce-pod-duration.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/enforce-readwriteonce-pod/enforce-readwriteonce-pod.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/enforce-readwriteonce-pod/enforce-readwriteonce-pod.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/enforce-readwriteonce-pod/enforce-readwriteonce-pod.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/enforce-readwriteonce-pod/enforce-readwriteonce-pod.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/enforce-resources-as-ratio/enforce-resources-as-ratio.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/enforce-resources-as-ratio/enforce-resources-as-ratio.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/enforce-resources-as-ratio/enforce-resources-as-ratio.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/enforce-resources-as-ratio/enforce-resources-as-ratio.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/ensure-probes-different/ensure-probes-different.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/ensure-probes-different/ensure-probes-different.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/ensure-probes-different/ensure-probes-different.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/ensure-probes-different/ensure-probes-different.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/ensure-production-matches-staging/ensure-production-matches-staging.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/ensure-production-matches-staging/ensure-production-matches-staging.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/ensure-production-matches-staging/ensure-production-matches-staging.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/ensure-production-matches-staging/ensure-production-matches-staging.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/ensure-readonly-hostpath/ensure-readonly-hostpath.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/ensure-readonly-hostpath/ensure-readonly-hostpath.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/ensure-readonly-hostpath/ensure-readonly-hostpath.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/ensure-readonly-hostpath/ensure-readonly-hostpath.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/exclude-namespaces-dynamically/exclude-namespaces-dynamically.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/exclude-namespaces-dynamically/exclude-namespaces-dynamically.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/exclude-namespaces-dynamically/exclude-namespaces-dynamically.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/exclude-namespaces-dynamically/exclude-namespaces-dynamically.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/expiration-for-policyexceptions/expiration-for-policyexceptions.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/expiration-for-policyexceptions/expiration-for-policyexceptions.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/expiration-for-policyexceptions/expiration-for-policyexceptions.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/expiration-for-policyexceptions/expiration-for-policyexceptions.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/forbid-cpu-limits/forbid-cpu-limits.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/forbid-cpu-limits/forbid-cpu-limits.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/forbid-cpu-limits/forbid-cpu-limits.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/forbid-cpu-limits/forbid-cpu-limits.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/generate-networkpolicy-existing/generate-networkpolicy-existing.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/generate-networkpolicy-existing/generate-networkpolicy-existing.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/generate-networkpolicy-existing/generate-networkpolicy-existing.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/generate-networkpolicy-existing/generate-networkpolicy-existing.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/get-debug-information/get-debug-information.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/get-debug-information/get-debug-information.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/get-debug-information/get-debug-information.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/get-debug-information/get-debug-information.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/imagepullpolicy-always/imagepullpolicy-always.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/imagepullpolicy-always/imagepullpolicy-always.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/imagepullpolicy-always/imagepullpolicy-always.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/imagepullpolicy-always/imagepullpolicy-always.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/ingress-host-match-tls/ingress-host-match-tls.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/ingress-host-match-tls/ingress-host-match-tls.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/ingress-host-match-tls/ingress-host-match-tls.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/ingress-host-match-tls/ingress-host-match-tls.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/inject-env-var-from-image-label/inject-env-var-from-image-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/inject-env-var-from-image-label/inject-env-var-from-image-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/inject-env-var-from-image-label/inject-env-var-from-image-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/inject-env-var-from-image-label/inject-env-var-from-image-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/inject-sidecar-deployment/inject-sidecar-deployment.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/inject-sidecar-deployment/inject-sidecar-deployment.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/inject-sidecar-deployment/inject-sidecar-deployment.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/inject-sidecar-deployment/inject-sidecar-deployment.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/inspect-csr/inspect-csr.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/inspect-csr/inspect-csr.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/inspect-csr/inspect-csr.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/inspect-csr/inspect-csr.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/kubernetes-version-check/kubernetes-version-check.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/kubernetes-version-check/kubernetes-version-check.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/kubernetes-version-check/kubernetes-version-check.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/kubernetes-version-check/kubernetes-version-check.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/label-existing-namespaces/label-existing-namespaces.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/label-existing-namespaces/label-existing-namespaces.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/label-existing-namespaces/label-existing-namespaces.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/label-existing-namespaces/label-existing-namespaces.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/label-nodes-cri/label-nodes-cri.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/label-nodes-cri/label-nodes-cri.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/label-nodes-cri/label-nodes-cri.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/label-nodes-cri/label-nodes-cri.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/limit-configmap-for-sa/limit-configmap-for-sa.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/limit-configmap-for-sa/limit-configmap-for-sa.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/limit-configmap-for-sa/limit-configmap-for-sa.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/limit-configmap-for-sa/limit-configmap-for-sa.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/limit-containers-per-pod/limit-containers-per-pod.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/limit-containers-per-pod/limit-containers-per-pod.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/limit-containers-per-pod/limit-containers-per-pod.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/limit-containers-per-pod/limit-containers-per-pod.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/limit-hostpath-type-pv/limit-hostpath-type-pv.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/limit-hostpath-type-pv/limit-hostpath-type-pv.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/limit-hostpath-type-pv/limit-hostpath-type-pv.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/limit-hostpath-type-pv/limit-hostpath-type-pv.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/limit-hostpath-vols/limit-hostpath-vols.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/limit-hostpath-vols/limit-hostpath-vols.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/limit-hostpath-vols/limit-hostpath-vols.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/limit-hostpath-vols/limit-hostpath-vols.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/memory-requests-equal-limits/memory-requests-equal-limits.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/memory-requests-equal-limits/memory-requests-equal-limits.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/memory-requests-equal-limits/memory-requests-equal-limits.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/memory-requests-equal-limits/memory-requests-equal-limits.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/metadata-match-regex/metadata-match-regex.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/metadata-match-regex/metadata-match-regex.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/metadata-match-regex/metadata-match-regex.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/metadata-match-regex/metadata-match-regex.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/mitigate-log4shell/mitigate-log4shell.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/mitigate-log4shell/mitigate-log4shell.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/mitigate-log4shell/mitigate-log4shell.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/mitigate-log4shell/mitigate-log4shell.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/mutate-large-termination-gps/mutate-large-termination-gps.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/mutate-large-termination-gps/mutate-large-termination-gps.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/mutate-large-termination-gps/mutate-large-termination-gps.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/mutate-large-termination-gps/mutate-large-termination-gps.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/mutate-pod-binding/mutate-pod-binding.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/mutate-pod-binding/mutate-pod-binding.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/mutate-pod-binding/mutate-pod-binding.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/mutate-pod-binding/mutate-pod-binding.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/namespace-inventory-check/namespace-inventory-check.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/namespace-inventory-check/namespace-inventory-check.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/namespace-inventory-check/namespace-inventory-check.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/namespace-inventory-check/namespace-inventory-check.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/namespace-protection/namespace-protection.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/namespace-protection/namespace-protection.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/namespace-protection/namespace-protection.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/namespace-protection/namespace-protection.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/nfs-subdir-external-provisioner-storage-path/nfs-subdir-external-provisioner-storage-path.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/nfs-subdir-external-provisioner-storage-path/nfs-subdir-external-provisioner-storage-path.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/nfs-subdir-external-provisioner-storage-path/nfs-subdir-external-provisioner-storage-path.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/nfs-subdir-external-provisioner-storage-path/nfs-subdir-external-provisioner-storage-path.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/only-trustworthy-registries-set-root/only-trustworthy-registries-set-root.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/only-trustworthy-registries-set-root/only-trustworthy-registries-set-root.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/only-trustworthy-registries-set-root/only-trustworthy-registries-set-root.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/only-trustworthy-registries-set-root/only-trustworthy-registries-set-root.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/pdb-maxunavailable-with-deployments/artifact-hub.yml b/k8s/shared/infrastructure/cluster-policies/samples/other/pdb-maxunavailable-with-deployments/artifact-hub.yml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/pdb-maxunavailable-with-deployments/artifact-hub.yml rename to k8s/shared/infrastructure/cluster-policies/samples/other/pdb-maxunavailable-with-deployments/artifact-hub.yml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/pdb-maxunavailable-with-deployments/pdb-maxunavailable-with-deployments.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/pdb-maxunavailable-with-deployments/pdb-maxunavailable-with-deployments.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/pdb-maxunavailable-with-deployments/pdb-maxunavailable-with-deployments.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/pdb-maxunavailable-with-deployments/pdb-maxunavailable-with-deployments.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/pdb-maxunavailable/pdb-maxunavailable.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/pdb-maxunavailable/pdb-maxunavailable.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/pdb-maxunavailable/pdb-maxunavailable.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/pdb-maxunavailable/pdb-maxunavailable.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/pdb-minavailable/pdb-minavailable.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/pdb-minavailable/pdb-minavailable.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/pdb-minavailable/pdb-minavailable.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/pdb-minavailable/pdb-minavailable.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/policy-for-exceptions/policy-for-exceptions.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/policy-for-exceptions/policy-for-exceptions.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/policy-for-exceptions/policy-for-exceptions.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/policy-for-exceptions/policy-for-exceptions.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/prepend-image-registry/prepend-image-registry.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/prepend-image-registry/prepend-image-registry.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/prepend-image-registry/prepend-image-registry.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/prepend-image-registry/prepend-image-registry.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/prevent-bare-pods/prevent-bare-pods.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/prevent-bare-pods/prevent-bare-pods.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/prevent-bare-pods/prevent-bare-pods.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/prevent-bare-pods/prevent-bare-pods.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/prevent-cr8escape/prevent-cr8escape.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/prevent-cr8escape/prevent-cr8escape.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/prevent-cr8escape/prevent-cr8escape.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/prevent-cr8escape/prevent-cr8escape.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/prevent-duplicate-hpa/prevent-duplicate-hpa.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/prevent-duplicate-hpa/prevent-duplicate-hpa.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/prevent-duplicate-hpa/prevent-duplicate-hpa.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/prevent-duplicate-hpa/prevent-duplicate-hpa.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/prevent-duplicate-vpa/prevent-duplicate-vpa.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/prevent-duplicate-vpa/prevent-duplicate-vpa.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/prevent-duplicate-vpa/prevent-duplicate-vpa.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/prevent-duplicate-vpa/prevent-duplicate-vpa.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/protect-node-taints/protect-node-taints.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/protect-node-taints/protect-node-taints.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/protect-node-taints/protect-node-taints.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/protect-node-taints/protect-node-taints.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/record-creation-details/record-creation-details.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/record-creation-details/record-creation-details.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/record-creation-details/record-creation-details.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/record-creation-details/record-creation-details.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/refresh-env-var-in-pod/refresh-env-var-in-pod.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/refresh-env-var-in-pod/refresh-env-var-in-pod.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/refresh-env-var-in-pod/refresh-env-var-in-pod.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/refresh-env-var-in-pod/refresh-env-var-in-pod.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/refresh-volumes-in-pods/refresh-volumes-in-pods.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/refresh-volumes-in-pods/refresh-volumes-in-pods.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/refresh-volumes-in-pods/refresh-volumes-in-pods.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/refresh-volumes-in-pods/refresh-volumes-in-pods.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/remove-hostpath-volumes/remove-hostpath-volumes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/remove-hostpath-volumes/remove-hostpath-volumes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/remove-hostpath-volumes/remove-hostpath-volumes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/remove-hostpath-volumes/remove-hostpath-volumes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/remove-serviceaccount-token/remove-serviceaccount-token.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/remove-serviceaccount-token/remove-serviceaccount-token.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/remove-serviceaccount-token/remove-serviceaccount-token.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/remove-serviceaccount-token/remove-serviceaccount-token.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/replace-image-registry-with-harbor/replace-image-registry-with-harbor.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/replace-image-registry-with-harbor/replace-image-registry-with-harbor.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/replace-image-registry-with-harbor/replace-image-registry-with-harbor.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/replace-image-registry-with-harbor/replace-image-registry-with-harbor.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/replace-image-registry/replace-image-registry.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/replace-image-registry/replace-image-registry.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/replace-image-registry/replace-image-registry.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/replace-image-registry/replace-image-registry.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/replace-ingress-hosts/replace-ingress-hosts.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/replace-ingress-hosts/replace-ingress-hosts.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/replace-ingress-hosts/replace-ingress-hosts.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/replace-ingress-hosts/replace-ingress-hosts.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-annotations/require-annotations.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-annotations/require-annotations.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-annotations/require-annotations.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-annotations/require-annotations.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-base-image/require-base-image.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-base-image/require-base-image.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-base-image/require-base-image.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-base-image/require-base-image.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-container-port-names/require-container-port-names.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-container-port-names/require-container-port-names.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-container-port-names/require-container-port-names.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-container-port-names/require-container-port-names.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-cpu-limits/require-cpu-limits.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-cpu-limits/require-cpu-limits.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-cpu-limits/require-cpu-limits.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-cpu-limits/require-cpu-limits.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-deployments-have-multiple-replicas/require-deployments-have-multiple-replicas.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-deployments-have-multiple-replicas/require-deployments-have-multiple-replicas.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-deployments-have-multiple-replicas/require-deployments-have-multiple-replicas.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-deployments-have-multiple-replicas/require-deployments-have-multiple-replicas.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-emptydir-requests-limits/require-emptydir-requests-limits.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-emptydir-requests-limits/require-emptydir-requests-limits.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-emptydir-requests-limits/require-emptydir-requests-limits.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-emptydir-requests-limits/require-emptydir-requests-limits.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-image-checksum/require-image-checksum.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-image-checksum/require-image-checksum.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-image-checksum/require-image-checksum.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-image-checksum/require-image-checksum.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-image-source/require-image-source.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-image-source/require-image-source.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-image-source/require-image-source.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-image-source/require-image-source.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-imagepullsecrets/require-imagepullsecrets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-imagepullsecrets/require-imagepullsecrets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-imagepullsecrets/require-imagepullsecrets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-imagepullsecrets/require-imagepullsecrets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-ingress-https/require-ingress-https.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-ingress-https/require-ingress-https.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-ingress-https/require-ingress-https.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-ingress-https/require-ingress-https.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-netpol/require-netpol.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-netpol/require-netpol.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-netpol/require-netpol.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-netpol/require-netpol.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-non-root-groups/require-non-root-groups.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-non-root-groups/require-non-root-groups.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-non-root-groups/require-non-root-groups.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-non-root-groups/require-non-root-groups.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-pdb/require-pdb.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-pdb/require-pdb.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-pdb/require-pdb.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-pdb/require-pdb.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-pod-priorityclassname/require-pod-priorityclassname.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-pod-priorityclassname/require-pod-priorityclassname.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-pod-priorityclassname/require-pod-priorityclassname.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-pod-priorityclassname/require-pod-priorityclassname.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-qos-burstable/require-qos-burstable.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-qos-burstable/require-qos-burstable.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-qos-burstable/require-qos-burstable.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-qos-burstable/require-qos-burstable.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-qos-guaranteed/require-qos-guaranteed.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-qos-guaranteed/require-qos-guaranteed.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-qos-guaranteed/require-qos-guaranteed.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-qos-guaranteed/require-qos-guaranteed.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-reasonable-pdbs/artifact-hub.yml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-reasonable-pdbs/artifact-hub.yml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-reasonable-pdbs/artifact-hub.yml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-reasonable-pdbs/artifact-hub.yml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-reasonable-pdbs/require-reasonable-pdbs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-reasonable-pdbs/require-reasonable-pdbs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-reasonable-pdbs/require-reasonable-pdbs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-reasonable-pdbs/require-reasonable-pdbs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-replicas-allow-disruption/artifact-hub.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-replicas-allow-disruption/artifact-hub.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-replicas-allow-disruption/artifact-hub.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-replicas-allow-disruption/artifact-hub.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-replicas-allow-disruption/require-replicas-allow-disruption.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-replicas-allow-disruption/require-replicas-allow-disruption.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-replicas-allow-disruption/require-replicas-allow-disruption.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-replicas-allow-disruption/require-replicas-allow-disruption.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-storageclass/require-storageclass.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-storageclass/require-storageclass.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-storageclass/require-storageclass.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-storageclass/require-storageclass.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-unique-external-dns/require-unique-external-dns.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-unique-external-dns/require-unique-external-dns.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-unique-external-dns/require-unique-external-dns.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-unique-external-dns/require-unique-external-dns.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-unique-service-selector/require-unique-service-selector.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-unique-service-selector/require-unique-service-selector.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-unique-service-selector/require-unique-service-selector.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-unique-service-selector/require-unique-service-selector.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-unique-uid-per-workload/require-unique-uid-per-workload.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-unique-uid-per-workload/require-unique-uid-per-workload.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-unique-uid-per-workload/require-unique-uid-per-workload.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-unique-uid-per-workload/require-unique-uid-per-workload.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/require-vulnerability-scan/require-vulnerability-scan.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/require-vulnerability-scan/require-vulnerability-scan.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/require-vulnerability-scan/require-vulnerability-scan.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/require-vulnerability-scan/require-vulnerability-scan.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/resolve-image-to-digest/resolve-image-to-digest.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/resolve-image-to-digest/resolve-image-to-digest.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/resolve-image-to-digest/resolve-image-to-digest.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/resolve-image-to-digest/resolve-image-to-digest.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/resource-creation-updating-denied/resource-creation-updating-denied.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/resource-creation-updating-denied/resource-creation-updating-denied.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/resource-creation-updating-denied/resource-creation-updating-denied.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/resource-creation-updating-denied/resource-creation-updating-denied.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restart-deployment-on-secret-change/restart-deployment-on-secret-change.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restart-deployment-on-secret-change/restart-deployment-on-secret-change.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restart-deployment-on-secret-change/restart-deployment-on-secret-change.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restart-deployment-on-secret-change/restart-deployment-on-secret-change.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-annotations/restrict-annotations.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-annotations/restrict-annotations.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-annotations/restrict-annotations.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-annotations/restrict-annotations.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-automount-sa-token/restrict-automount-sa-token.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-automount-sa-token/restrict-automount-sa-token.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-automount-sa-token/restrict-automount-sa-token.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-automount-sa-token/restrict-automount-sa-token.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-binding-clusteradmin/restrict-binding-clusteradmin.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-binding-clusteradmin/restrict-binding-clusteradmin.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-binding-clusteradmin/restrict-binding-clusteradmin.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-binding-clusteradmin/restrict-binding-clusteradmin.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-binding-system-groups/restrict-binding-system-groups.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-binding-system-groups/restrict-binding-system-groups.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-binding-system-groups/restrict-binding-system-groups.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-binding-system-groups/restrict-binding-system-groups.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-clusterrole-csr/restrict-clusterrole-csr.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-clusterrole-csr/restrict-clusterrole-csr.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-clusterrole-csr/restrict-clusterrole-csr.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-clusterrole-csr/restrict-clusterrole-csr.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-clusterrole-mutating-validating-admission-webhooks/restrict-clusterrole-mutating-validating-admission-webhooks.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-clusterrole-mutating-validating-admission-webhooks/restrict-clusterrole-mutating-validating-admission-webhooks.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-clusterrole-mutating-validating-admission-webhooks/restrict-clusterrole-mutating-validating-admission-webhooks.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-clusterrole-mutating-validating-admission-webhooks/restrict-clusterrole-mutating-validating-admission-webhooks.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-clusterrole-nodesproxy/restrict-clusterrole-nodesproxy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-clusterrole-nodesproxy/restrict-clusterrole-nodesproxy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-clusterrole-nodesproxy/restrict-clusterrole-nodesproxy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-clusterrole-nodesproxy/restrict-clusterrole-nodesproxy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-controlplane-scheduling/restrict-controlplane-scheduling.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-controlplane-scheduling/restrict-controlplane-scheduling.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-controlplane-scheduling/restrict-controlplane-scheduling.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-controlplane-scheduling/restrict-controlplane-scheduling.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-deprecated-registry/restrict-deprecated-registry.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-deprecated-registry/restrict-deprecated-registry.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-deprecated-registry/restrict-deprecated-registry.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-deprecated-registry/restrict-deprecated-registry.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-edit-for-endpoints/restrict-edit-for-endpoints.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-edit-for-endpoints/restrict-edit-for-endpoints.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-edit-for-endpoints/restrict-edit-for-endpoints.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-edit-for-endpoints/restrict-edit-for-endpoints.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-escalation-verbs-roles/restrict-escalation-verbs-roles.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-escalation-verbs-roles/restrict-escalation-verbs-roles.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-escalation-verbs-roles/restrict-escalation-verbs-roles.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-escalation-verbs-roles/restrict-escalation-verbs-roles.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-ingress-classes/restrict-ingress-classes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-ingress-classes/restrict-ingress-classes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-ingress-classes/restrict-ingress-classes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-ingress-classes/restrict-ingress-classes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-ingress-defaultbackend/restrict-ingress-defaultbackend.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-ingress-defaultbackend/restrict-ingress-defaultbackend.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-ingress-defaultbackend/restrict-ingress-defaultbackend.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-ingress-defaultbackend/restrict-ingress-defaultbackend.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-ingress-host/restrict-ingress-host.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-ingress-host/restrict-ingress-host.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-ingress-host/restrict-ingress-host.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-ingress-host/restrict-ingress-host.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-ingress-wildcard/restrict-ingress-wildcard.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-ingress-wildcard/restrict-ingress-wildcard.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-ingress-wildcard/restrict-ingress-wildcard.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-ingress-wildcard/restrict-ingress-wildcard.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-jobs/restrict-jobs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-jobs/restrict-jobs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-jobs/restrict-jobs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-jobs/restrict-jobs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-loadbalancer/restrict-loadbalancer.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-loadbalancer/restrict-loadbalancer.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-loadbalancer/restrict-loadbalancer.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-loadbalancer/restrict-loadbalancer.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-networkpolicy-empty-podselector/restrict-networkpolicy-empty-podselector.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-networkpolicy-empty-podselector/restrict-networkpolicy-empty-podselector.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-networkpolicy-empty-podselector/restrict-networkpolicy-empty-podselector.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-networkpolicy-empty-podselector/restrict-networkpolicy-empty-podselector.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-node-affinity/restrict-node-affinity.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-node-affinity/restrict-node-affinity.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-node-affinity/restrict-node-affinity.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-node-affinity/restrict-node-affinity.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-node-label-changes/restrict-node-label-changes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-node-label-changes/restrict-node-label-changes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-node-label-changes/restrict-node-label-changes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-node-label-changes/restrict-node-label-changes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-node-label-creation/restrict-node-label-creation.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-node-label-creation/restrict-node-label-creation.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-node-label-creation/restrict-node-label-creation.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-node-label-creation/restrict-node-label-creation.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-node-selection/restrict-node-selection.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-node-selection/restrict-node-selection.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-node-selection/restrict-node-selection.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-node-selection/restrict-node-selection.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-pod-controller-serviceaccount-updates/restrict-pod-controller-serviceaccount-updates.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-pod-controller-serviceaccount-updates/restrict-pod-controller-serviceaccount-updates.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-pod-controller-serviceaccount-updates/restrict-pod-controller-serviceaccount-updates.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-pod-controller-serviceaccount-updates/restrict-pod-controller-serviceaccount-updates.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-pod-count-per-node/restrict-pod-count-per-node.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-pod-count-per-node/restrict-pod-count-per-node.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-pod-count-per-node/restrict-pod-count-per-node.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-pod-count-per-node/restrict-pod-count-per-node.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-sa-automount-sa-token/restrict-sa-automount-sa-token.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-sa-automount-sa-token/restrict-sa-automount-sa-token.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-sa-automount-sa-token/restrict-sa-automount-sa-token.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-sa-automount-sa-token/restrict-sa-automount-sa-token.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-scale/restrict-scale.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-scale/restrict-scale.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-scale/restrict-scale.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-scale/restrict-scale.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-secret-role-verbs/restrict-secret-role-verbs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-secret-role-verbs/restrict-secret-role-verbs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-secret-role-verbs/restrict-secret-role-verbs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-secret-role-verbs/restrict-secret-role-verbs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-secrets-by-label/restrict-secrets-by-label.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-secrets-by-label/restrict-secrets-by-label.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-secrets-by-label/restrict-secrets-by-label.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-secrets-by-label/restrict-secrets-by-label.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-secrets-by-name/restrict-secrets-by-name.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-secrets-by-name/restrict-secrets-by-name.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-secrets-by-name/restrict-secrets-by-name.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-secrets-by-name/restrict-secrets-by-name.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-service-account/restrict-service-account.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-service-account/restrict-service-account.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-service-account/restrict-service-account.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-service-account/restrict-service-account.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-service-port-range/restrict-service-port-range.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-service-port-range/restrict-service-port-range.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-service-port-range/restrict-service-port-range.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-service-port-range/restrict-service-port-range.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-storageclass/restrict-storageclass.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-storageclass/restrict-storageclass.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-storageclass/restrict-storageclass.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-storageclass/restrict-storageclass.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-usergroup-fsgroup-id/restrict-usergroup-fsgroup-id.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-usergroup-fsgroup-id/restrict-usergroup-fsgroup-id.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-usergroup-fsgroup-id/restrict-usergroup-fsgroup-id.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-usergroup-fsgroup-id/restrict-usergroup-fsgroup-id.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-wildcard-resources/restrict-wildcard-resources.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-wildcard-resources/restrict-wildcard-resources.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-wildcard-resources/restrict-wildcard-resources.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-wildcard-resources/restrict-wildcard-resources.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-wildcard-verbs/restrict-wildcard-verbs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/restrict-wildcard-verbs/restrict-wildcard-verbs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/restrict-wildcard-verbs/restrict-wildcard-verbs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/restrict-wildcard-verbs/restrict-wildcard-verbs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/scale-deployment-zero/scale-deployment-zero.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/scale-deployment-zero/scale-deployment-zero.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/scale-deployment-zero/scale-deployment-zero.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/scale-deployment-zero/scale-deployment-zero.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/spread-pods-across-topology/spread-pods-across-topology.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/spread-pods-across-topology/spread-pods-across-topology.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/spread-pods-across-topology/spread-pods-across-topology.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/spread-pods-across-topology/spread-pods-across-topology.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/sync-secrets/sync-secrets.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/sync-secrets/sync-secrets.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/sync-secrets/sync-secrets.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/sync-secrets/sync-secrets.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/time-bound-policy/time-bound-policy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/time-bound-policy/time-bound-policy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/time-bound-policy/time-bound-policy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/time-bound-policy/time-bound-policy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/topologyspreadconstraints-policy/topologyspreadconstraints-policy.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/topologyspreadconstraints-policy/topologyspreadconstraints-policy.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/topologyspreadconstraints-policy/topologyspreadconstraints-policy.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/topologyspreadconstraints-policy/topologyspreadconstraints-policy.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/unique-ingress-host-and-path/unique-ingress-host-and-path.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/unique-ingress-host-and-path/unique-ingress-host-and-path.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/unique-ingress-host-and-path/unique-ingress-host-and-path.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/unique-ingress-host-and-path/unique-ingress-host-and-path.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/unique-ingress-paths/unique-ingress-paths.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/unique-ingress-paths/unique-ingress-paths.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/unique-ingress-paths/unique-ingress-paths.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/unique-ingress-paths/unique-ingress-paths.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/update-image-tag/update-image-tag.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/update-image-tag/update-image-tag.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/update-image-tag/update-image-tag.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/update-image-tag/update-image-tag.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/verify-image-cve-2022-42889/verify-image-cve-2022-42889.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/verify-image-cve-2022-42889/verify-image-cve-2022-42889.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/verify-image-cve-2022-42889/verify-image-cve-2022-42889.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/verify-image-cve-2022-42889/verify-image-cve-2022-42889.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/verify-image-gcpkms/verify-image-gcpkms.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/verify-image-gcpkms/verify-image-gcpkms.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/verify-image-gcpkms/verify-image-gcpkms.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/verify-image-gcpkms/verify-image-gcpkms.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/verify-image-slsa/verify-image-slsa.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/verify-image-slsa/verify-image-slsa.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/verify-image-slsa/verify-image-slsa.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/verify-image-slsa/verify-image-slsa.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/verify-image-with-multi-keys/verify-image-with-multi-keys.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/verify-image-with-multi-keys/verify-image-with-multi-keys.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/verify-image-with-multi-keys/verify-image-with-multi-keys.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/verify-image-with-multi-keys/verify-image-with-multi-keys.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/verify-image/verify-image.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/verify-image/verify-image.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/verify-image/verify-image.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/verify-image/verify-image.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/verify-manifest-integrity/verify-manifest-integrity.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/verify-manifest-integrity/verify-manifest-integrity.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/verify-manifest-integrity/verify-manifest-integrity.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/verify-manifest-integrity/verify-manifest-integrity.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/verify-sbom-cyclonedx/verify-sbom-cyclonedx.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/verify-sbom-cyclonedx/verify-sbom-cyclonedx.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/verify-sbom-cyclonedx/verify-sbom-cyclonedx.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/verify-sbom-cyclonedx/verify-sbom-cyclonedx.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/other/verify-vpa-target/verify-vpa-target.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/verify-vpa-target/verify-vpa-target.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/other/verify-vpa-target/verify-vpa-target.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/other/verify-vpa-target/verify-vpa-target.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-capabilities/disallow-capabilities.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-capabilities/disallow-capabilities.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-capabilities/disallow-capabilities.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-capabilities/disallow-capabilities.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-host-namespaces/disallow-host-namespaces.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-host-namespaces/disallow-host-namespaces.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-host-namespaces/disallow-host-namespaces.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-host-namespaces/disallow-host-namespaces.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-host-path/disallow-host-path.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-host-path/disallow-host-path.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-host-path/disallow-host-path.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-host-path/disallow-host-path.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-host-ports-range/disallow-host-ports-range.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-host-ports-range/disallow-host-ports-range.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-host-ports-range/disallow-host-ports-range.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-host-ports-range/disallow-host-ports-range.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-host-ports/disallow-host-ports.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-host-ports/disallow-host-ports.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-host-ports/disallow-host-ports.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-host-ports/disallow-host-ports.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-host-process/disallow-host-process.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-host-process/disallow-host-process.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-host-process/disallow-host-process.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-host-process/disallow-host-process.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-privileged-containers/disallow-privileged-containers.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-privileged-containers/disallow-privileged-containers.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-privileged-containers/disallow-privileged-containers.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-privileged-containers/disallow-privileged-containers.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-proc-mount/disallow-proc-mount.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-proc-mount/disallow-proc-mount.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-proc-mount/disallow-proc-mount.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-proc-mount/disallow-proc-mount.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-selinux/disallow-selinux.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-selinux/disallow-selinux.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/disallow-selinux/disallow-selinux.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/disallow-selinux/disallow-selinux.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/kustomization.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/kustomization.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/kustomization.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/kustomization.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/restrict-seccomp/restrict-seccomp.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/restrict-seccomp/restrict-seccomp.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/restrict-seccomp/restrict-seccomp.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/restrict-seccomp/restrict-seccomp.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/restrict-sysctls/restrict-sysctls.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/restrict-sysctls/restrict-sysctls.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/baseline/restrict-sysctls/restrict-sysctls.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/baseline/restrict-sysctls/restrict-sysctls.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/disallow-capabilities-strict/disallow-capabilities-strict.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/disallow-capabilities-strict/disallow-capabilities-strict.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/disallow-capabilities-strict/disallow-capabilities-strict.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/disallow-capabilities-strict/disallow-capabilities-strict.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/disallow-privilege-escalation/disallow-privilege-escalation.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/disallow-privilege-escalation/disallow-privilege-escalation.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/disallow-privilege-escalation/disallow-privilege-escalation.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/disallow-privilege-escalation/disallow-privilege-escalation.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/kustomization.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/kustomization.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/kustomization.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/kustomization.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/require-run-as-non-root-user/require-run-as-non-root-user.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/require-run-as-non-root-user/require-run-as-non-root-user.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/require-run-as-non-root-user/require-run-as-non-root-user.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/require-run-as-non-root-user/require-run-as-non-root-user.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/require-run-as-nonroot/require-run-as-nonroot.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/require-run-as-nonroot/require-run-as-nonroot.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/require-run-as-nonroot/require-run-as-nonroot.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/require-run-as-nonroot/require-run-as-nonroot.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/restrict-seccomp-strict/restrict-seccomp-strict.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/restrict-seccomp-strict/restrict-seccomp-strict.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/restrict-seccomp-strict/restrict-seccomp-strict.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/restrict-seccomp-strict/restrict-seccomp-strict.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/restrict-volume-types/restrict-volume-types.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/restrict-volume-types/restrict-volume-types.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security-cel/restricted/restrict-volume-types/restrict-volume-types.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security-cel/restricted/restrict-volume-types/restrict-volume-types.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-capabilities/disallow-capabilities.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-capabilities/disallow-capabilities.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-capabilities/disallow-capabilities.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-capabilities/disallow-capabilities.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-host-namespaces/disallow-host-namespaces.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-host-namespaces/disallow-host-namespaces.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-host-namespaces/disallow-host-namespaces.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-host-namespaces/disallow-host-namespaces.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-host-path/disallow-host-path.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-host-path/disallow-host-path.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-host-path/disallow-host-path.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-host-path/disallow-host-path.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-host-ports-range/disallow-host-ports-range.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-host-ports-range/disallow-host-ports-range.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-host-ports-range/disallow-host-ports-range.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-host-ports-range/disallow-host-ports-range.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-host-ports/disallow-host-ports.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-host-ports/disallow-host-ports.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-host-ports/disallow-host-ports.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-host-ports/disallow-host-ports.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-host-process/disallow-host-process.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-host-process/disallow-host-process.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-host-process/disallow-host-process.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-host-process/disallow-host-process.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-privileged-containers/disallow-privileged-containers.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-privileged-containers/disallow-privileged-containers.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-privileged-containers/disallow-privileged-containers.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-privileged-containers/disallow-privileged-containers.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-proc-mount/disallow-proc-mount.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-proc-mount/disallow-proc-mount.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-proc-mount/disallow-proc-mount.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-proc-mount/disallow-proc-mount.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-selinux/disallow-selinux.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-selinux/disallow-selinux.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/disallow-selinux/disallow-selinux.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/disallow-selinux/disallow-selinux.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/kustomization.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/kustomization.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/kustomization.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/kustomization.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/restrict-apparmor-profiles/restrict-apparmor-profiles.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/restrict-apparmor-profiles/restrict-apparmor-profiles.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/restrict-apparmor-profiles/restrict-apparmor-profiles.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/restrict-apparmor-profiles/restrict-apparmor-profiles.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/restrict-seccomp/restrict-seccomp.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/restrict-seccomp/restrict-seccomp.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/restrict-seccomp/restrict-seccomp.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/restrict-seccomp/restrict-seccomp.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/restrict-sysctls/restrict-sysctls.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/restrict-sysctls/restrict-sysctls.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/baseline/restrict-sysctls/restrict-sysctls.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/baseline/restrict-sysctls/restrict-sysctls.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/enforce/kustomization.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/enforce/kustomization.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/enforce/kustomization.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/enforce/kustomization.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/kustomization.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/kustomization.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/kustomization.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/kustomization.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/disallow-capabilities-strict/disallow-capabilities-strict.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/disallow-capabilities-strict/disallow-capabilities-strict.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/disallow-capabilities-strict/disallow-capabilities-strict.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/disallow-capabilities-strict/disallow-capabilities-strict.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/disallow-privilege-escalation/disallow-privilege-escalation.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/disallow-privilege-escalation/disallow-privilege-escalation.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/disallow-privilege-escalation/disallow-privilege-escalation.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/disallow-privilege-escalation/disallow-privilege-escalation.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/kustomization.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/kustomization.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/kustomization.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/kustomization.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/require-run-as-non-root-user/require-run-as-non-root-user.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/require-run-as-non-root-user/require-run-as-non-root-user.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/require-run-as-non-root-user/require-run-as-non-root-user.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/require-run-as-non-root-user/require-run-as-non-root-user.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/require-run-as-nonroot/require-run-as-nonroot.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/require-run-as-nonroot/require-run-as-nonroot.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/require-run-as-nonroot/require-run-as-nonroot.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/require-run-as-nonroot/require-run-as-nonroot.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/restrict-seccomp-strict/restrict-seccomp-strict.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/restrict-seccomp-strict/restrict-seccomp-strict.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/restrict-seccomp-strict/restrict-seccomp-strict.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/restrict-seccomp-strict/restrict-seccomp-strict.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/restrict-volume-types/restrict-volume-types.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/restrict-volume-types/restrict-volume-types.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/restricted/restrict-volume-types/restrict-volume-types.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/restricted/restrict-volume-types/restrict-volume-types.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/subrule/podsecurity-subrule-baseline/podsecurity-subrule-baseline.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/subrule/podsecurity-subrule-baseline/podsecurity-subrule-baseline.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/subrule/podsecurity-subrule-baseline/podsecurity-subrule-baseline.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/subrule/podsecurity-subrule-baseline/podsecurity-subrule-baseline.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/subrule/restricted/restricted-exclude-capabilities/restricted-exclude-capabilities.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/subrule/restricted/restricted-exclude-capabilities/restricted-exclude-capabilities.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/subrule/restricted/restricted-exclude-capabilities/restricted-exclude-capabilities.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/subrule/restricted/restricted-exclude-capabilities/restricted-exclude-capabilities.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/subrule/restricted/restricted-exclude-seccomp/restricted-exclude-seccomp.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/subrule/restricted/restricted-exclude-seccomp/restricted-exclude-seccomp.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/subrule/restricted/restricted-exclude-seccomp/restricted-exclude-seccomp.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/subrule/restricted/restricted-exclude-seccomp/restricted-exclude-seccomp.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/pod-security/subrule/restricted/restricted-latest/restricted-latest.yaml b/k8s/shared/infrastructure/cluster-policies/samples/pod-security/subrule/restricted/restricted-latest/restricted-latest.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/pod-security/subrule/restricted/restricted-latest/restricted-latest.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/pod-security/subrule/restricted/restricted-latest/restricted-latest.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psa-cel/add-psa-namespace-reporting/add-psa-namespace-reporting.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psa-cel/add-psa-namespace-reporting/add-psa-namespace-reporting.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psa-cel/add-psa-namespace-reporting/add-psa-namespace-reporting.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psa-cel/add-psa-namespace-reporting/add-psa-namespace-reporting.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psa-cel/deny-privileged-profile/deny-privileged-profile.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psa-cel/deny-privileged-profile/deny-privileged-profile.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psa-cel/deny-privileged-profile/deny-privileged-profile.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psa-cel/deny-privileged-profile/deny-privileged-profile.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psa/add-privileged-existing-namespaces/add-privileged-existing-namespaces.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psa/add-privileged-existing-namespaces/add-privileged-existing-namespaces.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psa/add-privileged-existing-namespaces/add-privileged-existing-namespaces.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psa/add-privileged-existing-namespaces/add-privileged-existing-namespaces.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psa/add-psa-labels/add-psa-labels.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psa/add-psa-labels/add-psa-labels.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psa/add-psa-labels/add-psa-labels.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psa/add-psa-labels/add-psa-labels.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psa/add-psa-namespace-reporting/add-psa-namespace-reporting.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psa/add-psa-namespace-reporting/add-psa-namespace-reporting.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psa/add-psa-namespace-reporting/add-psa-namespace-reporting.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psa/add-psa-namespace-reporting/add-psa-namespace-reporting.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psa/deny-privileged-profile/deny-privileged-profile.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psa/deny-privileged-profile/deny-privileged-profile.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psa/deny-privileged-profile/deny-privileged-profile.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psa/deny-privileged-profile/deny-privileged-profile.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psp-migration-cel/check-supplemental-groups/check-supplemental-groups.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psp-migration-cel/check-supplemental-groups/check-supplemental-groups.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psp-migration-cel/check-supplemental-groups/check-supplemental-groups.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psp-migration-cel/check-supplemental-groups/check-supplemental-groups.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psp-migration-cel/restrict-adding-capabilities/restrict-adding-capabilities.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psp-migration-cel/restrict-adding-capabilities/restrict-adding-capabilities.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psp-migration-cel/restrict-adding-capabilities/restrict-adding-capabilities.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psp-migration-cel/restrict-adding-capabilities/restrict-adding-capabilities.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psp-migration-cel/restrict-runtimeClassName/restrict-runtimeClassName.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psp-migration-cel/restrict-runtimeClassName/restrict-runtimeClassName.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psp-migration-cel/restrict-runtimeClassName/restrict-runtimeClassName.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psp-migration-cel/restrict-runtimeClassName/restrict-runtimeClassName.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/add-apparmor/add-apparmor.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psp-migration/add-apparmor/add-apparmor.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/add-apparmor/add-apparmor.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psp-migration/add-apparmor/add-apparmor.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/add-capabilities/add-capabilities.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psp-migration/add-capabilities/add-capabilities.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/add-capabilities/add-capabilities.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psp-migration/add-capabilities/add-capabilities.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/add-runtimeClassName/add-runtimeClassName.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psp-migration/add-runtimeClassName/add-runtimeClassName.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/add-runtimeClassName/add-runtimeClassName.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psp-migration/add-runtimeClassName/add-runtimeClassName.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/check-supplemental-groups/check-supplemental-groups.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psp-migration/check-supplemental-groups/check-supplemental-groups.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/check-supplemental-groups/check-supplemental-groups.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psp-migration/check-supplemental-groups/check-supplemental-groups.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/restrict-adding-capabilities/restrict-adding-capabilities.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psp-migration/restrict-adding-capabilities/restrict-adding-capabilities.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/restrict-adding-capabilities/restrict-adding-capabilities.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psp-migration/restrict-adding-capabilities/restrict-adding-capabilities.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/restrict-runtimeClassName/restrict-runtimeClassName.yaml b/k8s/shared/infrastructure/cluster-policies/samples/psp-migration/restrict-runtimeClassName/restrict-runtimeClassName.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/psp-migration/restrict-runtimeClassName/restrict-runtimeClassName.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/psp-migration/restrict-runtimeClassName/restrict-runtimeClassName.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/tekton-cel/block-tekton-task-runs/block-tekton-task-runs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/tekton-cel/block-tekton-task-runs/block-tekton-task-runs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/tekton-cel/block-tekton-task-runs/block-tekton-task-runs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/tekton-cel/block-tekton-task-runs/block-tekton-task-runs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/tekton-cel/require-tekton-bundle/require-tekton-bundle.yaml b/k8s/shared/infrastructure/cluster-policies/samples/tekton-cel/require-tekton-bundle/require-tekton-bundle.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/tekton-cel/require-tekton-bundle/require-tekton-bundle.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/tekton-cel/require-tekton-bundle/require-tekton-bundle.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/tekton/block-tekton-task-runs/block-tekton-task-runs.yaml b/k8s/shared/infrastructure/cluster-policies/samples/tekton/block-tekton-task-runs/block-tekton-task-runs.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/tekton/block-tekton-task-runs/block-tekton-task-runs.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/tekton/block-tekton-task-runs/block-tekton-task-runs.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/tekton/require-tekton-bundle/require-tekton-bundle.yaml b/k8s/shared/infrastructure/cluster-policies/samples/tekton/require-tekton-bundle/require-tekton-bundle.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/tekton/require-tekton-bundle/require-tekton-bundle.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/tekton/require-tekton-bundle/require-tekton-bundle.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/tekton/require-tekton-namespace-pipelinerun/require-tekton-namespace-pipelinerun.yaml b/k8s/shared/infrastructure/cluster-policies/samples/tekton/require-tekton-namespace-pipelinerun/require-tekton-namespace-pipelinerun.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/tekton/require-tekton-namespace-pipelinerun/require-tekton-namespace-pipelinerun.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/tekton/require-tekton-namespace-pipelinerun/require-tekton-namespace-pipelinerun.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/tekton/require-tekton-securitycontext/require-tekton-securitycontext.yaml b/k8s/shared/infrastructure/cluster-policies/samples/tekton/require-tekton-securitycontext/require-tekton-securitycontext.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/tekton/require-tekton-securitycontext/require-tekton-securitycontext.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/tekton/require-tekton-securitycontext/require-tekton-securitycontext.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/tekton/verify-tekton-pipeline-bundle-signatures/verify-tekton-pipeline-bundle-signatures.yaml b/k8s/shared/infrastructure/cluster-policies/samples/tekton/verify-tekton-pipeline-bundle-signatures/verify-tekton-pipeline-bundle-signatures.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/tekton/verify-tekton-pipeline-bundle-signatures/verify-tekton-pipeline-bundle-signatures.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/tekton/verify-tekton-pipeline-bundle-signatures/verify-tekton-pipeline-bundle-signatures.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/tekton/verify-tekton-taskrun-signatures/verify-tekton-taskrun-signatures.yaml b/k8s/shared/infrastructure/cluster-policies/samples/tekton/verify-tekton-taskrun-signatures/verify-tekton-taskrun-signatures.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/tekton/verify-tekton-taskrun-signatures/verify-tekton-taskrun-signatures.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/tekton/verify-tekton-taskrun-signatures/verify-tekton-taskrun-signatures.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/tekton/verify-tekton-taskrun-vuln-scan/verify-tekton-taskrun-vuln-scan.yaml b/k8s/shared/infrastructure/cluster-policies/samples/tekton/verify-tekton-taskrun-vuln-scan/verify-tekton-taskrun-vuln-scan.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/tekton/verify-tekton-taskrun-vuln-scan/verify-tekton-taskrun-vuln-scan.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/tekton/verify-tekton-taskrun-vuln-scan/verify-tekton-taskrun-vuln-scan.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/traefik-cel/disallow-default-tlsoptions/disallow-default-tlsoptions.yaml b/k8s/shared/infrastructure/cluster-policies/samples/traefik-cel/disallow-default-tlsoptions/disallow-default-tlsoptions.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/traefik-cel/disallow-default-tlsoptions/disallow-default-tlsoptions.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/traefik-cel/disallow-default-tlsoptions/disallow-default-tlsoptions.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/traefik/disallow-default-tlsoptions/disallow-default-tlsoptions.yaml b/k8s/shared/infrastructure/cluster-policies/samples/traefik/disallow-default-tlsoptions/disallow-default-tlsoptions.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/traefik/disallow-default-tlsoptions/disallow-default-tlsoptions.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/traefik/disallow-default-tlsoptions/disallow-default-tlsoptions.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/velero-cel/block-velero-restore/block-velero-restore.yaml b/k8s/shared/infrastructure/cluster-policies/samples/velero-cel/block-velero-restore/block-velero-restore.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/velero-cel/block-velero-restore/block-velero-restore.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/velero-cel/block-velero-restore/block-velero-restore.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/velero-cel/validate-cron-schedule/validate-cron-schedule.yaml b/k8s/shared/infrastructure/cluster-policies/samples/velero-cel/validate-cron-schedule/validate-cron-schedule.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/velero-cel/validate-cron-schedule/validate-cron-schedule.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/velero-cel/validate-cron-schedule/validate-cron-schedule.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/velero/backup-all-volumes/backup-all-volumes.yaml b/k8s/shared/infrastructure/cluster-policies/samples/velero/backup-all-volumes/backup-all-volumes.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/velero/backup-all-volumes/backup-all-volumes.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/velero/backup-all-volumes/backup-all-volumes.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/velero/block-velero-restore/block-velero-restore.yaml b/k8s/shared/infrastructure/cluster-policies/samples/velero/block-velero-restore/block-velero-restore.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/velero/block-velero-restore/block-velero-restore.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/velero/block-velero-restore/block-velero-restore.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/velero/validate-cron-schedule/validate-cron-schedule.yaml b/k8s/shared/infrastructure/cluster-policies/samples/velero/validate-cron-schedule/validate-cron-schedule.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/velero/validate-cron-schedule/validate-cron-schedule.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/velero/validate-cron-schedule/validate-cron-schedule.yaml diff --git a/k8s/shared/infrastructure/kyverno-policies/samples/windows-security/require-run-as-containeruser/require-run-as-containeruser.yaml b/k8s/shared/infrastructure/cluster-policies/samples/windows-security/require-run-as-containeruser/require-run-as-containeruser.yaml similarity index 100% rename from k8s/shared/infrastructure/kyverno-policies/samples/windows-security/require-run-as-containeruser/require-run-as-containeruser.yaml rename to k8s/shared/infrastructure/cluster-policies/samples/windows-security/require-run-as-containeruser/require-run-as-containeruser.yaml