mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
refactor to move kubectl.cmd.Factory to kubect/cmd/util
This commit is contained in:
@@ -44,7 +44,7 @@ $ kubectl stop -f service.json
|
||||
$ kubectl stop -f path/to/resources`
|
||||
)
|
||||
|
||||
func (f *Factory) NewCmdStop(out io.Writer) *cobra.Command {
|
||||
func NewCmdStop(f *cmdutil.Factory, out io.Writer) *cobra.Command {
|
||||
flags := &struct {
|
||||
Filenames util.StringList
|
||||
}{}
|
||||
|
||||
Reference in New Issue
Block a user