mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 10:18:38 +00:00
* feat: implement setting mtu for virtio network device See https://git.proxmox.com/?p=qemu-server.git;a=commit;h=61a14cde8d568e552d3deaab2da76b479b8aca7b * fix: split extractNetworkModelAndBridge into multiple functions * fix: set maximum mtu to 65520 * test: should not allow mtu less than 1 or more than 65520 * feat: add validating webhook for proxmoxmachine * fix: remove default mtu
46 lines
1.2 KiB
Plaintext
46 lines
1.2 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
|
|
version: "3"
|