-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathPROJECT
37 lines (37 loc) · 945 Bytes
/
PROJECT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
domain: open-cluster-management.io
layout:
- go.kubebuilder.io/v3
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: cluster-backup-operator
repo: github.com/stolostron/cluster-backup-operator
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: open-cluster-management.io
group: cluster
kind: Backup
path: github.com/stolostron/cluster-backup-operator/api/v1beta1
version: v1beta1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: open-cluster-management.io
group: cluster
kind: Restore
path: github.com/stolostron/cluster-backup-operator/api/v1beta1
version: v1beta1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: open-cluster-management.io
group: cluster
kind: BackupSchedule
path: github.com/stolostron/cluster-backup-operator/api/v1beta1
version: v1beta1
version: "3"