From 6c50d58b1bef4cdc2b93eafdfa20719adbe76fea Mon Sep 17 00:00:00 2001 From: "naman.gupta" Date: Thu, 9 Nov 2023 22:47:17 +0530 Subject: [PATCH] Project file to allow the plugins properly work. Project file to allow the plugins properly work. Change-Id: I89ecadf163754c56efa7baff4e2fac73b186e7ec Signed-off-by: naman.gupta --- xappKubernetesOperator/PROJECT | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 xappKubernetesOperator/PROJECT 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" -- 2.16.6