Versions in this module Expand all Collapse all v1 v1.4.1 Apr 25, 2019 Changes in this version + const StencilTemplatePath + type Analysis struct + DockerfileContext *DockerfileContext + ServiceYAMLContext *ServiceYAMLContext + type Analyzer struct + PythonPackages []string + RequirementsTxt string + SettingsPy string + WSGIFile string + func (a *Analyzer) Analyze() (*Analysis, error) + func (a *Analyzer) EnvVars() []*common.EnvVar + func (a *Analyzer) FillServices(services *[]*common.Service) error + func (a *Analyzer) FindDatabases() (*common.Lister, error) + func (a *Analyzer) FindVersion() string + func (a *Analyzer) GuessPackages() *common.Lister + func (a *Analyzer) HasPackage(pack string) bool + type Detector struct + func (d *Detector) Detect(rootDir string) bool + type DockerfileContext struct + RequirementsTxt string + type DockerfileWriter struct + type Pack struct + Analysis *Analysis + func (p *Pack) Analyze(rootDir string, environment string, shouldPrompt bool) error + func (p *Pack) CreateSkycapFiles(outputDir string, templateDir string, branch string) error + func (p *Pack) Detector() packs.Detector + func (p *Pack) GetMessages() []string + func (p *Pack) LanguageVersion() string + func (p *Pack) Name() string + func (p *Pack) StencilRepositoryPath() string + func (p *Pack) WriteDockerfile(templateDir string, outputDir string, shouldPrompt bool) error + func (p *Pack) WriteKubesConfig(outputDir string, shouldPrompt bool) error + func (p *Pack) WriteServiceYAML(templateDir string, outputDir string, shouldPrompt bool) error + type ServiceYAMLContext struct + type ServiceYAMLWriter struct