mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Correct a misspelling of 'secret'.
This commit is contained in:
parent
fb6349c15b
commit
19fefdd0e3
@ -5843,7 +5843,7 @@ const (
|
|||||||
// TODO: Consider supporting different formats, specifying CA/destinationCA.
|
// TODO: Consider supporting different formats, specifying CA/destinationCA.
|
||||||
SecretTypeTLS SecretType = "kubernetes.io/tls"
|
SecretTypeTLS SecretType = "kubernetes.io/tls"
|
||||||
|
|
||||||
// TLSCertKey is the key for tls certificates in a TLS secert.
|
// TLSCertKey is the key for tls certificates in a TLS secret.
|
||||||
TLSCertKey = "tls.crt"
|
TLSCertKey = "tls.crt"
|
||||||
// TLSPrivateKeyKey is the key for the private key field in a TLS secret.
|
// TLSPrivateKeyKey is the key for the private key field in a TLS secret.
|
||||||
TLSPrivateKeyKey = "tls.key"
|
TLSPrivateKeyKey = "tls.key"
|
||||||
|
Loading…
Reference in New Issue
Block a user