package run
import "k8s.io/kubernetes/pkg/kubectl/cmd/run"
Index ¶
- func NewCmdRun(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- type RunObject
- type RunOptions
Functions ¶
func NewCmdRun ¶
Types ¶
type RunObject ¶
type RunObject struct { Object runtime.Object Mapping *meta.RESTMapping }
type RunOptions ¶
type RunOptions struct { PrintFlags *genericclioptions.PrintFlags RecordFlags *genericclioptions.RecordFlags DeleteFlags *delete.DeleteFlags DeleteOptions *delete.DeleteOptions DryRun bool PrintObj func(runtime.Object) error Recorder genericclioptions.Recorder DynamicClient dynamic.Interface ArgsLenAtDash int Attach bool Expose bool Generator string Image string Interactive bool LeaveStdinOpen bool Port string Quiet bool Schedule string TTY bool genericclioptions.IOStreams }
func NewRunOptions ¶
func NewRunOptions(streams genericclioptions.IOStreams) *RunOptions
func (*RunOptions) Complete ¶
func (*RunOptions) Run ¶
Source Files ¶
run.go
- Version
- v1.14.0
- Published
- Mar 21, 2019
- Platform
- js/wasm
- Imports
- 35 packages
- Last checked
- 2 seconds ago –
Tools for package owners.