From: naman.gupta Date: Thu, 9 Nov 2023 17:17:17 +0000 (+0530) Subject: Project file to allow the plugins properly work. X-Git-Tag: 2.1.1~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6c50d58b1bef4cdc2b93eafdfa20719adbe76fea;p=ric-plt%2Fricdms.git Project file to allow the plugins properly work. Project file to allow the plugins properly work. Change-Id: I89ecadf163754c56efa7baff4e2fac73b186e7ec Signed-off-by: naman.gupta --- diff --git a/xappKubernetesOperator/PROJECT b/xappKubernetesOperator/PROJECT new file mode 100644 index 0000000..03f8b14 --- /dev/null +++ b/xappKubernetesOperator/PROJECT @@ -0,0 +1,20 @@ +# Code generated by tool. DO NOT EDIT. +# This file is used to track the info used to scaffold your project +# and allow the plugins properly work. +# More info: https://book.kubebuilder.io/reference/project-config.html +domain: xapp.com +layout: +- go.kubebuilder.io/v4 +projectName: depxapp +repo: depxapp +resources: +- api: + crdVersion: v1 + namespaced: true + controller: true + domain: xapp.com + group: depxapp + kind: XappDep + path: depxapp/api/v1 + version: v1 +version: "3"