remove --network-name flag from kpt fn run

This commit is contained in:
Donny Xia
2020-09-18 12:39:49 -07:00
parent 3514317b3d
commit 87d2187436
3 changed files with 20 additions and 37 deletions

View File

@@ -52,9 +52,6 @@ type RunFns struct {
// Network enables network access for functions that declare it
Network bool
// NetworkName is the name of the docker network to use for the container
NetworkName string
// Output can be set to write the result to Output rather than back to the directory
Output io.Writer