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.
2 parents 9d3406c + 930bedf commit ac5a6acCopy full SHA for ac5a6ac
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