Home
last modified time | relevance | path

Searched refs:GetTlsSettings (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/operator/cmd/mesh/testdata/manifest-generate/data-snapshot/charts/istiod-remote/files/
H A Dinjection-template.yaml341 … {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
342 - mountPath: {{ directory .ProxyConfig.GetTracing.GetTlsSettings.GetCaCertificates }}
404 {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
H A Dgen-istiod-remote.yaml577 … {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
578 - mountPath: {{ directory .ProxyConfig.GetTracing.GetTlsSettings.GetCaCertificates }}
640 … {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
/dports/sysutils/istio/istio-1.6.7/manifests/charts/istio-control/istio-discovery/files/
H A Dinjection-template.yaml345 … {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
346 - mountPath: {{ directory .ProxyConfig.GetTracing.GetTlsSettings.GetCaCertificates }}
408 {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
H A Dgen-istio.yaml659 … {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
660 - mountPath: {{ directory .ProxyConfig.GetTracing.GetTlsSettings.GetCaCertificates }}
722 … {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
/dports/sysutils/istio/istio-1.6.7/manifests/charts/istiod-remote/files/
H A Dinjection-template.yaml345 … {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
346 - mountPath: {{ directory .ProxyConfig.GetTracing.GetTlsSettings.GetCaCertificates }}
408 {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
H A Dgen-istiod-remote.yaml581 … {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
582 - mountPath: {{ directory .ProxyConfig.GetTracing.GetTlsSettings.GetCaCertificates }}
644 … {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/mesh/v1alpha1/
H A Dproxy.pb.go304 func (m *Tracing) GetTlsSettings() *v1alpha3.ClientTLSSettings { func
1350 func (m *RemoteService) GetTlsSettings() *v1alpha3.ClientTLSSettings { func
H A Dconfig.pb.go1185 func (m *ConfigSource) GetTlsSettings() *v1alpha3.ClientTLSSettings { func
/dports/sysutils/istio/istio-1.6.7/operator/pkg/apis/istio/v1alpha1/
H A Dvalues_types.pb.go1193 func (m *EnvoyMetricsConfig) GetTlsSettings() map[string]interface{} { func
5369 func (m *EnvoyAccessLogConfig) GetTlsSettings() *EnvoyAccessLogtlsSettings { func
/dports/sysutils/istio/istio-1.6.7/pkg/config/validation/
H A Dvalidation.go1247 if tracer := config.GetTracing().GetTlsSettings(); tracer != nil {