No description
  • Go 95.7%
  • Makefile 2.3%
  • Dockerfile 1.7%
  • Shell 0.3%
Find a file
Lukas Frank 41453d85bc
ARM support (#533)
Signed-off-by: Lukas Frank <lukas.frank@sap.com>
2025-03-27 16:39:50 +01:00
.github Bump golangci/golangci-lint-action from 6 to 7 (#531) 2025-03-25 16:10:26 +01:00
api Remove IPs from Machine NIC status (#464) 2024-12-18 16:48:41 +01:00
cmd/libvirt-provider Improved apinet-network-plugin (#408) 2024-10-02 14:03:25 +02:00
config Drop usage of kube-rbac-proxy (#504) 2025-02-20 09:23:35 +01:00
docs Added usage docs (#475) 2025-02-13 11:18:37 +01:00
hack Refactor RBAC for provider and poollet (#92) 2023-12-22 11:56:20 +01:00
internal ARM support (#533) 2025-03-27 16:39:50 +01:00
LICENSES Make project REUSE compliant (#44) 2023-11-28 13:40:04 +01:00
.dockerignore Refactored project structure (#267) 2024-04-08 08:56:41 +02:00
.gitignore Support Machine Exec (#65) 2023-12-22 16:03:16 +01:00
.golangci.yaml Bump golangci/golangci-lint-action from 6 to 7 (#531) 2025-03-25 16:10:26 +01:00
CODE_OF_CONDUCT.md scaffold 2023-10-11 09:49:06 +02:00
CODEOWNERS Refactor project name to libvirt-provider and updated dependencies (#39) 2023-11-28 11:38:21 +01:00
CONTRIBUTING.md scaffold 2023-10-11 09:49:06 +02:00
Dockerfile Bump dependencies (#520) 2025-03-11 13:14:17 +01:00
go.mod ARM support (#533) 2025-03-27 16:39:50 +01:00
go.sum ARM support (#533) 2025-03-27 16:39:50 +01:00
LICENSE Add Apache 2.0 license file to project root (#153) 2024-02-06 09:59:45 +01:00
Makefile Bump golangci/golangci-lint-action from 6 to 7 (#531) 2025-03-25 16:10:26 +01:00
mkdocs.yml Improved documentation structure (#465) 2024-12-18 16:25:57 +01:00
README.md Add Apache 2.0 license file to project root (#153) 2024-02-06 09:59:45 +01:00
REUSE.toml Bump dependencies (#520) 2025-03-11 13:14:17 +01:00

libvirt-provider

REUSE status GitHub License Go Report Card PRs Welcome

libvirt-provider is a Libvirt based provider implementation of the ironcore Machine type.

Please consult the project documentation for additional information.

How it works

This project aims to follow the Kubernetes Operator pattern

It uses Controllers which provides a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster

License

Apache-2.0