Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CopyOptions ¶
type CopyOptions struct { Container string Namespace string NoPreserve bool ClientConfig *restclient.Config Clientset kubernetes.Interface ExecParentCmdName string genericclioptions.IOStreams }
CopyOptions have the data required to perform the copy operation
func NewCopyOptions ¶
func NewCopyOptions(ioStreams genericclioptions.IOStreams) *CopyOptions
NewCopyOptions creates the options for copy
Click to show internal directories.
Click to hide internal directories.