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() {
141
141
and it'd be easy to make mistakes.
142
142
143
143
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
145
145
available when talking directly to the API server.
146
146
*/
147
147
k8sManager , err := ctrl .NewManager (cfg , ctrl.Options {
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ var _ = BeforeSuite(func() {
140
140
and it'd be easy to make mistakes.
141
141
142
142
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
144
144
available when talking directly to the API server.
145
145
*/
146
146
k8sManager , err := ctrl .NewManager (cfg , ctrl.Options {
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const SuiteTestDescription = `
84
84
and it'd be easy to make mistakes.
85
85
86
86
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
88
88
available when talking directly to the API server.
89
89
*/
90
90
k8sManager, err := ctrl.NewManager(cfg, ctrl.Options{
You can’t perform that action at this time.
0 commit comments