cmd.Flags().BoolVar(&o.Export,"export",o.Export,"If true, use 'export' for the resources. Exported resources are stripped of cluster-specific information.")
cmd.Flags().BoolVar(&o.Export,"export",o.Export,"If true, use 'export' for the resources. Exported resources are stripped of cluster-specific information.")
cmd.Flags().MarkDeprecated("export","This flag is deprecated and will be removed in future.")
cmdutil.AddFilenameOptionFlags(cmd,&o.FilenameOptions,"identifying the resource to get from a server.")
cmdutil.AddFilenameOptionFlags(cmd,&o.FilenameOptions,"identifying the resource to get from a server.")