ResolvePath resolves a relative path according to the current working directory
(relPath string)
| 84 | // ResolvePath resolves a relative path according to the |
| 85 | // current working directory |
| 86 | ResolvePath(relPath string) string |
| 87 | |
| 88 | WithNewTomb() (Context, *tomb.Tomb) |
| 89 | WithKubeClient(client kubectl.Client) Context |
no outgoing calls
no test coverage detected