mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
refactor(exporter): remove dead code
This commit is contained in:
@@ -59,7 +59,6 @@ type certificateRef struct {
|
||||
path string
|
||||
format certificateFormat
|
||||
certificates []*parsedCertificate
|
||||
userIDs []string
|
||||
yamlPaths []YAMLCertRef
|
||||
kubeSecret v1.Secret
|
||||
kubeSecretKey string
|
||||
|
||||
@@ -39,7 +39,6 @@ type Exporter struct {
|
||||
|
||||
kubeClient *kubernetes.Clientset
|
||||
listener net.Listener
|
||||
handler *http.Handler
|
||||
server *http.Server
|
||||
isDiscovery bool
|
||||
secretsCache *cache.Cache
|
||||
|
||||
Reference in New Issue
Block a user