From 26b878ce4b776a4910f91c98ac773131701fbcc4 Mon Sep 17 00:00:00 2001 From: vishu Date: Sun, 6 Sep 2020 16:02:28 +0530 Subject: [PATCH] added a full stop for better readbility --- docs/book/src/cronjob-tutorial/testdata/emptymain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/cronjob-tutorial/testdata/emptymain.go b/docs/book/src/cronjob-tutorial/testdata/emptymain.go index 36b1a61d686..12a43cfdc95 100644 --- a/docs/book/src/cronjob-tutorial/testdata/emptymain.go +++ b/docs/book/src/cronjob-tutorial/testdata/emptymain.go @@ -103,7 +103,7 @@ func main() { /* The above example will change the scope of your project to a single Namespace. In this scenario, it is also suggested to restrict the provided authorization to this namespace by replacing the default - ClusterRole and ClusterRoleBinding to Role and RoleBinding respectively + ClusterRole and ClusterRoleBinding to Role and RoleBinding respectively. For further information see the kubernetes documentation about Using [RBAC Authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/). Also, it is possible to use the MultiNamespacedCacheBuilder to watch a specific set of namespaces: