Files
charts/bitnami/argo-workflows/crds/argoproj.io_eventbus.yaml
Miguel Ruiz 21952fd492 [bitnami/argo-workflows] Update CRDs and add source header (#22368)
* [bitnami/argo-workflows] Update CRDs and add source header

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Use minimal instead of full

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Restore removed CRDs

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

---------

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
2024-01-18 17:05:07 +01:00

42 lines
999 B
YAML

# Taken from https://raw.githubusercontent.com/argoproj/argo-events/v1.9.0/manifests/base/crds/argoproj.io_sensors.yaml
# This is an auto-generated file. DO NOT EDIT
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: eventbus.argoproj.io
spec:
group: argoproj.io
names:
kind: EventBus
listKind: EventBusList
plural: eventbus
shortNames:
- eb
singular: eventbus
scope: Namespaced
versions:
- name: v1alpha1
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
served: true
storage: true
subresources:
status: {}