File tree Expand file tree Collapse file tree 7 files changed +4
-268
lines changed
pkg/systemlogmonitor/logwatchers/filelog
github.com/google/cadvisor Expand file tree Collapse file tree 7 files changed +4
-268
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ require (
12
12
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
13
13
github.com/euank/go-kmsg-parser v2.0.0+incompatible
14
14
github.com/golang/glog v1.1.1
15
- github.com/google/cadvisor v0.36.0
16
15
github.com/hpcloud/tail v1.0.0
17
16
github.com/onsi/ginkgo v1.16.5
18
17
github.com/onsi/gomega v1.27.8
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"io"
22
22
"os"
23
23
24
- "github.com/google/cadvisor/utils /tail"
24
+ "k8s.io/node-problem-detector/pkg/systemlogmonitor/logwatchers/filelog /tail"
25
25
)
26
26
27
27
// getLogReader returns log reader for filelog log. Note that getLogReader doesn't look back
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ // This package was originally part of https://github.com/google/cadvisor, but later removed.
16
+ // https://github.com/google/cadvisor/blob/8016f8ba96e74fb2001b121e0145dc2d0fe056e3/utils/tail/tail.go
17
+
15
18
// Package tail implements "tail -F" functionality following rotated logs
16
19
package tail
17
20
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -147,9 +147,6 @@ github.com/golang/protobuf/ptypes/any
147
147
github.com/golang/protobuf/ptypes/duration
148
148
github.com/golang/protobuf/ptypes/timestamp
149
149
github.com/golang/protobuf/ptypes/wrappers
150
- # github.com/google/cadvisor v0.36.0
151
- ## explicit; go 1.13
152
- github.com/google/cadvisor/utils/tail
153
150
# github.com/google/gnostic-models v0.6.8
154
151
## explicit; go 1.18
155
152
github.com/google/gnostic-models/compiler
You can’t perform that action at this time.
0 commit comments