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 f790f0a commit 930bedfCopy full SHA for 930bedf
pkg/kubelet/runtime.go
@@ -128,9 +128,7 @@ func (s *runtimeState) storageErrors() error {
128
return utilerrors.NewAggregate(errs)
129
}
130
131
-func newRuntimeState(
132
- runtimeSyncThreshold time.Duration,
133
-) *runtimeState {
+func newRuntimeState(runtimeSyncThreshold time.Duration) *runtimeState {
134
return &runtimeState{
135
lastBaseRuntimeSync: time.Time{},
136
baseRuntimeSyncThreshold: runtimeSyncThreshold,
0 commit comments