mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
sync missing secret type to external api repo
This commit is contained in:
parent
e3b61ea9cf
commit
e4a8ad49ee
@ -4996,6 +4996,10 @@ const (
|
|||||||
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"
|
||||||
|
// SecretTypeBootstrapToken is used during the automated bootstrap process (first
|
||||||
|
// implemented by kubeadm). It stores tokens that are used to sign well known
|
||||||
|
// ConfigMaps. They are used for authn.
|
||||||
|
SecretTypeBootstrapToken SecretType = "bootstrap.kubernetes.io/token"
|
||||||
)
|
)
|
||||||
|
|
||||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||||
|
Loading…
Reference in New Issue
Block a user