-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathconfig.yaml
More file actions
38 lines (32 loc) · 1016 Bytes
/
config.yaml
File metadata and controls
38 lines (32 loc) · 1016 Bytes
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
repo: github.com/scality/metalk8s/operator
domain: metalk8s.scality.com
operator_sdk_version: v1.42.1
# Optional: pin versions. If absent, the script detects the latest
# patch from the scaffold's go.mod and auto-pins them here.
go_toolchain: go1.24.13
k8s_libs: v0.33.10
apis:
- version: v1alpha1
kind: ClusterConfig
namespaced: false
- version: v1alpha1
kind: VirtualIPPool
namespaced: true
# Directories/files copied as-is from backup (purely custom, no scaffold equivalent).
raw_copy:
- pkg
- version
- config/metalk8s
- api/v1alpha1/conditions.go
- api/v1alpha1/conditions_test.go
- api/v1alpha1/clusterconfig_types_test.go
- api/v1alpha1/virtualippool_types_test.go
- api/v1alpha1/v1alpha1_suite_test.go
# Files/dirs to delete from the scaffold (not needed or incompatible).
delete:
- .devcontainer
- .github
- internal/controller/clusterconfig_controller_test.go
- internal/controller/virtualippool_controller_test.go
extra_commands:
- ["make", "metalk8s"]