Skip to content

Commit 40b5563

Browse files
api: add v1 types for operatorconfig and driver
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
1 parent b40375c commit 40b5563

21 files changed

+16198
-37
lines changed

PROJECT

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,20 @@ resources:
7575
kind: ClientProfileMapping
7676
path: github.com/ceph/ceph-csi-operator/api/v1
7777
version: v1
78+
- api:
79+
crdVersion: v1
80+
namespaced: true
81+
domain: ceph.io
82+
group: csi
83+
kind: OperatorConfig
84+
path: github.com/ceph/ceph-csi-operator/api/v1
85+
version: v1
86+
- api:
87+
crdVersion: v1
88+
namespaced: true
89+
domain: ceph.io
90+
group: csi
91+
kind: Driver
92+
path: github.com/ceph/ceph-csi-operator/api/v1
93+
version: v1
7894
version: "3"

0 commit comments

Comments
 (0)