Documentation
¶
Index ¶
- func NewCmd(f kcmdutil.Factory, parentName string, streams genericclioptions.IOStreams) *cobra.Command
- func NewExtract(f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- func NewRelease(f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- type ExtractOptions
- type ImageReference
- type ManifestMapper
- type Mapping
- type NewOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewExtract ¶
Types ¶
type ExtractOptions ¶
type ExtractOptions struct {
genericclioptions.IOStreams
Directory string
From string
}
func NewExtractOptions ¶
func NewExtractOptions(streams genericclioptions.IOStreams) *ExtractOptions
func (*ExtractOptions) Complete ¶
func (o *ExtractOptions) Complete(cmd *cobra.Command, args []string) error
func (*ExtractOptions) Run ¶
func (o *ExtractOptions) Run() error
type ManifestMapper ¶
func NewImageMapper ¶
func NewImageMapper(images map[string]ImageReference) (ManifestMapper, error)
func NewImageMapperFromImageStreamFile ¶
func NewImageMapperFromImageStreamFile(path string, input *imageapi.ImageStream, allowMissingImages bool) (ManifestMapper, error)
type NewOptions ¶
type NewOptions struct {
genericclioptions.IOStreams
FromDirectory string
Directory string
Filenames []string
Output string
Name string
FromImageStream string
Namespace string
ToFile string
ToImage string
ToImageBase string
MaxPerRegistry int
AllowMissingImages bool
ImagePattern string
Mappings []Mapping
ImageClient imageclient.Interface
}
func NewNewOptions ¶
func NewNewOptions(streams genericclioptions.IOStreams) *NewOptions
func (*NewOptions) Complete ¶
func (*NewOptions) Run ¶
func (o *NewOptions) Run() error
Source Files
¶
- extract.go
- image_mapper.go
- new.go
- release.go
Click to show internal directories.
Click to hide internal directories.