mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #99519 from whydoubt/typos
Correct a misspelling of 'secret'.
This commit is contained in:
commit
abc92e471d
@ -5908,7 +5908,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