-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy pathPROJECT
74 lines (74 loc) · 1.92 KB
/
PROJECT
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
# 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: testproject.org
layout:
- go.kubebuilder.io/v4
plugins:
deploy-image.go.kubebuilder.io/v1-alpha:
resources:
- domain: testproject.org
group: example.com
kind: Memcached
options:
containerCommand: memcached,--memory-limit=64,-o,modern,-v
containerPort: "11211"
image: memcached:1.6.26-alpine3.19
runAsUser: "1001"
version: v1alpha1
- domain: testproject.org
group: example.com
kind: Busybox
options:
image: busybox:1.36.1
version: v1alpha1
grafana.kubebuilder.io/v1-alpha: {}
helm.kubebuilder.io/v1-alpha: {}
projectName: project-v4-with-plugins
repo: sigs.k8s.io/kubebuilder/testdata/project-v4-with-plugins
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: testproject.org
group: example.com
kind: Memcached
path: sigs.k8s.io/kubebuilder/testdata/project-v4-with-plugins/api/v1alpha1
version: v1alpha1
webhooks:
validation: true
webhookVersion: v1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: testproject.org
group: example.com
kind: Busybox
path: sigs.k8s.io/kubebuilder/testdata/project-v4-with-plugins/api/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: testproject.org
group: example.com
kind: Wordpress
path: sigs.k8s.io/kubebuilder/testdata/project-v4-with-plugins/api/v1
version: v1
webhooks:
conversion: true
spoke:
- v2
webhookVersion: v1
- api:
crdVersion: v1
namespaced: true
domain: testproject.org
group: example.com
kind: Wordpress
path: sigs.k8s.io/kubebuilder/testdata/project-v4-with-plugins/api/v2
version: v2
version: "3"