-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPROJECT
More file actions
106 lines (106 loc) · 3.21 KB
/
PROJECT
File metadata and controls
106 lines (106 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Hand-authored Kubebuilder PROJECT file. See docs/adrs/030-template-crds-controller-runtime.md
# in holos-console-docs for the full rationale. In short: the holos-console
# binary is a web application that embeds a controller manager, so
# `kubebuilder init` is NOT run against this tree (it would clobber
# cmd/main.go, Makefile, Dockerfile, README.md, .gitignore, and the CI
# workflows). The PROJECT file exists purely as a recognizable anchor for
# Kubebuilder-literate reviewers. Future API additions in the
# templates.holos.run group are hand-authored: add a new types file under
# api/<group>/<version>/, append a resource entry here, then run
# `make manifests`.
domain: holos.run
layout:
- go.kubebuilder.io/v4
projectName: holos-console
repo: github.com/holos-run/holos-console
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: holos.run
group: templates
kind: Template
path: github.com/holos-run/holos-console/api/templates/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: holos.run
group: templates
kind: TemplatePolicy
path: github.com/holos-run/holos-console/api/templates/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: holos.run
group: templates
kind: TemplatePolicyBinding
path: github.com/holos-run/holos-console/api/templates/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: holos.run
group: templates
kind: TemplateRelease
path: github.com/holos-run/holos-console/api/templates/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: holos.run
group: templates
kind: RenderState
path: github.com/holos-run/holos-console/api/templates/v1alpha1
version: v1alpha1
# The secrets.holos.run entries below are the M1 kinds for the Secret
# Injection Service. ADR 031 locks the group name, version, and the "CRs
# carry refs, not material" guardrail each kind enforces. Printer columns
# follow the HOL-615 conventions (Ready/Generation/Age, plus ResolvedRefs
# for kinds with cross-object references). HOL-697 added UpstreamSecret,
# HOL-699 added Credential, and HOL-701 adds SecretInjectionPolicy and
# SecretInjectionPolicyBinding — retiring the M0 Secret/SecretBinding
# placeholders scaffolded by HOL-687.
- api:
crdVersion: v1
namespaced: true
controller: true
domain: holos.run
group: secrets
kind: UpstreamSecret
path: github.com/holos-run/holos-console/api/secrets/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: holos.run
group: secrets
kind: Credential
path: github.com/holos-run/holos-console/api/secrets/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: holos.run
group: secrets
kind: SecretInjectionPolicy
path: github.com/holos-run/holos-console/api/secrets/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: holos.run
group: secrets
kind: SecretInjectionPolicyBinding
path: github.com/holos-run/holos-console/api/secrets/v1alpha1
version: v1alpha1
version: "3"