mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
update various commands to adapt the new Factory interface
This commit is contained in:
@@ -36,7 +36,7 @@ var (
|
||||
`)
|
||||
)
|
||||
|
||||
func NewCmdRollout(f *cmdutil.Factory, out io.Writer) *cobra.Command {
|
||||
func NewCmdRollout(f cmdutil.Factory, out io.Writer) *cobra.Command {
|
||||
|
||||
cmd := &cobra.Command{
|
||||
Use: "rollout SUBCOMMAND",
|
||||
|
||||
Reference in New Issue
Block a user