mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 10:15:22 +00:00
Fix nits, add internal GetRoot func.
This commit is contained in:
@@ -59,6 +59,10 @@ func MakeEnhancedHarness(t *testing.T) *HarnessEnhanced {
|
||||
return result
|
||||
}
|
||||
|
||||
func (th *HarnessEnhanced) GetRoot() string {
|
||||
return th.ldr.Root()
|
||||
}
|
||||
|
||||
func (th *HarnessEnhanced) Reset() {
|
||||
th.pte.reset()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user