You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] I have used the [CRD Extractor](https://github.com/datreeio/CRDs-catalog?tab=readme-ov-file#crd-extractor) tool to generate these CRDs
3
+
-[ ] I generated these CRs using the [CRD Extractor tool](https://github.com/datreeio/CRDs-catalog?tab=readme-ov-file#crd-extractor). If I used a different method, I have described the method in this PR.
4
+
-[ ] I am updating existing schemas and have specified the updated schema version.
5
+
-[ ] I am adding new schemas and included a link to the GitHub repository that contains the source of these schemas.
Copy file name to clipboardExpand all lines: README.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ This repository also contains a handy utility that extracts all CRDs from a clus
53
53
54
54
### What does this utility do?
55
55
1. Checks that the prerequisites are installed.
56
-
2. Extracts your CRDs from your cluster using kubectl.
56
+
2. Extracts your CRDs from your cluster using kubectl (optionally from a specific [Kubernetes context](#using-a-specific-kubernetes-context) via `KUBECTL_CONTEXT`).
57
57
3. Using the script from [openapi2jsonschema.py from kubeconform](https://github.com/yannh/kubeconform/blob/master/scripts/openapi2jsonschema.py) to convert your CRDs from openAPI to JSON schema.
58
58
59
59
### Supported Platforms
@@ -65,11 +65,45 @@ The following programs are required to be installed on the machine running this
0 commit comments