Skip to content

Commit

Permalink
update PROJECT file
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Goyal <[email protected]>
  • Loading branch information
iamniting committed Sep 21, 2023
1 parent 396cd9f commit 17a4ff3
Showing 1 changed file with 25 additions and 16 deletions.
41 changes: 25 additions & 16 deletions PROJECT
Original file line number Diff line number Diff line change
@@ -1,42 +1,51 @@
domain: openshift.io
layout: go.kubebuilder.io/v2
layout:
- go.kubebuilder.io/v3
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: ocs-operator
repo: github.com/red-hat-storage/ocs-operator
repo: github.com/red-hat-storage/ocs-operator/v4
resources:
-
controller: true
- controller: true
group: core
kind: Namespace
path: k8s.io/api/core/v1
version: v1
-
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: ocs
kind: OCSInitialization
path: github.com/red-hat-storage/ocs-operator/api/v1
kind: StorageCluster
path: github.com/red-hat-storage/ocs-operator/v4/api/v1
version: v1
-
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: ocs
kind: StorageCluster
path: github.com/red-hat-storage/ocs-operator/api/v1
kind: OCSInitialization
path: github.com/red-hat-storage/ocs-operator/v4/api/v1
version: v1
-
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: ocs
kind: StorageConsumer
path: github.com/red-hat-storage/ocs-operator/api/v1alpha1
path: github.com/red-hat-storage/ocs-operator/v4/api/v1alpha1
version: v1alpha1
-
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: ocs
kind: StorageClassRequest
path: github.com/red-hat-storage/ocs-operator/api/v1alpha1
path: github.com/red-hat-storage/ocs-operator/v4/api/v1alpha1
version: v1alpha1
version: "3"
plugins:
go.sdk.operatorframework.io/v2-alpha: {}

0 comments on commit 17a4ff3

Please sign in to comment.