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
- type GitBuildContextSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPotentialRemoteBuildContextSource ¶ added in v1.16.1
func IsSupportedGitRepositoryURL ¶ added in v1.16.1
func NewBuilder ¶
func NewBuilder(settings buildtypes.SettingsProvider, dockerClientProvider buildtypes.DockerClientProvider, registryAuthProvider buildtypes.RegistryAuthProvider) buildtypes.Builder
func NewLogCapture ¶
func NewLogCapture(maxBytes int) buildtypes.LogCapture
func NormalizeGitBuildContextSourceForMatch ¶ added in v1.16.1
Types ¶
type GitBuildContextSource ¶ added in v1.16.1
func ParseGitBuildContextSource ¶ added in v1.16.1
func ParseGitBuildContextSource(raw string) (*GitBuildContextSource, bool, error)
Click to show internal directories.
Click to hide internal directories.