mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
rename dynamic cert loading to be more accurate
This commit is contained in:
@@ -47,7 +47,7 @@ func newCAProvider(caFile, caKeyFile string) (*caProvider, error) {
|
||||
|
||||
type caProvider struct {
|
||||
caValue atomic.Value
|
||||
caLoader *dynamiccertificates.DynamicFileServingContent
|
||||
caLoader *dynamiccertificates.DynamicCertKeyPairContent
|
||||
}
|
||||
|
||||
// setCA unconditionally stores the current cert/key content
|
||||
|
Reference in New Issue
Block a user