MCPcopy Create free account
hub / github.com/prometheus/common / applyToTLSConfigOptions

Method applyToTLSConfigOptions

config/http_config.go:1256–1256  ·  view source on GitHub ↗
(options *tlsConfigOptions)

Source from the content-addressed store, hash-verified

1254// TLSConfigOption defines an option that can be applied to the HTTP client.
1255type TLSConfigOption interface {
1256 applyToTLSConfigOptions(options *tlsConfigOptions)
1257}
1258
1259// NewTLSConfig creates a new tls.Config from the given TLSConfig.

Callers 1

NewTLSConfigWithContextFunction · 0.65

Implementers 1

secretManagerOptionconfig/http_config.go

Calls

no outgoing calls

Tested by

no test coverage detected