//
pkg.gl
Category
github.com/fluxcd/source-controller
internal
transport
package
1.5.0
Repository:
https://github.com/fluxcd/source-controller.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
2
Files
52 SLOC
#
Functions
NewOrIdle
NewOrIdle tries to return an existing transport that is not currently being used.
Release
Release releases the transport back to the TransportPool after sanitising its sensitive fields.
#
Structs
TransportPool
TransportPool is a progressive and non-blocking pool for http.Transport objects, optimised for Gargabe Collection and without a hard limit on number of objects created.