Update dependencies client-go to release-11.0 and kubernetes-1.14.0
This commit is contained in:
parent
7e21a2ddfb
commit
14a9e9f3fa
10 changed files with 116 additions and 33 deletions
|
|
@ -47,7 +47,7 @@ func main() {
|
|||
}
|
||||
|
||||
// Respect some basic kubectl flags like --namespace
|
||||
flags := genericclioptions.NewConfigFlags()
|
||||
flags := genericclioptions.NewConfigFlags(true)
|
||||
flags.AddFlags(rootCmd.PersistentFlags())
|
||||
|
||||
rootCmd.AddCommand(ingresses.CreateCommand(flags))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue