Initial commit for the operator

This commit is contained in:
2024-09-04 20:46:36 +01:00
commit 180dfd1687
82 changed files with 5954 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# 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: raczylo.com
layout:
- go.kubebuilder.io/v4
multigroup: true
projectName: kubernetes-images-sync-operator
repo: raczylo.com/kubernetes-images-sync-operator
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
group: raczylo.com
kind: ClusterImageExport
path: raczylo.com/kubernetes-images-sync-operator/api/raczylo.com/v1
version: v1
- api:
crdVersion: v1
namespaced: true
controller: true
group: raczylo.com
kind: ClusterImage
path: raczylo.com/kubernetes-images-sync-operator/api/raczylo.com/v1
version: v1
version: "3"