Documentation ¶
Index ¶
Constants ¶
View Source
const NGINX_CONFIG_TEMPLATE string = `` /* 684-byte string literal not displayed */
View Source
const WRENCH_DOCKER_FILE string = `` /* 361-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuroraApplication ¶ added in v1.3.0
type AuroraApplication struct { NodeJS NodeJSApplication `json:"nodejs"` Static string `json:"static"` }
type DockerMetadata ¶ added in v1.3.0
type NodeJSApplication ¶ added in v1.3.0
type OpenshiftJson ¶ added in v1.3.0
type OpenshiftJson struct { Aurora AuroraApplication `json:"web"` DockerMetadata DockerMetadata `json:"docker"` }
type PreparedImage ¶
type PreparedImage struct { Path string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.