Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InheritChannels ¶
type InheritChannels struct { Configs declcfg.DeclarativeConfig PackageName string }
func (InheritChannels) Run ¶
func (i InheritChannels) Run() (*declcfg.DeclarativeConfig, error)
type InlineBundles ¶ added in v0.2.0
type InlineBundles struct { Configs declcfg.DeclarativeConfig PackageName string BundleImages []string PruneFromNonChannelHeads bool Registry image.Registry Logger *logrus.Logger RegistryLogger *logrus.Logger }
func (InlineBundles) Run ¶ added in v0.2.0
func (i InlineBundles) Run(ctx context.Context) (*declcfg.DeclarativeConfig, error)
Click to show internal directories.
Click to hide internal directories.