Skip to content

Commit 9220bd6

Browse files
committed
Update MultiNamespacedCacheBuilder link for OSDK tutorial
1 parent 8dd0e49 commit 9220bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/osdk-golang-manager.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ By default, the Manager watches the namespace where the Operator runs. To watch
2222
mgr, err := ctrl.NewManager(cfg, manager.Options{Namespace: ""})
2323
----
2424

25-
You can also use the link:https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/cache#MultiNamespacedCacheBuilder[`MultiNamespacedCacheBuilder`] function to watch a specific set of namespaces:
25+
You can also use the link:https://pkg.go.dev/github.com/kubernetes-sigs/controller-runtime@v0.2.0-alpha.0/pkg/cache#MultiNamespacedCacheBuilder[`MultiNamespacedCacheBuilder`] function to watch a specific set of namespaces:
2626

2727
[source,go]
2828
----

0 commit comments

Comments
 (0)