feat: add cpu-reaper-operator source code

This commit is contained in:
root
2025-12-12 16:33:15 +09:00
parent 59894d6413
commit c3fab1781b
49 changed files with 2450 additions and 0 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: cpu.limit.check
layout:
- go.kubebuilder.io/v4
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: cpu-reaper-operator
repo: github.com/jominjun94/k8s-cpu-limit-check-operator
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: cpu.limit.check
group: reaper
kind: CpuReaperPolicy
path: github.com/jominjun94/k8s-cpu-limit-check-operator/api/v1alpha1
version: v1alpha1
version: "3"