File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cronjob-tutorial/testdata/project/internal/controller
multiversion-tutorial/testdata/project/internal/controller
hack/docs/internal/cronjob-tutorial Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ var _ = BeforeSuite(func() {
141141 and it'd be easy to make mistakes.
142142
143143 Note that we keep the reconciler running against the manager's cache client, though -- we want our controller to
144- behave as it would in production, and we use features of the cache (like indicies ) in our controller which aren't
144+ behave as it would in production, and we use features of the cache (like indices ) in our controller which aren't
145145 available when talking directly to the API server.
146146 */
147147 k8sManager , err := ctrl .NewManager (cfg , ctrl.Options {
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ var _ = BeforeSuite(func() {
140140 and it'd be easy to make mistakes.
141141
142142 Note that we keep the reconciler running against the manager's cache client, though -- we want our controller to
143- behave as it would in production, and we use features of the cache (like indicies ) in our controller which aren't
143+ behave as it would in production, and we use features of the cache (like indices ) in our controller which aren't
144144 available when talking directly to the API server.
145145 */
146146 k8sManager , err := ctrl .NewManager (cfg , ctrl.Options {
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const SuiteTestDescription = `
8484 and it'd be easy to make mistakes.
8585
8686 Note that we keep the reconciler running against the manager's cache client, though -- we want our controller to
87- behave as it would in production, and we use features of the cache (like indicies ) in our controller which aren't
87+ behave as it would in production, and we use features of the cache (like indices ) in our controller which aren't
8888 available when talking directly to the API server.
8989 */
9090 k8sManager, err := ctrl.NewManager(cfg, ctrl.Options{
You can’t perform that action at this time.
0 commit comments