Documentation ¶
Index ¶
- func Build(config BuildConfig) error
- func BuildFile(cfg BuildConfig) error
- func ExecuteTemplates(file string, values interface{}) (error, string)
- func Ignore(v interface{}) string
- func Text(v interface{}) string
- type BuildConfig
- type Chart
- type Deployment
- type Image
- type Ingress
- type Metadata
- type Port
- type Project
- type Service
- type Template
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
func Build(config BuildConfig) error
func BuildFile ¶ added in v1.1.1
func BuildFile(cfg BuildConfig) error
func ExecuteTemplates ¶
Reads a YAML document from the values_in stream, uses it as values for the tpl_files templates and writes the executed templates to the out stream.
Types ¶
type BuildConfig ¶
type Deployment ¶ added in v1.1.0
type Project ¶ added in v1.1.0
type Project struct { Chart Chart Deployment []Deployment Service []Service Ingress []Ingress }
Click to show internal directories.
Click to hide internal directories.