argocd-helm/charts/argo-events/crds/eventbus-crd.yml

41 lines
887 B
YAML
Raw Normal View History

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
2020-07-24 18:28:01 -04:00
name: eventbus.argoproj.io
spec:
group: argoproj.io
names:
2020-07-24 18:28:01 -04:00
kind: EventBus
listKind: EventBusList
plural: eventbus
shortNames:
2020-07-24 18:28:01 -04:00
- eb
singular: eventbus
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
type: object
x-kubernetes-preserve-unknown-fields: true
status:
type: object
x-kubernetes-preserve-unknown-fields: true
required:
- metadata
- spec
type: object
subresources:
status: {}