This commit is contained in:
2023-09-05 14:21:06 +08:00
parent c91394314c
commit 7c0ea16e35
23 changed files with 1502 additions and 1 deletions

23
PROJECT Normal file
View File

@ -0,0 +1,23 @@
# 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: treesir.pub
layout:
- go.kubebuilder.io/v3
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: operator-demo
repo: git.treesir.pub/cdryzun/operator-demo
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: treesir.pub
group: app.treesir.pub
kind: AppService
path: git.treesir.pub/cdryzun/operator-demo/api/v1alpha1
version: v1alpha1
version: "3"