Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterResourcesGenerator ¶
type ClusterResourcesGenerator struct { Log clog.PluggableLoggerInterface Config v1alpha2.ImageSetConfiguration Opts mirror.CopyOptions }
func (*ClusterResourcesGenerator) IDMSGenerator ¶
func (c *ClusterResourcesGenerator) IDMSGenerator(ctx context.Context, allRelatedImages []v1alpha3.CopyImageSchema, opts mirror.CopyOptions) error
type GeneratorInterface ¶
type GeneratorInterface interface {
IDMSGenerator(ctx context.Context, allRelatedImages []v1alpha3.CopyImageSchema, opts mirror.CopyOptions) error
}
func New ¶
func New(log clog.PluggableLoggerInterface, config v1alpha2.ImageSetConfiguration, opts mirror.CopyOptions, ) GeneratorInterface
Click to show internal directories.
Click to hide internal directories.