github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/integration/crd/crd.yaml (about) 1 apiVersion: apiextensions.k8s.io/v1 2 kind: CustomResourceDefinition 3 metadata: 4 name: uselessmachines.tilt.dev 5 spec: 6 group: tilt.dev 7 versions: 8 - name: v1alpha1 9 served: true 10 storage: true 11 schema: 12 openAPIV3Schema: 13 type: object 14 properties: 15 spec: 16 type: object 17 properties: 18 image: 19 type: string 20 nonImage: 21 type: string 22 imagePullPolicy: 23 type: string 24 scope: Namespaced 25 names: 26 plural: uselessmachines 27 singular: uselessmachine 28 kind: UselessMachine 29 shortNames: 30 - um