Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WorkDir string
Functions ¶
This section is empty.
Types ¶
type ReposCache ¶
type ReposCache interface {
AddRepo(repo *v1alpha1.HelmRepo) error
DeleteRepo(repo *v1alpha1.HelmRepo) error
GetApplication(string) (*v1alpha1.HelmApplication, bool)
GetAppVersion(string) (*v1alpha1.HelmApplicationVersion, bool, error)
GetAppVersionWithData(string) (*v1alpha1.HelmApplicationVersion, bool, error)
ListAppVersionsByAppId(appId string) (ret []*v1alpha1.HelmApplicationVersion, exists bool)
ListApplicationsByRepoId(repoId string) (ret []*v1alpha1.HelmApplication, exists bool)
}
func NewReposCache ¶
func NewReposCache() ReposCache
Click to show internal directories.
Click to hide internal directories.