Move TransportPool to its own package

The experimental managed transport can also leverage TransportPool,
moving it to its own package to accommodate that use case.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-03-24 10:46:48 +00:00
parent f6b86cc444
commit 3819ac37bc
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ import (
"github.com/fluxcd/pkg/version"
"github.com/fluxcd/source-controller/internal/helm"
transport "github.com/fluxcd/source-controller/internal/helm/getter"
"github.com/fluxcd/source-controller/internal/transport"
)
var ErrNoChartIndex = errors.New("no chart index")

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package getter
package transport
import (
"crypto/tls"

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package getter
package transport
import (
"crypto/tls"