Initial commit
Some checks failed
Tests / Run on Ubuntu (push) Has been cancelled
E2E Tests / Run on Ubuntu (push) Has been cancelled
Lint / Run on Ubuntu (push) Failing after 23m29s

This commit is contained in:
Jonas Kaninda
2024-11-27 08:29:51 +01:00
commit 59e2f0164b
73 changed files with 8334 additions and 0 deletions

37
PROJECT Normal file
View File

@@ -0,0 +1,37 @@
# 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: github.io
layout:
- go.kubebuilder.io/v4
projectName: goma-operator
repo: github.com/jkaninda/goma-operator
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: github.io
group: gomaproj
kind: Gateway
path: github.com/jkaninda/goma-operator/api/v1beta1
version: v1beta1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: github.io
group: gomaproj
kind: Route
path: github.com/jkaninda/goma-operator/api/v1beta1
version: v1beta1
- api:
crdVersion: v1
namespaced: true
domain: github.io
group: gomaproj
kind: Middleware
path: github.com/jkaninda/goma-operator/api/v1beta1
version: v1beta1
version: "3"