Skip to content

Commit ce8acc5

Browse files
committed
Remove unused CertsConfig struct
1 parent 40b1605 commit ce8acc5

File tree

1 file changed

+0
-6
lines changed
  • vertical-pod-autoscaler/pkg/admission-controller

1 file changed

+0
-6
lines changed

vertical-pod-autoscaler/pkg/admission-controller/certs.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ import (
3232
"k8s.io/klog/v2"
3333
)
3434

35-
// CertsConfig holds configuration related to TLS certificates
36-
type CertsConfig struct {
37-
ClientCaFile, TlsCertFile, TlsPrivateKey *string
38-
Reload *bool
39-
}
40-
4135
func readFile(filePath string) []byte {
4236
res, err := os.ReadFile(filePath)
4337
if err != nil {

0 commit comments

Comments
 (0)