Adding nginx-ingress for kind provider
Showing
... | ... | @@ -8,6 +8,7 @@ require ( |
github.com/fatih/color v1.7.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/manifoldco/promptui v0.3.2 | ||
github.com/markbates/pkger v0.15.0 | ||
github.com/mattn/go-colorable v0.1.1 // indirect | ||
github.com/mattn/go-isatty v0.0.7 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
... | ... | @@ -16,5 +17,5 @@ require ( |
github.com/spf13/viper v1.3.2 | ||
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect | ||
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
gopkg.in/yaml.v2 v2.2.7 | ||
) |
pkged.go
0 → 100644
templates/kind-config.yaml
0 → 100644
Please register or sign in to comment