We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbd3cb commit 227af98Copy full SHA for 227af98
site/book/05-developing-functions/02-developing-in-Go.md
@@ -94,7 +94,7 @@ func main() {
94
95
The [`fn`] library provides a series of KRM level operations for [`ResourceList`].
96
Basically, the KRM resource `ResourceList.FunctionConfig` and KRM resources `ResourceList.Items` are both converted to
97
-`KubeObject` objects. You can use `KubeObject` similar as [`unstructured.Unstrucutred`].
+`KubeObject` objects. You can use `KubeObject` similar as [`unstructured.Unstructured`].
98
99
The set-annotation function (see below) iterates the `ResourceList.Items`, finds out the `Deployment` resources and
100
adds the annotation. After the iteration, it adds some user message to the `ResourceList.Results`
0 commit comments