File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,3 @@ type PodCache struct {
85
85
PodIPMap map [string ]string
86
86
IpPodMap map [string ]string
87
87
}
88
-
89
- func SetPodCache (cache * freecache.Cache , pods []string ) {
90
- cacheKey := fmt .Sprintf ("" )
91
- }
Original file line number Diff line number Diff line change @@ -95,17 +95,6 @@ func main() {
95
95
log .Fatalf ("failed to listen: %v" , err )
96
96
}
97
97
98
- // creates the in-cluster config
99
- config , err := rest .InClusterConfig ()
100
- if err != nil {
101
- panic (err .Error ())
102
- }
103
- // creates the clientset
104
- clientset , err := kubernetes .NewForConfig (config )
105
- if err != nil {
106
- panic (err .Error ())
107
- }
108
-
109
98
s := grpc .NewServer ()
110
99
111
100
extProcPb .RegisterExternalProcessorServer (s , & handlers.Server {
You can’t perform that action at this time.
0 commit comments