Documentation ¶
Index ¶
- func NewMirrorCmd(log clog.PluggableLoggerInterface) *cobra.Command
- func NewPrepareCommand(log clog.PluggableLoggerInterface) *cobra.Command
- type ExecutorSchema
- func (o *ExecutorSchema) Complete(args []string)
- func (o *ExecutorSchema) CompletePrepare(args []string)
- func (o *ExecutorSchema) PrepareStorageAndLogs() error
- func (o *ExecutorSchema) Run(cmd *cobra.Command, args []string) error
- func (o *ExecutorSchema) RunPrepare(cmd *cobra.Command, args []string) error
- func (o *ExecutorSchema) Validate(dest []string) error
- func (o *ExecutorSchema) ValidatePrepare(dest []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMirrorCmd ¶
func NewMirrorCmd(log clog.PluggableLoggerInterface) *cobra.Command
NewMirrorCmd - cobra entry point
func NewPrepareCommand ¶
func NewPrepareCommand(log clog.PluggableLoggerInterface) *cobra.Command
Types ¶
type ExecutorSchema ¶
type ExecutorSchema struct { Log clog.PluggableLoggerInterface Config v1alpha2.ImageSetConfiguration MetaData diff.SequenceSchema Opts mirror.CopyOptions Operator operator.CollectorInterface Release release.CollectorInterface AdditionalImages additional.CollectorInterface Mirror mirror.MirrorInterface Manifest manifest.ManifestInterface Batch batch.BatchInterface Diff diff.DiffInterface LocalStorage registry.Registry LocalStorageFQDN string ClusterResources clusterresources.GeneratorInterface }
func (*ExecutorSchema) Complete ¶
func (o *ExecutorSchema) Complete(args []string)
Complete - do the final setup of modules
func (*ExecutorSchema) CompletePrepare ¶
func (o *ExecutorSchema) CompletePrepare(args []string)
func (*ExecutorSchema) PrepareStorageAndLogs ¶
func (o *ExecutorSchema) PrepareStorageAndLogs() error
func (*ExecutorSchema) Run ¶
func (o *ExecutorSchema) Run(cmd *cobra.Command, args []string) error
Run - start the mirror functionality
func (*ExecutorSchema) RunPrepare ¶
func (o *ExecutorSchema) RunPrepare(cmd *cobra.Command, args []string) error
func (*ExecutorSchema) Validate ¶
func (o *ExecutorSchema) Validate(dest []string) error
Validate - cobra validation
func (*ExecutorSchema) ValidatePrepare ¶
func (o *ExecutorSchema) ValidatePrepare(dest []string) error
Validate - cobra validation
Click to show internal directories.
Click to hide internal directories.