We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c943f7 commit 4cf3d9bCopy full SHA for 4cf3d9b
cmd/compute-domain-controller/daemonset.go
@@ -119,7 +119,7 @@ func (m *DaemonSetManager) Start(ctx context.Context) (rerr error) {
119
}()
120
121
if err := addComputeDomainLabelIndexer[*appsv1.DaemonSet](m.informer); err != nil {
122
- return fmt.Errorf("error adding indexer for MulitNodeEnvironment label: %w", err)
+ return fmt.Errorf("error adding indexer for MultiNodeEnvironment label: %w", err)
123
}
124
125
m.mutationCache = cache.NewIntegerResourceVersionMutationCache(
0 commit comments