We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b1605 commit ce8acc5Copy full SHA for ce8acc5
vertical-pod-autoscaler/pkg/admission-controller/certs.go
@@ -32,12 +32,6 @@ import (
32
"k8s.io/klog/v2"
33
)
34
35
-// CertsConfig holds configuration related to TLS certificates
36
-type CertsConfig struct {
37
- ClientCaFile, TlsCertFile, TlsPrivateKey *string
38
- Reload *bool
39
-}
40
-
41
func readFile(filePath string) []byte {
42
res, err := os.ReadFile(filePath)
43
if err != nil {
0 commit comments