mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 10:18:38 +00:00
* Bumped some versions as the controller-gen crashed * Added ProxmoxClusterTemplate properly * Proper alignment //+kubebuilder, and provide annotatons as specified by spec * Added concurrency to controllers. Added constructors to controllers * Added capiflags * metrics-bind-address is obsolete. Use diagnostics address * Add finalizer on secret * Cleanup to minimize differences * Processing review feedback * Processing feedback * Update * Processing feedback * Fixing tests * Update * Delete capi cluster first * Processing review feedback * Renamed test context * Processing review feedback: solve linting issues --------- Co-authored-by: Mohamed Chiheb Ben Jemaa <mc.benjemaa@gmail.com>
54 lines
1.4 KiB
Plaintext
54 lines
1.4 KiB
Plaintext
# 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: cluster.x-k8s.io
|
|
layout:
|
|
- go.kubebuilder.io/v4
|
|
projectName: cluster-api-provider-proxmox
|
|
repo: github.com/ionos-cloud/cluster-api-provider-proxmox
|
|
resources:
|
|
- api:
|
|
crdVersion: v1
|
|
namespaced: true
|
|
controller: true
|
|
domain: cluster.x-k8s.io
|
|
group: infrastructure
|
|
kind: ProxmoxCluster
|
|
path: github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1
|
|
version: v1alpha1
|
|
webhooks:
|
|
defaulting: true
|
|
validation: true
|
|
webhookVersion: v1
|
|
- api:
|
|
crdVersion: v1
|
|
namespaced: true
|
|
controller: true
|
|
domain: cluster.x-k8s.io
|
|
group: infrastructure
|
|
kind: ProxmoxMachine
|
|
path: github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1
|
|
version: v1alpha1
|
|
webhooks:
|
|
defaulting: true
|
|
validation: true
|
|
webhookVersion: v1
|
|
- api:
|
|
crdVersion: v1
|
|
namespaced: true
|
|
domain: cluster.x-k8s.io
|
|
group: infrastructure
|
|
kind: ProxmoxMachineTemplate
|
|
path: github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1
|
|
version: v1alpha1
|
|
- api:
|
|
crdVersion: v1
|
|
namespaced: true
|
|
domain: cluster.x-k8s.io
|
|
group: infrastructure
|
|
kind: ProxmoxClusterTemplate
|
|
path: github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1
|
|
version: v1alpha1
|
|
version: "3"
|