package
0.6.0
Repository: https://github.com/fluxcd/pkg.git
Documentation: pkg.go.dev

# Functions

AddTransportOptions registers a TransportOptions object mapped to the provided transportOptsURL, which must be a valid URL, i.e.
Enabled defines whether the use of Managed Transport is enabled which is only true if InitManagedTransport was called successfully at least once.
GetTransportOptions returns a TransportOptions that matches the transportOptsURL.
InitManagedTransport initialises HTTP(S) and SSH managed transport for git2go, and therefore only impact git operations using the libgit2 implementation.
RemoveTransportOptions removes the registerd TransportOptions object mapped to the provided id.

# Constants

PathMaxLength represents the max length for the path element when cloning Git repositories via SSH.
URLMaxLength represents the max length for the entire URL when cloning Git repositories via HTTP(S).

# Structs

TransportOptions represents options to be applied at transport-level at request time.