mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 18:10:59 +00:00
Replace git cloner with go getter to support various target
This commit is contained in:
@@ -62,6 +62,11 @@ func (x *RepoSpec) Raw() string {
|
||||
return x.raw
|
||||
}
|
||||
|
||||
func (x *RepoSpec) WithRaw(s string) *RepoSpec {
|
||||
x.raw = s
|
||||
return x
|
||||
}
|
||||
|
||||
func (x *RepoSpec) AbsPath() string {
|
||||
return x.Dir.Join(x.Path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user