Skip to content

Commit ff8e29b

Browse files
committed
update CRDs
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent cca6332 commit ff8e29b

File tree

1,359 files changed

+45695
-40738
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,359 files changed

+45695
-40738
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
dependabot:
1313
runs-on: ubuntu-latest
14-
if: ${{ github.actor == 'dependabot[bot]' }}
14+
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'metio/kube-custom-resources-rs'
1515
steps:
1616
- name: Enable auto-merge for Dependabot PRs
1717
run: gh pr merge --auto --rebase "$PR_URL"

.github/workflows/update-crds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
run: ./code-generator/generate.sh
2828
- name: Fix changed CRDs
2929
run: |
30-
for feature in $(git diff --name-only origin/main -- ./kube-custom-resources-rs/src | grep --invert-match lib.rs | xargs --no-run-if-empty -I{} dirname {} | xargs --no-run-if-empty -I{} dirname {} | xargs --no-run-if-empty -I{} basename {} | sort --unique); do
31-
echo "trying to fix ${feature}"
32-
if [ -f "./kube-custom-resources-rs/src/${feature}/mod.rs" ]; then
33-
./code-generator/fix-cargo-warnings.sh "${feature}"
30+
for group in $(git diff --name-only origin/main -- ./kube-custom-resources-rs/src | grep --invert-match lib.rs | xargs --no-run-if-empty -I{} dirname {} | xargs --no-run-if-empty -I{} dirname {} | xargs --no-run-if-empty -I{} basename {} | sort --unique); do
31+
echo "trying to fix ${group}"
32+
if [ -f "./custom-resources/${group}/src/lib.rs" ]; then
33+
./code-generator/fix-cargo-warnings.sh "${group}"
3434
fi
3535
done
3636
env:

.github/workflows/verify-about_k8s_io.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/verify-acid_zalan_do.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/verify-acme_cert_manager_io.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/verify-acmpca_services_k8s_aws.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/verify-actions_github_com.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/verify-actions_summerwind_dev.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/verify-addons_cluster_x_k8s_io.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/verify-agent_k8s_elastic_co.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)