Documentation
¶
Index ¶
- func IsPotentialRemoteBuildContextSource(raw string) bool
- func IsSupportedGitRepositoryURL(raw string) bool
- func NewBuilder(settings buildtypes.SettingsProvider, ...) buildtypes.Builder
- func NewLogCapture(maxBytes int) buildtypes.LogCapture
- func NormalizeGitBuildContextSourceForMatch(raw string) string
- func RequiresGitRemoteProbe(raw string) bool
- type GitBuildContextSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBuilder ¶
func NewBuilder(settings buildtypes.SettingsProvider, dockerClientProvider buildtypes.DockerClientProvider, registryAuthProvider buildtypes.RegistryAuthProvider) buildtypes.Builder
func NewLogCapture ¶
func NewLogCapture(maxBytes int) buildtypes.LogCapture
func RequiresGitRemoteProbe ¶
Types ¶
type GitBuildContextSource ¶
func ParseGitBuildContextSource ¶
func ParseGitBuildContextSource(raw string) (*GitBuildContextSource, bool, error)
Click to show internal directories.
Click to hide internal directories.