Documentation
¶
Index ¶
Constants ¶
View Source
const ReposCollection = "repos"
ReposCollection is the name of the repos collection
Variables ¶
View Source
var OfficialRepos = []*Repo{
{
Name: "stable",
URL: "https://kubernetes-charts.storage.googleapis.com",
Source: "https://github.com/kubernetes/charts/tree/master/stable",
},
{
Name: "incubator",
URL: "https://kubernetes-charts-incubator.storage.googleapis.com",
Source: "https://github.com/kubernetes/charts/tree/master/incubator",
},
}
OfficialRepos are the official Kubernetes repos
Functions ¶
func CreateRepo ¶
CreateRepo takes a Repo object and saves it to the database Repos with the same name are updated
func CreateRepos ¶
CreateRepos takes an array of Repos and saves them to the database Repos with the same name are updated
Types ¶
Click to show internal directories.
Click to hide internal directories.