G.go/crd/setup __exclusive__ -
kubectl get constellations
apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: crontabs.stable.example.com spec: group: stable.example.com versions: - name: v1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: type: object properties: cron: type: string scope: Namespaced names: plural: crontabs singular: crontab kind: CronTab shortNames: - ct g.go/crd/setup