Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartURLCache ¶
type ChartURLCache struct {
// contains filtered or unexported fields
}
ChartLookupURLs contains an in-memory store of Porter chart names matched with a repo URL, so that finding a chart does not involve multiple lookups to our chart repo's index.yaml file
func Init ¶
func Init(urls ...string) *ChartURLCache
func (*ChartURLCache) Update ¶
func (c *ChartURLCache) Update()
Click to show internal directories.
Click to hide internal directories.