Versions in this module Expand all Collapse all v0 v0.24.0 Mar 25, 2022 Changes in this version + var ErrPodCompleted = fmt.Errorf("pod ran to completion") + func NewCmdRun(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type RunObject struct + Mapping *meta.RESTMapping + Object runtime.Object + type RunOptions struct + ArgsLenAtDash int + Attach bool + DeleteFlags *cmddelete.DeleteFlags + DeleteOptions *cmddelete.DeleteOptions + DryRunStrategy cmdutil.DryRunStrategy + DryRunVerifier *resource.QueryParamVerifier + EnforceNamespace bool + Expose bool + Image string + Interactive bool + LeaveStdinOpen bool + Namespace string + Port string + PrintFlags *genericclioptions.PrintFlags + PrintObj func(runtime.Object) error + Privileged bool + Quiet bool + RecordFlags *genericclioptions.RecordFlags + Recorder genericclioptions.Recorder + TTY bool + func NewRunOptions(streams genericclioptions.IOStreams) *RunOptions + func (o *RunOptions) Complete(f cmdutil.Factory, cmd *cobra.Command) error + func (o *RunOptions) Run(f cmdutil.Factory, cmd *cobra.Command, args []string) error