Skip to content

Commit 227af98

Browse files
committed
Fix KubeObject usage example typo
Signed-off-by: MA3CIN <[email protected]>
1 parent 5cbd3cb commit 227af98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/book/05-developing-functions/02-developing-in-Go.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func main() {
9494

9595
The [`fn`] library provides a series of KRM level operations for [`ResourceList`].
9696
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`].
97+
`KubeObject` objects. You can use `KubeObject` similar as [`unstructured.Unstructured`].
9898

9999
The set-annotation function (see below) iterates the `ResourceList.Items`, finds out the `Deployment` resources and
100100
adds the annotation. After the iteration, it adds some user message to the `ResourceList.Results`

0 commit comments

Comments
 (0)