Documentation ¶
Index ¶
- Constants
- func AddServiceCA(jaeger *v1.Jaeger, commonSpec *v1.JaegerCommonSpec)
- func GetServiceCABundle(jaeger *v1.Jaeger) *corev1.ConfigMap
- func GetTrustedCABundle(jaeger *v1.Jaeger) *corev1.ConfigMap
- func ServiceCAName(jaeger *v1.Jaeger) string
- func ServiceCANameFromString(name string) string
- func TrustedCAName(jaeger *v1.Jaeger) string
- func TrustedCANameFromString(name string) string
- func Update(jaeger *v1.Jaeger, commonSpec *v1.JaegerCommonSpec)
Constants ¶
View Source
const (
// ServiceCAPath represents the in-container full path to the service-ca file
ServiceCAPath = serviceCAMountPath + "/" + serviceCAFile
)
Variables ¶
This section is empty.
Functions ¶
func AddServiceCA ¶ added in v1.19.0
func AddServiceCA(jaeger *v1.Jaeger, commonSpec *v1.JaegerCommonSpec)
AddServiceCA will modify the supplied common spec, to include the service CA volume and volumeMount, if running on OpenShift
func GetServiceCABundle ¶ added in v1.19.0
GetServiceCABundle returns a service CA configmap if platform is OpenShift
func GetTrustedCABundle ¶ added in v1.19.0
GetTrustedCABundle returns a trusted CA bundle configmap if platform is OpenShift
func ServiceCAName ¶ added in v1.19.0
ServiceCAName returns the name of the trusted CA
func ServiceCANameFromString ¶ added in v1.19.0
ServiceCANameFromString returns the name of the trusted CA
func TrustedCAName ¶
TrustedCAName returns the name of the trusted CA
func TrustedCANameFromString ¶ added in v1.19.0
TrustedCANameFromString returns the name of the trusted CA
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.