Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PopulateExtraFields ¶ added in v0.6.0
func PopulateExtraFields(catalogName string, channels []*catalogmetadata.Channel, bundles []*catalogmetadata.Bundle, deprecations []*catalogmetadata.Deprecation) ([]*catalogmetadata.Bundle, error)
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is reading catalog metadata
type Fetcher ¶ added in v0.6.0
type Fetcher interface {
// FetchCatalogContents fetches contents from the catalogd HTTP
// server for the catalog provided. It returns an io.ReadCloser
// containing the FBC contents that the caller is expected to close.
// returns an error if any occur.
FetchCatalogContents(ctx context.Context, catalog *catalogd.ClusterCatalog) (fs.FS, error)
}
Fetcher is an interface to facilitate fetching catalog contents from catalogd.
Click to show internal directories.
Click to hide internal directories.