We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8686f98 commit 0560a48Copy full SHA for 0560a48
Makefile
@@ -1,4 +1,4 @@
1
-# Image URL to use all building/pushing image targets
+# Image URL to use all building/pushing image targets
2
IMG ?= controller:latest
3
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
README.md
@@ -9,7 +9,7 @@
9
10
Please consult the [project documentation](https://ironcore-dev.github.io/libvirt-provider/) for additional information.
11
12
-### How it works
+### How it works
13
This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/)
14
15
It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/)
0 commit comments