Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update AWS DynamoDB CRDs #431

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

calebhansard
Copy link
Contributor

Generated with:

git clone https://github.com/aws-controllers-k8s/dynamodb-controller --depth 1 --branch v1.2.15 && \
  export FILENAME_FORMAT="{fullgroup}__{kind}_{version}" && \
  kubectl kustomize dynamodb-controller/config/crd/ > crd.yaml && \
  curl -s https://raw.githubusercontent.com/yannh/kubeconform/master/scripts/openapi2jsonschema.py | \
  python3 /dev/stdin crd.yaml | \
  awk '{ print $(NF) }' | \
  xargs -I {} sh -c 'f=$0; mkdir -p $(dirname $(echo $f | sed "s|__|/|")) && \
  mv $f $(echo $f | sed "s|__|/|")' '{}' && \
  rm crd.yaml && \
  rm -rf dynamodb-controller

@eyarz eyarz merged commit 07a55d6 into datreeio:main Dec 4, 2024
@calebhansard calebhansard deleted the update-aws-dynamodb-crd branch December 4, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants