Skip to content

Commit bfcf720

Browse files
authored
Merge pull request #72338 from adellape/multinamespace
OCPBUGS#22656: Update MultiNamespacedCacheBuilder link for OSDK tutorial
2 parents e92c06e + 9220bd6 commit bfcf720

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)