We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90c2b64 + c8edd37 commit 0598654Copy full SHA for 0598654
examples/poc/ext-proc/cache/cache.go
@@ -85,7 +85,3 @@ type PodCache struct {
85
PodIPMap map[string]string
86
IpPodMap map[string]string
87
}
88
-
89
-func SetPodCache(cache *freecache.Cache, pods []string) {
90
- cacheKey := fmt.Sprintf("")
91
-}
examples/poc/ext-proc/main.go
@@ -95,17 +95,6 @@ func main() {
95
log.Fatalf("failed to listen: %v", err)
96
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
106
107
108
109
s := grpc.NewServer()
110
111
extProcPb.RegisterExternalProcessorServer(s, &handlers.Server{
0 commit comments