Kubectl executes `zarf tools kubectl ...`
(t *testing.T, args ...string)
| 155 | |
| 156 | // Kubectl executes `zarf tools kubectl ...` |
| 157 | func (e2e *ZarfE2ETest) Kubectl(t *testing.T, args ...string) (string, string, error) { |
| 158 | return e2e.Zarf(t, append([]string{"tools", "kubectl"}, args...)...) |
| 159 | } |
| 160 | |
| 161 | // CleanFiles removes files and directories that have been created during the test. |
| 162 | func (e2e *ZarfE2ETest) CleanFiles(t *testing.T, files ...string) { |