Documentation
¶
Index ¶
Constants ¶
View Source
const ( OriginalCertsDir = "/etc/ssl/certs" CustomCertsDir = "/etc/kubeone/certs" FileName = "ca-certificates.crt" SSLCertFilePath = CustomCertsDir + "/" + FileName ConfigMapName = "ca-bundle" SSLCertFileENV = "SSL_CERT_FILE" )
Variables ¶
This section is empty.
Functions ¶
func Inject ¶
func Inject(caBundle string, podTpl *corev1.PodTemplateSpec)
func VolumeMount ¶
func VolumeMount() corev1.VolumeMount
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.