Documentation ¶
Index ¶
Constants ¶
View Source
const ( HelmTemplateType = "helm" RancherTemplateType = "native" HelmTemplateBaseType = "kubernetes" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogConfig ¶
type CatalogType ¶ added in v0.17.0
type CatalogType int
const ( CatalogTypeRancher CatalogType = iota CatalogTypeHelmObjectRepo CatalogTypeHelmGitRepo CatalogTypeInvalid )
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) RefreshAll ¶
type RepoRefreshError ¶ added in v1.0.0
type RepoRefreshError struct {
Errors []error
}
func (*RepoRefreshError) Error ¶ added in v1.0.0
func (e *RepoRefreshError) Error() string
Click to show internal directories.
Click to hide internal directories.