package
Version:
v1.13.6
Opens a new window with list of versions in this module.
Published: May 7, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewCmdCp(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command
NewCmdCp creates a new Copy command.
type CopyOptions struct {
Container string
Namespace string
NoPreserve bool
ClientConfig *restclient.Config
Clientset kubernetes.Interface
genericclioptions.IOStreams
}
func NewCopyOptions(ioStreams genericclioptions.IOStreams) *CopyOptions
func (o *CopyOptions) Complete(f cmdutil.Factory, cmd *cobra.Command) error
func (o *CopyOptions) Run(args []string) error
func (o *CopyOptions) Validate(cmd *cobra.Command, args []string) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.