Skip to content

Commit b2b3cbd

Browse files
committed
Add test-crd
1 parent f339f2b commit b2b3cbd

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
io.javaoperatorsdk:
2+
controllers:
3+
customservicecontroller:
4+
retry:
5+
maxAttempts: 3
6+
7+
test:
8+
crdPaths: classpath:test-crd.yaml,bye.yaml
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: apiextensions.k8s.io/v1beta1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
name: customservices.sample.javaoperatorsdk
5+
spec:
6+
group: sample.javaoperatorsdk
7+
version: v1
8+
scope: Namespaced
9+
names:
10+
plural: customservices
11+
singular: customservice
12+
kind: CustomService
13+
shortNames:
14+
- cs

0 commit comments

Comments
 (0)