refactor(exporter): remove dead code

This commit is contained in:
Thibault VINCENT
2022-09-20 18:35:24 +02:00
parent bdc6c8f31e
commit 8ff3b509be
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -59,7 +59,6 @@ type certificateRef struct {
path string
format certificateFormat
certificates []*parsedCertificate
userIDs []string
yamlPaths []YAMLCertRef
kubeSecret v1.Secret
kubeSecretKey string
-1
View File
@@ -39,7 +39,6 @@ type Exporter struct {
kubeClient *kubernetes.Clientset
listener net.Listener
handler *http.Handler
server *http.Server
isDiscovery bool
secretsCache *cache.Cache