Documentation ¶
Index ¶
- func GetIndexFile(repoUrl string) (indexFile *repo.IndexFile, err error)
- func GetPackageFile(chartVersion *repo.ChartVersion, repoUrl string) (*chart.Chart, error)
- func Serve(cfg *config.Config)
- func SyncAppInfo(repoId, owner, chartName string, chartVersions *repo.ChartVersions) (string, error)
- func SyncAppVersionInfo(appId, owner string, chartVersion *repo.ChartVersion) (string, error)
- type Indexer
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIndexFile ¶
Reference: https://sourcegraph.com/github.com/kubernetes/helm@fe9d365/-/blob/pkg/repo/chartrepo.go#L111:27
func GetPackageFile ¶
func SyncAppInfo ¶
func SyncAppInfo(repoId, owner, chartName string, chartVersions *repo.ChartVersions) (string, error)
func SyncAppVersionInfo ¶
func SyncAppVersionInfo(appId, owner string, chartVersion *repo.ChartVersion) (string, error)
Types ¶
type Server ¶
func (*Server) DescribeRepoTasks ¶
func (p *Server) DescribeRepoTasks(ctx context.Context, req *pb.DescribeRepoTasksRequest) (*pb.DescribeRepoTasksResponse, error)
func (*Server) IndexRepo ¶
func (p *Server) IndexRepo(ctx context.Context, req *pb.IndexRepoRequest) (*pb.IndexRepoResponse, error)
Click to show internal directories.
Click to hide internal directories.