initial commit
Some checks failed
Lint / Run on Ubuntu (push) Has been cancelled
E2E Tests / Run on Ubuntu (push) Has been cancelled
Tests / Run on Ubuntu (push) Has been cancelled

This commit is contained in:
2026-04-13 00:40:35 +02:00
commit 168e9c6db2
63 changed files with 4270 additions and 0 deletions

30
PROJECT Normal file
View File

@@ -0,0 +1,30 @@
# 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
cliVersion: 4.13.1
domain: stinnesbeck.com
layout:
- go.kubebuilder.io/v4
projectName: dns-operator
repo: stinnesbeck.com/dns
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: stinnesbeck.com
group: dns
kind: Resolution
path: stinnesbeck.com/dns/api/v1
version: v1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: stinnesbeck.com
group: dns
kind: Resolver
path: stinnesbeck.com/dns/api/v1
version: v1
version: "3"