Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed project.yaml.tpl ProjectYAML string //go:embed values.yaml.tpl ValuesYAML string //go:embed app-static.yaml.tpl StaticAppYAML string //go:embed app-service.yaml.tpl ServiceAppYAML string )
View Source
var ( ProjectYAMLTemplate = lazyInit("project.yaml", ProjectYAML) ValuesYAMLTemplate = lazyInit("values.yaml", ValuesYAML) StaticAppYAMLTemplate = lazyInit("static_app.yaml", StaticAppYAML) ServiceAppYAMLTemplate = lazyInit("service_app.yaml", ServiceAppYAML) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.