Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ErrNotAllowed = errors.New("not allowed")
    Functions ¶
This section is empty.
Types ¶
type GenerateDockerfile ¶
type GenerateDockerfile struct {
	BaseImage    string
	BuilderImage string
	IndexDir     string
	ExtraLabels  map[string]string
	Writer       io.Writer
}
    func (GenerateDockerfile) Run ¶
func (i GenerateDockerfile) Run() error
type Init ¶
type ListBundles ¶
func (*ListBundles) Run ¶
func (l *ListBundles) Run(ctx context.Context) (*ListBundlesResult, error)
type ListBundlesResult ¶
func (*ListBundlesResult) WriteColumns ¶
func (r *ListBundlesResult) WriteColumns(w io.Writer) error
type ListChannels ¶
func (*ListChannels) Run ¶
func (l *ListChannels) Run(ctx context.Context) (*ListChannelsResult, error)
type ListChannelsResult ¶
func (*ListChannelsResult) WriteColumns ¶
func (r *ListChannelsResult) WriteColumns(w io.Writer) error
type ListPackages ¶
func (*ListPackages) Run ¶
func (l *ListPackages) Run(ctx context.Context) (*ListPackagesResult, error)
type ListPackagesResult ¶
func (*ListPackagesResult) WriteColumns ¶
func (r *ListPackagesResult) WriteColumns(w io.Writer) error
type Migrate ¶
type Migrate struct {
	CatalogRef string
	OutputDir  string
	Migrations *migrations.Migrations
	WriteFunc declcfg.WriteFunc
	FileExt   string
	Registry  image.Registry
}
    type Render ¶
type Render struct {
	Refs             []string
	Registry         image.Registry
	AllowedRefMask   RefType
	ImageRefTemplate *template.Template
	Migrations       *migrations.Migrations
	// contains filtered or unexported fields
}
     Click to show internal directories. 
   Click to hide internal directories.