From c39329e98f1d776d7bf6bc0abd90478af11c5f4a Mon Sep 17 00:00:00 2001 From: Nitin Goyal Date: Wed, 20 Sep 2023 18:47:48 +0530 Subject: [PATCH] update PROJECT file Signed-off-by: Nitin Goyal --- PROJECT | 49 +++++++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 20 deletions(-) diff --git a/PROJECT b/PROJECT index ab40f52a74..bf0a493588 100644 --- a/PROJECT +++ b/PROJECT @@ -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 - 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 +- controller: true + group: core + kind: Namespace + path: k8s.io/api/core/v1 + version: v1 version: "3" -plugins: - go.sdk.operatorframework.io/v2-alpha: {}