Project file to allow the plugins properly work. 33/12033/1
authornaman.gupta <naman.gupta@samsung.com>
Thu, 9 Nov 2023 17:17:17 +0000 (22:47 +0530)
committernaman.gupta <naman.gupta@samsung.com>
Thu, 9 Nov 2023 17:17:17 +0000 (22:47 +0530)
Project file to allow the plugins properly work.

Change-Id: I89ecadf163754c56efa7baff4e2fac73b186e7ec
Signed-off-by: naman.gupta <naman.gupta@samsung.com>
xappKubernetesOperator/PROJECT [new file with mode: 0644]

diff --git a/xappKubernetesOperator/PROJECT b/xappKubernetesOperator/PROJECT
new file mode 100644 (file)
index 0000000..03f8b14
--- /dev/null
@@ -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"