Init kubebuilder tutorial

This commit is contained in:
Nicolas CARON
2024-06-07 13:44:17 +02:00
parent 795d6f256c
commit 1da5f03e8e
21 changed files with 6 additions and 652 deletions

14
PROJECT
View File

@@ -2,19 +2,9 @@
# 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: localhost
domain: tutorial.kubebuilder.io
layout:
- go.kubebuilder.io/v4
projectName: operator-test
repo: git.coopgo.io/ncaron/operator-test
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: localhost
group: webapp
kind: Operator
path: git.coopgo.io/ncaron/operator-test/api/v1
version: v1
repo: tutorial.kubebuilder.io/project
version: "3"