Documentation ¶
Index ¶
- func AuthSecretStrategyForURL(URL string) (git.AuthSecretStrategy, error)
- func CheckoutStrategyForRef(ref *sourcev1.GitRepositoryRef, opt git.CheckoutOptions) git.CheckoutStrategy
- type BasicAuth
- type CheckoutBranch
- type CheckoutCommit
- type CheckoutSemVer
- type CheckoutTag
- type Commit
- type PublicKeyAuth
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthSecretStrategyForURL ¶
func AuthSecretStrategyForURL(URL string) (git.AuthSecretStrategy, error)
func CheckoutStrategyForRef ¶
func CheckoutStrategyForRef(ref *sourcev1.GitRepositoryRef, opt git.CheckoutOptions) git.CheckoutStrategy
Types ¶
type CheckoutBranch ¶
type CheckoutBranch struct {
// contains filtered or unexported fields
}
type CheckoutCommit ¶
type CheckoutCommit struct {
// contains filtered or unexported fields
}
type CheckoutSemVer ¶
type CheckoutSemVer struct {
// contains filtered or unexported fields
}
type CheckoutTag ¶
type CheckoutTag struct {
// contains filtered or unexported fields
}
type PublicKeyAuth ¶
type PublicKeyAuth struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.