Skip to content

Commit 73c03ed

Browse files
committed
fix: add missing file
Signed-off-by: Chris Laprun <[email protected]>
1 parent f122de8 commit 73c03ed

File tree

1 file changed

+21
-0
lines changed
  • operator-framework-junit5/src/test/crd

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
name: externals.crd.example
5+
spec:
6+
group: crd.example
7+
names:
8+
kind: External
9+
singular: external
10+
plural: externals
11+
scope: Namespaced
12+
versions:
13+
- name: v1
14+
schema:
15+
openAPIV3Schema:
16+
properties:
17+
foo:
18+
type: "string"
19+
type: "object"
20+
served: true
21+
storage: true

0 commit comments

Comments
 (0)