datreeio / CRDs-catalog

Popular Kubernetes CRDs (CustomResourceDefinition) in JSON schema format.
MIT License
481 stars 200 forks source link

feat: Update crunchy postgres-operator CRDs to latest v1beta1 #273

Closed hajowieland closed 3 weeks ago

hajowieland commented 7 months ago

Fixes #272

Update CrunchyData CRDs to latest v1beta1

Group: postgres-operator.crunchydata.com

List of CRDs:

Here are the commands that I used to generate them:

python openapi2jsonschema.py https://raw.githubusercontent.com/CrunchyData/postgres-operator/master/config/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml

python openapi2jsonschema.py https://raw.githubusercontent.com/CrunchyData/postgres-operator/master/config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

Reference: CrunchyData/postgres-operator/config/crd/bases@master Source: CrunchyData/postgres-operator@master

hajowieland commented 3 weeks ago

296 (created 2 months after this one) was merged, closing this PR.