Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + func NewCmdImportImage(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type ImportImageOptions struct + All bool + Confirm bool + DryRun bool + From string + Insecure bool + InsecureFlagProvided bool + Name string + Namespace string + ReferencePolicy string + Scheduled bool + Tag string + Target string + func NewImportImageOptions(name string, streams genericclioptions.IOStreams) *ImportImageOptions + func (o *ImportImageOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *ImportImageOptions) Run() error + func (o *ImportImageOptions) Validate(cmd *cobra.Command) error