minimum crd schema for argo-events crds
Signed-off-by: kostas-theo <ktheo@oneconcern.com>
This commit is contained in:
parent
22b0811090
commit
9a788d99e7
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
@ -16,3 +17,6 @@ spec:
|
|||
- name: v1alpha1
|
||||
served: true
|
||||
storage: true
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
type: object
|
||||
|
|
|
@ -17,5 +17,6 @@ spec:
|
|||
- name: v1alpha1
|
||||
served: true
|
||||
storage: true
|
||||
|
||||
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
type: object
|
||||
|
|
|
@ -17,4 +17,6 @@ spec:
|
|||
- name: v1alpha1
|
||||
served: true
|
||||
storage: true
|
||||
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
type: object
|
||||
|
|
Loading…
Reference in a new issue