Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildReference ¶
type Chart ¶
type Chart struct { Name string `json:"name"` CodehostID int `json:"codehostID"` Owner string `json:"owner"` Namespace string `json:"namespace"` Repo string `json:"repo"` Branch string `json:"branch"` Path string `json:"path"` Variables []*models.ChartVariable `json:"variables,omitempty"` Files []*fs.FileInfo `json:"files,omitempty"` }
type DockerfileDetail ¶
type DockerfileDetail struct { ID string `json:"id"` Name string `json:"name"` Content string `json:"content"` Variables []*models.ChartVariable `json:"variable"` }
func GetDockerfileTemplateDetail ¶
func GetDockerfileTemplateDetail(id string, logger *zap.SugaredLogger) (*DockerfileDetail, error)
type DockerfileListObject ¶
type DockerfileTemplate ¶
type ServiceReference ¶
type YamlDetail ¶
type YamlDetail struct { ID string `json:"id"` Name string `json:"name"` Content string `json:"content"` Variables []*models.ChartVariable `json:"variable"` }
type YamlListObject ¶
type YamlTemplate ¶
type YamlTemplate struct { Name string `json:"name"` Content string `json:"content"` Variable []*models.ChartVariable `json:"variable"` }
Click to show internal directories.
Click to hide internal directories.