Versions in this module Expand all Collapse all v3 v3.11.0 Oct 9, 2018 Changes in this version + type AppJSON struct + Addons []string + Buildpacks []Buildpack + Description string + Env map[string]EnvVarOrString + Formation map[string]Formation + Image string + Keywords []string + Logo string + Name string + Repository string + Scripts map[string]string + SuccessURL string + Website string + type Buildpack struct + URL string + type EnvVar struct + Default interface{} + Description string + Generator string + Required bool + Value string + type EnvVarOrString struct + EnvVar *EnvVar + Value string + func (e *EnvVarOrString) UnmarshalJSON(data []byte) error + type Formation struct + Command string + Quantity int32 + Size string + type Generator struct + BaseImage string + LocalPath string + Name string + func (g *Generator) Generate(body []byte) (*templateapi.Template, error) Other modules containing this package gopkg.in/openshift/origin.v4