github.com/argoproj/argo-events@v1.9.1/manifests/base/crds/argoproj.io_eventbus.yaml (about) 1 # This is an auto-generated file. DO NOT EDIT 2 apiVersion: apiextensions.k8s.io/v1 3 kind: CustomResourceDefinition 4 metadata: 5 name: eventbus.argoproj.io 6 spec: 7 group: argoproj.io 8 names: 9 kind: EventBus 10 listKind: EventBusList 11 plural: eventbus 12 shortNames: 13 - eb 14 singular: eventbus 15 scope: Namespaced 16 versions: 17 - name: v1alpha1 18 schema: 19 openAPIV3Schema: 20 properties: 21 apiVersion: 22 type: string 23 kind: 24 type: string 25 metadata: 26 type: object 27 spec: 28 type: object 29 x-kubernetes-preserve-unknown-fields: true 30 status: 31 type: object 32 x-kubernetes-preserve-unknown-fields: true 33 required: 34 - metadata 35 - spec 36 type: object 37 served: true 38 storage: true 39 subresources: 40 status: {}