Skip to content

Commit a11bc90

Browse files
author
Bob Killen
committed
correct what-are-initializers link
1 parent 19a2ee1 commit a11bc90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/blog/_posts/2018-01-00-Introducing-Client-Go-Version-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Note that with [Admission Webhooks](https://kubernetes.io/docs/reference/access-
8989

9090

9191
## Creating namespaced informers
92-
Often objects in one namespace or only with certain labels are to be processed in a controller. Informers [now allow](https://github.com/kubernetes/kubernetes/pull/54660) you to tweak the ListOptions used to query the API server to list and watch objects. Uninitialized objects (for consumption by [initializers](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#initializers)) can be made visible by setting IncludeUnitialized to true. All this can be done using the new NewFilteredSharedInformerFactory constructor for shared informers:
92+
Often objects in one namespace or only with certain labels are to be processed in a controller. Informers [now allow](https://github.com/kubernetes/kubernetes/pull/54660) you to tweak the ListOptions used to query the API server to list and watch objects. Uninitialized objects (for consumption by [initializers](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#what-are-initializers)) can be made visible by setting IncludeUnitialized to true. All this can be done using the new NewFilteredSharedInformerFactory constructor for shared informers:
9393

9494
```
9595

0 commit comments

Comments
 (0)