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

Add nginx CRDs #218

Merged
merged 4 commits into from
Oct 26, 2023
Merged

Conversation

fadhilrasendriya
Copy link
Contributor

@fadhilrasendriya fadhilrasendriya commented Oct 6, 2023

This PR adds CRDs used in NGINX Ingress Controller

Repo: https://github.com/nginxinc/kubernetes-ingress

CRDs source: https://github.com/nginxinc/kubernetes-ingress/tree/v3.3.0/deployments/common/crds

Scripts used for each api groups

k8s.nginx.org

python ../../../yannh/kubeconform/scripts/openapi2jsonschema.py https://github.com/nginxinc/kubernetes-ingress/raw/v3.3.0/deployments/common/crds/k8s.nginx.org_globalconfigurations.yaml https://github.com/nginxinc/kubernetes-ingress/raw/v3.3.0/deployments/common/crds/k8s.nginx.org_policies.yaml https://github.com/nginxinc/kubernetes-ingress/raw/v3.3.0/deployments/common/crds/k8s.nginx.org_transportservers.yaml https://github.com/nginxinc/kubernetes-ingress/raw/v3.3.0/deployments/common/crds/k8s.nginx.org_virtualserverroutes.yaml https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.3.0/deployments/common/crds/k8s.nginx.org_virtualservers.yaml

externaldns.nginx.org

python ../../../yannh/kubeconform/scripts/openapi2jsonschema.py https://github.com/nginxinc/kubernetes-ingress/raw/v3.3.0/deployments/common/crds/externaldns.nginx.org_dnsendpoints.yaml

appprotect.f5.com

python ../../../yannh/kubeconform/scripts/openapi2jsonschema.py https://github.com/nginxinc/kubernetes-ingress/raw/v3.3.0/deployments/common/crds/appprotect.f5.com_aplogconfs.yaml https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.3.0/deployments/common/crds/appprotect.f5.com_appolicies.yaml https://github.com/nginxinc/kubernetes-ingress/raw/v3.3.0/deployments/common/crds/appprotect.f5.com_apusersigs.yaml

appprotectdos.f5.com

python ../../../yannh/kubeconform/scripts/openapi2jsonschema.py https://github.com/nginxinc/kubernetes-ingress/raw/v3.3.0/deployments/common/crds/appprotectdos.f5.com_apdoslogconfs.yaml https://github.com/nginxinc/kubernetes-ingress/raw/v3.3.0/deployments/common/crds/appprotectdos.f5.com_apdospolicy.yaml https://github.com/nginxinc/kubernetes-ingress/raw/v3.3.0/deployments/common/crds/appprotectdos.f5.com_dosprotectedresources.yaml

Closes #217

@eyarz eyarz merged commit 26a4d69 into datreeio:main Oct 26, 2023
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.

Add nginx CRDs
2 participants