File tree Expand file tree Collapse file tree 6 files changed +2
-210
lines changed
pkg/exporters/k8sexporter/problemclient Expand file tree Collapse file tree 6 files changed +2
-210
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ require (
30
30
k8s.io/api v0.0.0-20190816222004-e3a6b8045b0b
31
31
k8s.io/apimachinery v0.0.0-20190816221834-a9f1d8a9c101
32
32
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
33
- k8s.io/heapster v0.0.0-20180704153620-b25f8a16208f
34
33
k8s.io/kubernetes v1.14.6
35
34
k8s.io/test-infra v0.0.0-20190914015041-e1cbc3ccd91c
36
35
)
Original file line number Diff line number Diff line change @@ -695,8 +695,6 @@ k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible h1:A5pdeNsAy
695
695
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible /go.mod h1:7vJpHMYJwNQCWgzmNV+VYUl1zCObLyodBc8nIyt8L5s =
696
696
k8s.io/code-generator v0.0.0-20190311093542-50b561225d70 /go.mod h1:MYiN+ZJZ9HkETbgVZdWw2AsuAi9PZ4V80cwfuf2axe8 =
697
697
k8s.io/gengo v0.0.0-20190306031000-7a1b7fb0289f /go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0 =
698
- k8s.io/heapster v0.0.0-20180704153620-b25f8a16208f h1:TEdSQIRnEe+5ajIJY/JZOfZvQO0w7aWmcmv/ZrZcTF4 =
699
- k8s.io/heapster v0.0.0-20180704153620-b25f8a16208f /go.mod h1:h1uhptVXMwC8xtZBYsPXKVi8fpdlYkTs6k949KozGrM =
700
698
k8s.io/klog v0.3.0 /go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk =
701
699
k8s.io/klog v0.4.0 h1:lCJCxf/LIowc2IGS9TPjWDyXY4nOmdGdfcwwDQCOURQ =
702
700
k8s.io/klog v0.4.0 /go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I =
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
- package kubernetes
15
+ package problemclient
16
16
17
17
import (
18
18
"fmt"
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ import (
34
34
"k8s.io/client-go/tools/record"
35
35
36
36
"github.com/golang/glog"
37
- "k8s.io/heapster/common/kubernetes"
38
37
"k8s.io/node-problem-detector/cmd/options"
39
38
"k8s.io/node-problem-detector/pkg/version"
40
39
)
@@ -68,7 +67,7 @@ func NewClientOrDie(npdo *options.NodeProblemDetectorOptions) Client {
68
67
// we have checked it is a valid URI after command line argument is parsed.:)
69
68
uri , _ := url .Parse (npdo .ApiServerOverride )
70
69
71
- cfg , err := kubernetes . GetKubeClientConfig (uri )
70
+ cfg , err := GetKubeClientConfig (uri )
72
71
if err != nil {
73
72
panic (err )
74
73
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -650,9 +650,6 @@ k8s.io/client-go/util/connrotation
650
650
k8s.io/client-go/util/flowcontrol
651
651
k8s.io/client-go/util/homedir
652
652
k8s.io/client-go/util/keyutil
653
- # k8s.io/heapster v0.0.0-20180704153620-b25f8a16208f
654
- ## explicit
655
- k8s.io/heapster/common/kubernetes
656
653
# k8s.io/klog v0.4.0
657
654
## explicit; go 1.12
658
655
k8s.io/klog
You can’t perform that action at this time.
0 commit comments